AxelarGatewayProxyMultisig
Verified contract
Proxy
Active on
Ethereum with 78,457 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 ($103,587,109.24)
Native
Value
$3,028.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.906308 | $3,341.06 |
$3,028.03 | |
WBTC | ERC-20 | 312.89787 | $98,713.00 |
$30,887,087.48 | |
USDC | ERC-20 | 29.936911M | $1.00 |
$29,936,911.41 | |
WETH | ERC-20 | 6.90698K | $3,341.25 |
$23,077,948.14 | |
wstETH | ERC-20 | 1.416204K | $3,983.10 |
$5,640,882.88 | |
EURC | ERC-20 | 5.051961M | $1.046 |
$5,284,350.94 | |
USDT | ERC-20 | 2.959752M | $1.001 |
$2,962,711.67 | |
BUSD | ERC-20 | 1.531182M | $0.995762 |
$1,524,692.69 | |
YUM | ERC-20 | 42.456122M | $0.026702 |
$1,133,668.47 | |
DAI | ERC-20 | 814.028197K | $1.00 |
$814,028.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242673 | a minute ago | | | 0 | 0.0054268279 | |
| 21242648 | 6 minutes ago | | | 0 | 0.0056289190 | |
| 21242598 | 16 minutes ago | | | 0 | 0.0068868069 | |
| 21242523 | 31 minutes ago | | | 0 | 0.0041577006 | |
| 21242498 | 36 minutes ago | | | 0 | 0.0054360803 | |
| 21242474 | 41 minutes ago | | | 0 | 0.0051603019 | |
| 21242449 | an hour ago | | | 0 | 0.0045149960 | |
| 21242399 | an hour ago | | | 0 | 0.0045979151 | |
| 21242374 | an hour ago | | | 0 | 0.0044431580 | |
| 21242350 | an hour ago | | | 0 | 0.0056924622 |
ABI
ABI objects
Getter at block 21242676
allTokensFrozen() pure returns (bool)
false
authModule() view returns (address)
0xe3b83f79fbf01b25659f8a814945ab82186a8ad0
contractId() pure returns (bytes32)
0xad2ae48b4d93c587cd1f0f8f269b84f57dbe98bbe5c61c4b6d324e6a667b3625
governance() view returns (address)
0xfdf36a30070ea0241d69052ea85ff44ad0476a66
implementation() view returns (address)
0x99b5fa03a5ea4315725c43346e55a6a6fbd94098
mintLimiter() view returns (address)
0xcc940ae49c78f20e3f13f3cf37e996b98ac3ec68
tokenDeployer() view returns (address)
0xb28478319b64f8d47e19a120209a211d902f8b8f
Read-only
getAddress(bytes32 key) view returns (address)
getBool(bytes32 key) view returns (bool)
getBytes(bytes32 key) view returns (bytes)
getInt(bytes32 key) view returns (int256)
getString(bytes32 key) view returns (string)
getUint(bytes32 key) view returns (uint256)
getAddress(bytes32 key) view returns (address)
getBool(bytes32 key) view returns (bool)
getBytes(bytes32 key) view returns (bytes)
getInt(bytes32 key) view returns (int256)
getString(bytes32 key) view returns (string)
getUint(bytes32 key) view returns (uint256)
isCommandExecuted(bytes32 commandId) view returns (bool)
isContractCallAndMintApproved(bytes32 commandId, string sourceChain, string sourceAddress, address contractAddress, bytes32 payloadHash, string symbol, uint256 amount) view returns (bool)
isContractCallApproved(bytes32 commandId, string sourceChain, string sourceAddress, address contractAddress, bytes32 payloadHash) view returns (bool)
tokenAddresses(string symbol) view returns (address)
tokenFrozen(string) pure returns (bool)
tokenMintAmount(string symbol) view returns (uint256)
tokenMintLimit(string symbol) view returns (uint256)
State-modifying
Events setup(bytes params)
approveContractCall(bytes params, bytes32 commandId)
approveContractCallWithMint(bytes params, bytes32 commandId)
burnToken(bytes params, bytes32)
callContract(string destinationChain, string destinationContractAddress, bytes payload)
callContractWithToken(string destinationChain, string destinationContractAddress, bytes payload, string symbol, uint256 amount)
deployToken(bytes params, bytes32)
execute(bytes input)
mintToken(bytes params, bytes32)
sendToken(string destinationChain, string destinationAddress, string symbol, uint256 amount)
setTokenMintLimits(string[] symbols, uint256[] limits)
setup(bytes params)
transferGovernance(address newGovernance)
transferMintLimiter(address newMintLimiter)
transferOperatorship(bytes newOperatorsData, bytes32)
upgrade(address newImplementation, bytes32 newImplementationCodeHash, bytes setupParams)
validateContractCall(bytes32 commandId, string sourceChain, string sourceAddress, bytes32 payloadHash) returns (bool valid)
validateContractCallAndMint(bytes32 commandId, string sourceChain, string sourceAddress, bytes32 payloadHash, string symbol, uint256 amount) returns (bool valid)
ContractCall(address indexed sender, string destinationChain, string destinationContractAddress, bytes32 indexed payloadHash, bytes payload)
ContractCallApproved(bytes32 indexed commandId, string sourceChain, string sourceAddress, address indexed contractAddress, bytes32 indexed payloadHash, bytes32 sourceTxHash, uint256 sourceEventIndex)
ContractCallApprovedWithMint(bytes32 indexed commandId, string sourceChain, string sourceAddress, address indexed contractAddress, bytes32 indexed payloadHash, string symbol, uint256 amount, bytes32 sourceTxHash, uint256 sourceEventIndex)
ContractCallExecuted(bytes32 indexed commandId)
ContractCallWithToken(address indexed sender, string destinationChain, string destinationContractAddress, bytes32 indexed payloadHash, bytes payload, string symbol, uint256 amount)
Executed(bytes32 indexed commandId)
GovernanceTransferred(address indexed previousGovernance, address indexed newGovernance)
MintLimiterTransferred(address indexed previousGovernance, address indexed newGovernance)
OperatorshipTransferred(bytes newOperatorsData)
TokenDeployed(string symbol, address tokenAddresses)
TokenMintLimitUpdated(string symbol, uint256 limit)
TokenSent(address indexed sender, string destinationChain, string destinationAddress, string symbol, uint256 amount)
Upgraded(address indexed implementation)
constructor(bytes params)
fallback()
receive()
BurnFailed(string symbol)
ExceedMintLimit(string symbol)
InvalidAmount()
InvalidAuthModule()
InvalidChainId()
InvalidCodeHash()
InvalidCommands()
InvalidGovernance()
InvalidImplementation()
InvalidMintLimiter()
InvalidSetMintLimitsParams()
InvalidTokenDeployer()
MintFailed(string symbol)
NotGovernance()
NotMintLimiter()
NotProxy()
NotSelf()
SetupFailed()
TokenAlreadyExists(string symbol)
TokenContractDoesNotExist(address token)
TokenDeployFailed(string symbol)
TokenDoesNotExist(string symbol)
TokenTransferFailed()