ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 63 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24.58)
Native
Value
$24.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.008 | $3,072.21 |
$24.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206418 | 12 hours ago | | | 0.002 | 0.00062898408 | |
| 21204834 | 17 hours ago | | | 0 | 0.0010053365 | |
| 21203656 | 21 hours ago | | | 0 | 0.00083909058 | |
| 21199644 | a day ago | | | 0 | 0.0011262951 | |
| 21183302 | 4 days ago | | | 0 | 0.0043463492 | |
| 21164221 | 6 days ago | | | 0 | 0.0013651346 | |
| 21164175 | 6 days ago | | | 0.002 | 0.0010370481 | |
| 21164001 | 6 days ago | | | 0.002 | 0.00090195291 | |
| 21163976 | 6 days ago | | | 0.002 | 0.00093135766 | |
| 21163951 | 6 days ago | | | 0 | 0.00062291845 |
ABI
ABI objects
Getter at block 21209968 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
chainKeyAddress() view returns (address)
0x0bc4a28f728cff486ef8f3ca19287cd6b6b4b637
feeTokenFactor() view returns (uint128)
400000000000
isActive() view returns (bool)
true
lastExecutedSequence() view returns (uint256)
13
owner() view returns (address)
0x61359c8034534d4b586ac7e09bb87bb8cb2f1561
Read-only
calculateFee(string target_chain_id) view returns (uint128)
handledDirectives(uint256) view returns (bool)
handledTickets(string) view returns (bool)
targetChainFactor(string) view returns (uint128)
tokens(string) view returns (string name, string symbol, uint8 decimals, address erc20ContractAddr, string settlementChainId)
State-modifying
Events burnToken(string tokenId, uint256 amount) payable
changeChainKeyAddress(address newChainKeyAddress)
collectFee(address to_)
fillHistoryTickets(string[] ticketIds)
initialize(address _chainKeyAddress)
mintRunes(string tokenId, address receiver) payable
privilegedExecuteDirective(bytes directiveBytes)
privilegedMintToken(string tokenId, address receiver, uint256 amount, string ticketId, string memo)
redeemToken(string tokenId, string receiver, uint256 amount) payable
renounceOwnership()
transferOwnership(address newOwner)
transferTokensOwnership(address newTokenOwner)
transportToken(string dstChainId, string tokenId, string receiver, uint256 amount, string memo) payable
updateTokenName(string tokenId, string name_)
updateTokenSymbol(string tokenId, string symbol_)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
BalanceCollected(address to, uint256 amount)
DirectiveExecuted(uint256 seq)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RunesMintRequested(string tokenId, address sender, address receiver)
TokenAdded(string tokenId, address tokenAddress)
TokenBurned(string tokenId, address sender, string receiver, uint256 amount)
TokenMinted(string tokenId, address receiver, uint256 amount, string ticketId, string memo)
TokenTransportRequested(string dstChainId, string tokenId, address sender, string receiver, uint256 amount, string memo)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)