Gateway
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Gateway"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Gateway"
ABI
ABI objects
Getter at block 21396899
feeShareToTheTeam() view returns (uint256)
0
getChainId() pure returns (uint256 chainId)
1
maxVariableFeeInUsd() view returns (uint128)
0
minVariableFeeInUsd() view returns (uint128)
0
orgWallet() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
priceOracle() view returns (address)
0x0000000000000000000000000000000000000000
serviceFeePercent() view returns (uint128)
0
serviceFeePercentWhenNoPrice() view returns (uint128)
0
teamWallet() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
addressToTokenId(address) view returns (uint256)
feeCalculation(address token, uint256 tokenAmount) view returns (uint256)
feeToWithdraw(address) view returns (uint256)
getFeeToWithdraw(address token) view returns (uint256 amount)
getNetworkFee(uint256 toChainId) view returns (uint256 networkFee)
networksFee(uint256) view returns (uint256)
processedRequests(bytes32) view returns (bool)
toRequestKey(uint256 fromChainId, bytes32 requestTxHash, uint256 logIndex) pure returns (bytes32 requestKey)
tokens(uint256) view returns (address tokenAddress, uint8 releaseMethod)
State-modifying
Events addToken(address tokenAddress, uint8 releaseMethod, uint256[] chains)
initialize(address _priceOracle, address _orgWallet, address _teamWallet)
renounceOwnership()
setFeeParameters(uint128 _minVariableFeeInUsd, uint128 _maxVariableFeeInUsd, uint128 _serviceFeePercentWhenNoPrice, uint128 _serviceFeePercent, uint256 _feeShareToTheTeam)
setPriceOracle(address _priceOracle)
transferFromAnotherChain(uint256 tokenId, uint256 fromChainId, bytes32 requestTxHash, uint256 logIndex, address to, uint256 amount)
transferOwnership(address newOwner)
transferToAnotherChain(uint256 tokenId, uint256 toChainId, address to, uint256 amount) payable
updateNetworkFee(uint256 chainId, uint256 _networkFee)
updateToken(uint256 tokenId, address tokenAddress, uint8 releaseMethod)
updateTokenSupportedChain(uint256 tokenId, uint256 chainId, bool active)
updateWallets(address _orgWallet, address _teamWallet)
withdrawAllFees()
withdrawTokenFees(address token)
NetworkFeeUpdated(uint256 indexed chainId, uint256 newNetworkFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenAdded(uint256 indexed tokenId, address tokenAddress, uint8 releaseMethod, uint256[] supportedChains)
TokenSupportedChainsUpdated(uint256 indexed tokenId, uint256 chainId, bool active)
TokenUpdated(uint256 indexed tokenId, address tokenAddress, uint8 releaseMethod)
TransferredFromAnotherChain(bytes32 indexed requestKey, uint256 indexed tokenId, uint256 indexed fromChainId, address to, uint256 amount)
TransferredToAnotherChain(uint256 indexed tokenId, uint256 indexed toChainId, address from, address to, uint256 amount, uint256 amountToTransfer, uint256 networkFee)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.