web3-multicall-go
web3-multicall-go copied to clipboard
method extract issue
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)