# Functions
ContractToDenomKey defines the store key for contract to denom reverse index.
DefaultGenesisState sets default erc20 genesis state with empty accounts and default params and chain config values.
DefaultParams returns default parameters.
DenomToAutoContractKey defines the store key for denom to auto contract mapping.
DenomToExternalContractKey defines the store key for denom to external contract mapping.
No description provided by the author
IsValidIBCDenom returns if denom is a valid ibc denom.
NewParams creates a new Params instance.
No description provided by the author
ParamKeyTable returns the parameter key table.
RegisterCodec registers all the necessary types and interfaces for the erc20 module.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
1 day.
DefaultParamspace for params keeper.
No description provided by the author
ModuleName string name of module.
No description provided by the author
No description provided by the author
RouterKey uses module name for routing.
StoreKey key for ethereum storage data, account code (StateDB) or block related data for Web3.
No description provided by the author
# Variables
ErrChainConfigNotFound returns an error if the chain config cannot be found on the store.
ErrEmptyAddressList returns an error if the address list is empty.
No description provided by the author
ErrKeyNotFound returns an error if the target key not found in database.
ErrUnexpectedProposalType returns an error when the proposal type is not supported in erc20 module.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
KVStore key prefixes.
KVStore key prefixes.
KVStore key prefixes.
ModuleCdc defines the erc20 module's codec.
ModuleERC20Contract is the compiled okc erc20 contract.
# Structs
CompiledContract contains compiled bytecode and abi.
GenesisState defines the erc20 module genesis state.
Params defines the module parameters.
TokenMapping defines a mapping between native denom and contract.
No description provided by the author