Expand description
ABI encoding and decoding functionality for Ethereum ABI.
Enums§
- Decode
Error - Errors that can occur during ABI decoding
Traits§
Functions§
- decode
- decode_
address - Decode an address from ABI-encoded data
- decode_
u256 - Decode a U256 from ABI-encoded data
- encode
- encode_
address - Encode an address (20 bytes) into ABI format
- encode_
u256 - Encode a U256 (32 bytes) into ABI format
- is_
dynamic_ type