Module ethereum_gen::test_token
source · Expand description
This module was auto-generated with ethers-rs Abigen. More information at: https://github.com/gakonst/ethers-rs
Structs
- Container type for all input parameters for the
allowance
function with signatureallowance(address,address)
and selector0xdd62ed3e
- Container type for all return fields from the
allowance
function with signatureallowance(address,address)
and selector0xdd62ed3e
- Container type for all input parameters for the
approve
function with signatureapprove(address,uint256)
and selector0x095ea7b3
- Container type for all return fields from the
approve
function with signatureapprove(address,uint256)
and selector0x095ea7b3
- Container type for all input parameters for the
balanceOf
function with signaturebalanceOf(address)
and selector0x70a08231
- Container type for all return fields from the
balanceOf
function with signaturebalanceOf(address)
and selector0x70a08231
- Container type for all input parameters for the
decimals
function with signaturedecimals()
and selector0x313ce567
- Container type for all return fields from the
decimals
function with signaturedecimals()
and selector0x313ce567
- Container type for all input parameters for the
decreaseAllowance
function with signaturedecreaseAllowance(address,uint256)
and selector0xa457c2d7
- Container type for all return fields from the
decreaseAllowance
function with signaturedecreaseAllowance(address,uint256)
and selector0xa457c2d7
- Container type for all input parameters for the
increaseAllowance
function with signatureincreaseAllowance(address,uint256)
and selector0x39509351
- Container type for all return fields from the
increaseAllowance
function with signatureincreaseAllowance(address,uint256)
and selector0x39509351
- Container type for all input parameters for the
mint
function with signaturemint(address,uint256)
and selector0x40c10f19
- Container type for all input parameters for the
name
function with signaturename()
and selector0x06fdde03
- Container type for all return fields from the
name
function with signaturename()
and selector0x06fdde03
- Container type for all input parameters for the
symbol
function with signaturesymbol()
and selector0x95d89b41
- Container type for all return fields from the
symbol
function with signaturesymbol()
and selector0x95d89b41
- Container type for all input parameters for the
totalSupply
function with signaturetotalSupply()
and selector0x18160ddd
- Container type for all return fields from the
totalSupply
function with signaturetotalSupply()
and selector0x18160ddd
- Container type for all input parameters for the
transfer
function with signaturetransfer(address,uint256)
and selector0xa9059cbb
- Container type for all input parameters for the
transferFrom
function with signaturetransferFrom(address,address,uint256)
and selector0x23b872dd
- Container type for all return fields from the
transferFrom
function with signaturetransferFrom(address,address,uint256)
and selector0x23b872dd
- Container type for all return fields from the
transfer
function with signaturetransfer(address,uint256)
and selector0xa9059cbb
Enums
- Container type for all of the contract’s call
- Container type for all of the contract’s events
Statics
- The parsed JSON ABI of the contract.