Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed compiled_contracts/ERC20MinterBurnerDecimals.json ERC20MinterBurnerDecimalsJSON []byte //nolint:revive,stylecheck // ERC20MinterBurnerDecimalsContract is the compiled erc20 contract ERC20MinterBurnerDecimalsContract evmtypes.CompiledContract // ERC20MinterBurnerDecimalsAddress is the erc20 module address ERC20MinterBurnerDecimalsAddress common.Address )
View Source
var ( //go:embed compiled_contracts/ERC721Uptick.json ERC721UptickJSON []byte //nolint:revive,stylecheck // ERC721UpticksContract is the compiled erc721 contract ERC721UpticksContract evmtypes.CompiledContract // ERC721UptickAddress is the erc721 module address ERC721UptickAddress common.Address )
View Source
var ( // ERC20BurnableContract is the compiled ERC20Burnable contract ERC20BurnableContract evmtypes.CompiledContract )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.