InterchainProxy
Verified contract
Proxy
Active on
Ethereum with 154 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
Balances ($0.41)
Native
Value
$0.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000113 | $3,656.73 |
$0.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292268 | a day ago | | | 0.00061704636 | 0.0093435318 | |
| 21282815 | 2 days ago | | | 0.000098549741 | 0.0014362179 | |
| 21282619 | 2 days ago | | | 0.00010177349 | 0.0021399394 | |
| 21282519 | 3 days ago | | | 0.000094368628 | 0.0071581457 | |
| 21274813 | 4 days ago | | | 0.00042423624 | 0.0063969522 | |
| 21235085 | 9 days ago | | | 0.000084755408 | 0.0065251695 | |
| 21215404 | 12 days ago | | | 0.0013730205 | 0.014963845 | |
| 21195282 | 15 days ago | | | 0.00016749992 | 0.012051467 | |
| 21143423 | 22 days ago | | | 0.0012966129 | 0.032939887 | |
| 21109822 | a month ago | | | 0.000081303501 | 0.0040902345 |
ABI
ABI objects
Getter at block 21300356
implementation() view returns (address implementation_)
0xa852412d2d91fe05d790934b6e64c3c351fab54f
chainNameHash() view returns (bytes32)
0x564ccaf7594d66b1eaaea24fe01f0585bf52ee70852af4eac0cc4b04711cd0e2
contractId() pure returns (bytes32)
0x80547d63ed663962b99f8ed432bff3879a35b5418af92258aa171feef14cc3cc
gateway() view returns (address)
0x4f4495243837681061c4743b74b3eedf548d56a5
implementation() view returns (address implementation_)
0xa852412d2d91fe05d790934b6e64c3c351fab54f
interchainTokenService() view returns (address)
0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c
owner() view returns (address owner_)
0x6f24a47fc8ae5441eb47effc3665e70e69ac3f05
pendingOwner() view returns (address owner_)
0x0000000000000000000000000000000000000000
Read-only
canonicalInterchainTokenId(address tokenAddress) view returns (bytes32 tokenId)
canonicalInterchainTokenSalt(bytes32 chainNameHash_, address tokenAddress) pure returns (bytes32 salt)
interchainTokenAddress(address deployer, bytes32 salt) view returns (address tokenAddress)
interchainTokenId(address deployer, bytes32 salt) view returns (bytes32 tokenId)
interchainTokenSalt(bytes32 chainNameHash_, address deployer, bytes32 salt) pure returns (bytes32)
State-modifying
Events setup(bytes params)
acceptOwnership()
deployInterchainToken(bytes32 salt, string name, string symbol, uint8 decimals, uint256 initialSupply, address minter) payable returns (bytes32 tokenId)
deployRemoteCanonicalInterchainToken(string originalChain, address originalTokenAddress, string destinationChain, uint256 gasValue) payable returns (bytes32 tokenId)
deployRemoteInterchainToken(string originalChainName, bytes32 salt, address minter, string destinationChain, uint256 gasValue) payable returns (bytes32 tokenId)
multicall(bytes[] data) payable returns (bytes[] results)
proposeOwnership(address newOwner)
registerCanonicalInterchainToken(address tokenAddress) payable returns (bytes32 tokenId)
setup(bytes data)
transferOwnership(address newOwner)
upgrade(address newImplementation, bytes32 newImplementationCodeHash, bytes params)
OwnershipTransferStarted(address indexed newOwner)
OwnershipTransferred(address indexed newOwner)
Upgraded(address indexed newImplementation)
constructor(address implementationAddress, address owner, bytes setupParams)
fallback()
receive()
AlreadyInitialized()
InvalidImplementation()
InvalidOwner()
NotOwner()
SetupFailed()
GatewayToken(address tokenAddress)
InvalidChainName()
InvalidCodeHash()
InvalidImplementation()
InvalidOwner()
InvalidOwnerAddress()
MulticallFailed()
NotMinter(address minter)
NotOperator(address operator)
NotOwner()
NotProxy()
SetupFailed()
ZeroAddress()