Open huahuayu opened 3 years ago
hi, if there's space in the method will cause the method extract error
vc := multicall.NewViewCall( "0", "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984", "transfer( address, uint256 ) ( bool )", []interface{}{"0x000000000000000000000000000000000000dead","10"}, )
see this:
but the method should be transfer(address,uint256)
transfer(address,uint256)
hi, if there's space in the method will cause the method extract error
see this:
but the method should be
transfer(address,uint256)