AxelarDepositService
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
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 "AxelarDepositService"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AxelarDepositService"
ABI
ABI objects
Getter at block 21158775
contractId() pure returns (bytes32)
0xb8e1544725348a2fe538aa3da850e3b074cd75bac06629b2beb717eaee8dd707
gateway() view returns (address)
0x4f4495243837681061c4743b74b3eedf548d56a5
implementation() view returns (address implementation_)
0x0000000000000000000000000000000000000000
owner() view returns (address owner_)
0x0000000000000000000000000000000000000000
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 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)
constructor(address gateway_, string wrappedSymbol_, address refundIssuer_)
This contract contains no fallback and receive objects.
InvalidAddress()
InvalidAmount()
InvalidCodeHash()
InvalidImplementation()
InvalidOwner()
InvalidStringLength()
InvalidSymbol()
NativeTransferFailed()
NotOwner()
NotProxy()
NotRefundIssuer()
NothingDeposited()
SetupFailed()
TokenApproveFailed()
TokenTransferFailed()
UnwrapFailed()
WrapFailed()
WrappedTokenNotSupported()