bytes
in ABI encoding)address
in ABI encoding)*big.Int
, you MUST use a special “evm” struct tag to indicate which underlying evm integer type you want to resolve to. This is due to go-ethereum using *big.Int
for any uint or int greater than 64 bits.