Ethereum Abi Value
class EthereumAbiValue
Represents Ethereum ABI value
Functions
Link copied to clipboard
Decode an array of given simple types.
Link copied to clipboard
Decodes input data (bytes longer than 32 will be truncated) as uint256
Link copied to clipboard
Decode an arbitrary type, return value as string
Link copied to clipboard
Encode an address according to Ethereum ABI, 20 bytes of the address.
Link copied to clipboard
Encode a bool according to Ethereum ABI, into 32 bytes.
Link copied to clipboard
Encode a number of bytes, up to 32 bytes, padded on the right.
Link copied to clipboard
Encode a dynamic number of bytes by encoding its hash
Link copied to clipboard
Encode a int256 according to Ethereum ABI, into 32 bytes.
Link copied to clipboard
Encode a int32 according to Ethereum ABI, into 32 bytes.
Link copied to clipboard
Encode a string according to Ethereum ABI by encoding its hash.
Link copied to clipboard
Encode an int256 according to Ethereum ABI, into 32 bytes.
Link copied to clipboard
Encode a uint32 according to Ethereum ABI, into 32 bytes.