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