TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,252 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
0xa864…e3f9
Balances ($101,322.79)
Native
Value
$100.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.025697 | $3,906.22 |
$100.38 | |
TRADE | ERC-20 | 3.101866M | $0.032633 |
$101,222.42 | |
KRZ | ERC-20 | 247.432064B | -- | -- | |
FROGE | ERC-20 | 12.097478B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15541951 | 2 years ago | | | 0 | 0.0010835120 | |
| 14932093 | 3 years ago | | | 0 | 0.0012080053 | |
| 14929778 | 3 years ago | | | 0 | 0.0017686785 | |
| 14929778 | 3 years ago | | | 0 | 0.0017686785 | |
| 14929678 | 3 years ago | | | 0 | 0.0020788707 | |
| 14929624 | 3 years ago | | | 0 | 0.0041537889 | |
| 14878538 | 3 years ago | | | 0.00018480899 | 0.0045357452 | |
| 14855567 | 3 years ago | | | 0 | 0.0012762695 | |
| 14854043 | 3 years ago | | | 0 | 0.0018246827 | |
| 14852489 | 3 years ago | | | 0 | 0.0010574371 |
ABI
ABI objects
Getter at block 21396320
feeShareToTheTeam() view returns (uint256)
500000000000000000
getChainId() pure returns (uint256 chainId)
1
maxVariableFeeInUsd() view returns (uint128)
100000000000000000000
minVariableFeeInUsd() view returns (uint128)
1000000000000000000
orgWallet() view returns (address)
0x2eead74a9005169b40e687e31111f875ddfdeee6
owner() view returns (address)
0xeb6217c122820e9d182c690eac04e550c9c76364
priceOracle() view returns (address)
0xa864b68318a5db56f2eb40c845ea4925be4ae3f9
serviceFeePercent() view returns (uint128)
10000000000000000
serviceFeePercentWhenNoPrice() view returns (uint128)
10000000000000000
teamWallet() view returns (address)
0x2eead74a9005169b40e687e31111f875ddfdeee6
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 admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
constructor(address initialLogic, address initialAdmin, bytes _data)
fallback()
receive()
This contract contains no error objects.