Alethio / web3-multicall-go

Go interface for a Multicall contract to batch EVM state reads in a single ethcall
MIT License
35 stars 29 forks source link

uint support #8

Open huahuayu opened 3 years ago

huahuayu commented 3 years ago

hi, currently the code don't supoort uint type, nither for arg type or return type.

Actually uint == uint256.