Build
Architecture
contracts
contracts
zevm
Interfaces.sol
Interface.isystem

Git Source (opens in a new tab)

Interfaces of SystemContract and ZRC20 to make easier to import.

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);