AxelarDepositServiceProxy
Verified contract
Proxy
Active on
Ethereum with 7,883 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.00)
No balances found for "AxelarDepositServiceProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153627 | 17 hours ago | | | 0 | 0.0017188796 | |
| 21152488 | 21 hours ago | | | 0 | 0.0014381598 | |
| 21148759 | a day ago | | | 0 | 0.00095489465 | |
| 21145950 | 2 days ago | | | 0 | 0.0014092998 | |
| 21136603 | 3 days ago | | | 0 | 0.0022419072 | |
| 21132879 | 4 days ago | | | 0 | 0.0018161625 | |
| 21131764 | 4 days ago | | | 0 | 0.0026584914 | |
| 21110382 | 7 days ago | | | 0 | 0.00039400946 | |
| 21108950 | 7 days ago | | | 0 | 0.00069128371 | |
| 21100889 | 8 days ago | | | 0 | 0.0010947858 |
ABI
ABI objects
Getter at block 21158775
implementation() view returns (address implementation_)
0xd883c8ba523253c93d97b6c7a5087a7b5ff23d79
contractId() pure returns (bytes32)
0xb8e1544725348a2fe538aa3da850e3b074cd75bac06629b2beb717eaee8dd707
gateway() view returns (address)
0x4f4495243837681061c4743b74b3eedf548d56a5
implementation() view returns (address implementation_)
0xd883c8ba523253c93d97b6c7a5087a7b5ff23d79
owner() view returns (address owner_)
0xd55cd98cde61c3cce1286f9af50cdbf16f5dba5b
receiverImplementation() view returns (address)
0x7cf81b468a5c6a6a783a4db90c80978d0ba2a409
refundIssuer() view returns (address)
0x4f671f34d2d23fec3ee3087e3a0221f8d314d9df
refundToken() view returns (address)
0x0000000000000000000000000000000000000000
wrappedSymbol() view returns (string)
WETH
wrappedToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
wrappedTokenAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
addressForNativeDeposit(bytes32 salt, address refundAddress, string destinationChain, string destinationAddress) view returns (address)
addressForNativeUnwrap(bytes32 salt, address refundAddress, address recipient) view returns (address)
addressForTokenDeposit(bytes32 salt, address refundAddress, string destinationChain, string destinationAddress, string tokenSymbol) view returns (address)
State-modifying
Events init(address implementationAddress, address newOwner, bytes params)
setup(bytes data)
nativeUnwrap(bytes32 salt, address refundAddress, address recipient)
refundLockedAsset(address receiver, address token, uint256 amount)
refundNativeDeposit(bytes32 salt, address refundAddress, string destinationChain, string destinationAddress, address[] refundTokens)
refundNativeUnwrap(bytes32 salt, address refundAddress, address recipient, address[] refundTokens)
refundTokenDeposit(bytes32 salt, address refundAddress, string destinationChain, string destinationAddress, string tokenSymbol, address[] refundTokens)
sendNative(string destinationChain, string destinationAddress) payable
sendNativeDeposit(bytes32 salt, address refundAddress, string destinationChain, string destinationAddress)
sendTokenDeposit(bytes32 salt, address refundAddress, string destinationChain, string destinationAddress, string tokenSymbol)
setup(bytes data)
transferOwnership(address newOwner)
upgrade(address newImplementation, bytes32 newImplementationCodeHash, bytes params)
OwnershipTransferred(address indexed newOwner)
Upgraded(address indexed newImplementation)
This contract contains no constructor objects.
fallback()
receive()
AlreadyInitialized()
EtherNotAccepted()
InvalidImplementation()
NotOwner()
SetupFailed()
InvalidAddress()
InvalidAmount()
InvalidCodeHash()
InvalidImplementation()
InvalidOwner()
InvalidStringLength()
InvalidSymbol()
NativeTransferFailed()
NotOwner()
NotProxy()
NotRefundIssuer()
NothingDeposited()
SetupFailed()
TokenApproveFailed()
TokenTransferFailed()
UnwrapFailed()
WrapFailed()
WrappedTokenNotSupported()