AxelarGatewayProxyMultisig

Verified contract

Proxy

Active on Ethereum with 78,457 txns
Deployed by via 0x40261e62 at 13857570
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $3,028.03
ERC-20
Value $30,887,087.48
ERC-20
Value $29,936,911.41
ERC-20
Value $23,077,948.14
ERC-20
Value $5,640,882.88
ERC-20
Value $5,284,350.94
ERC-20
Value $2,962,711.67
ERC-20
Value $1,524,692.69
ERC-20
Value $1,133,668.47
ERC-20
Value $814,028.2
0x818011052e310d06ec2c92703354d1cc878b879b6af6561d00bfe2e9ad1c8a65
0x1f66c205cfc9fdc7db3e6864355c3df69960c16aedf6a625d8c94c6640430d06
0x747605840e3d00073ab36e9243a7def0f7f12a03ed8d197e9caf296708f1c87f
0x60e87c911af39801c6214a7190f81cfb5bce2ea26f320c446fbdaa55707ac788
0xcd977c5c55c297a5e1b9a4c31fd4c00c8998fa0513240ad10e129e6057e0cae2
0x754c0f6e007ab86a13ae9cc9f87a6917e5d5f7f2e36c6e6dc10f3a483f7bd642
0x57adb8d8e31781a7795bdb6807306071a5e02b5fc9d27f2a7bf3a5918567a5c2
0xeb6cacf4bd9553169d74cf8db23cc72409a5ece669508db03ecddc6b08897118
0x508315599ca0b72c029505807ce72a44919d82230315602d21850c47049a17bd
0xf7c249b8dcc08098857bee15e7eac71da9f2dbc1fde93a767cad7363cd3bf8d1

Functions
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 keyview returns (address)
getBool(bytes32 keyview returns (bool)
getBytes(bytes32 keyview returns (bytes)
getInt(bytes32 keyview returns (int256)
getString(bytes32 keyview returns (string)
getUint(bytes32 keyview returns (uint256)
getAddress(bytes32 keyview returns (address)
getBool(bytes32 keyview returns (bool)
getBytes(bytes32 keyview returns (bytes)
getInt(bytes32 keyview returns (int256)
getString(bytes32 keyview returns (string)
getUint(bytes32 keyview returns (uint256)
isCommandExecuted(bytes32 commandIdview returns (bool)
isContractCallAndMintApproved(bytes32 commandIdstring sourceChainstring sourceAddressaddress contractAddressbytes32 payloadHashstring symboluint256 amountview returns (bool)
isContractCallApproved(bytes32 commandIdstring sourceChainstring sourceAddressaddress contractAddressbytes32 payloadHashview returns (bool)
tokenAddresses(string symbolview returns (address)
tokenFrozen(stringpure returns (bool)
tokenMintAmount(string symbolview returns (uint256)
tokenMintLimit(string symbolview returns (uint256)
State-modifying
setup(bytes params
approveContractCall(bytes paramsbytes32 commandId
approveContractCallWithMint(bytes paramsbytes32 commandId
burnToken(bytes paramsbytes32
callContract(string destinationChainstring destinationContractAddressbytes payload
callContractWithToken(string destinationChainstring destinationContractAddressbytes payloadstring symboluint256 amount
deployToken(bytes paramsbytes32
execute(bytes input
mintToken(bytes paramsbytes32
sendToken(string destinationChainstring destinationAddressstring symboluint256 amount
setTokenMintLimits(string[] symbolsuint256[] limits
setup(bytes params
transferGovernance(address newGovernance
transferMintLimiter(address newMintLimiter
transferOperatorship(bytes newOperatorsDatabytes32
upgrade(address newImplementationbytes32 newImplementationCodeHashbytes setupParams
validateContractCall(bytes32 commandIdstring sourceChainstring sourceAddressbytes32 payloadHashreturns (bool valid)
validateContractCallAndMint(bytes32 commandIdstring sourceChainstring sourceAddressbytes32 payloadHashstring symboluint256 amountreturns (bool valid)
Events
ContractCall(address indexed senderstring destinationChainstring destinationContractAddressbytes32 indexed payloadHashbytes payload
ContractCallApproved(bytes32 indexed commandIdstring sourceChainstring sourceAddressaddress indexed contractAddressbytes32 indexed payloadHashbytes32 sourceTxHashuint256 sourceEventIndex
ContractCallApprovedWithMint(bytes32 indexed commandIdstring sourceChainstring sourceAddressaddress indexed contractAddressbytes32 indexed payloadHashstring symboluint256 amountbytes32 sourceTxHashuint256 sourceEventIndex
ContractCallExecuted(bytes32 indexed commandId
ContractCallWithToken(address indexed senderstring destinationChainstring destinationContractAddressbytes32 indexed payloadHashbytes payloadstring symboluint256 amount
Executed(bytes32 indexed commandId
GovernanceTransferred(address indexed previousGovernanceaddress indexed newGovernance
MintLimiterTransferred(address indexed previousGovernanceaddress indexed newGovernance
OperatorshipTransferred(bytes newOperatorsData
TokenDeployed(string symboladdress tokenAddresses
TokenMintLimitUpdated(string symboluint256 limit
TokenSent(address indexed senderstring destinationChainstring destinationAddressstring symboluint256 amount
Upgraded(address indexed implementation
Constructor
constructor(bytes params
Fallback and receive
fallback(
receive(
Errors
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(