Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed compiled_contracts/ERC20MinterPauserBurnerDecimals.json ERC20JSON []byte //nolint: golint // ERC20Contract is the compiled erc20 contract ERC20Contract evmtypes.CompiledContract // ERC20Address is the erc20 module address ERC20Address common.Address )
View Source
var ( //go:embed compiled_contracts/ERC721.json ERC721JSON []byte //nolint: golint ERC721Contract evmtypes.CompiledContract ERC721Address common.Address )
View Source
var ( //go:embed compiled_contracts/ERC20NonTransferable.json SBTJSON []byte //nolint: golint // SBTContract is the compiled SBT contract SBTContract evmtypes.CompiledContract )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.