Skip to main content

Module precompiles

Module precompiles 

Source

Modules§

account_keychain
common_errors
nonce
stablecoin_dex
tip20
tip20_factory
tip403_registry
tip_fee_manager
validator_config
validator_config_v2

Structs§

UnknownFunctionSelector
Error returned when a function selector is not recognized Custom error with signature UnknownFunctionSelector(bytes4) and selector 0xaa4bc69a.

Enums§

AccountKeychainError
Container for all the IAccountKeychain custom errors.
AccountKeychainEvent
Container for all the IAccountKeychain events.
FeeManagerError
Container for all the IFeeManager custom errors.
FeeManagerEvent
Container for all the IFeeManager events.
NonceError
Container for all the INonce custom errors.
NonceEvent
Container for all the INonce events.
RolesAuthError
Container for all the IRolesAuth custom errors.
RolesAuthEvent
Container for all the IRolesAuth events.
StablecoinDEXError
Container for all the IStablecoinDEX custom errors.
StablecoinDEXEvents
Container for all the IStablecoinDEX events.
TIP20Error
Container for all the ITIP20 custom errors.
TIP20Event
Container for all the ITIP20 events.
TIP20FactoryError
Container for all the ITIP20Factory custom errors.
TIP20FactoryEvent
Container for all the ITIP20Factory events.
TIP403RegistryError
Container for all the ITIP403Registry custom errors.
TIP403RegistryEvent
Container for all the ITIP403Registry events.
TIPFeeAMMError
Container for all the ITIPFeeAMM custom errors.
TIPFeeAMMEvent
Container for all the ITIPFeeAMM events.
ValidatorConfigError
Container for all the IValidatorConfig custom errors.
ValidatorConfigV2Error
Container for all the IValidatorConfigV2 custom errors.
ValidatorConfigV2Event
Container for all the IValidatorConfigV2 events.

Constants§

ACCOUNT_KEYCHAIN_ADDRESS
DEFAULT_FEE_TOKEN
ISO4217_CODES
Full list of ISO 4217 currency codes.
NONCE_PRECOMPILE_ADDRESS
PATH_USD_ADDRESS
STABLECOIN_DEX_ADDRESS
TIP20_FACTORY_ADDRESS
TIP403_REGISTRY_ADDRESS
TIP_FEE_MANAGER_ADDRESS
USD_CURRENCY
USD currency string constant.
VALIDATOR_CONFIG_ADDRESS
VALIDATOR_CONFIG_V2_ADDRESS

Functions§

is_iso4217_currency
Returns true if the given code is a recognized ISO 4217 currency code.