Files
eth_transfer_go/abis/token.go
2025-05-13 15:44:44 +08:00

11 lines
168 B
Go

package abis
type TokenABI struct {
//token 合约地址
Address string
//测试网地址
TestAddress string
//token 最小单位位数
Decimals int
}