ISystem
Git Source (opens in a new tab)
Interface for the System contract.
Defines functions for system contract callable by fungible module.
Functions
FUNGIBLE_MODULE_ADDRESS
function FUNGIBLE_MODULE_ADDRESS() external view returns (address);
wZetaContractAddress
function wZetaContractAddress() external view returns (address);
uniswapv2FactoryAddress
function uniswapv2FactoryAddress() external view returns (address);
gasPriceByChainId
function gasPriceByChainId(uint256 chainID) external view returns (uint256);
gasCoinZRC20ByChainId
function gasCoinZRC20ByChainId(uint256 chainID) external view returns (address);
gasZetaPoolByChainId
function gasZetaPoolByChainId(uint256 chainID) external view returns (address);