AxelarGatewayMultisig
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
30
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 "AxelarGatewayMultisig"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AxelarGatewayMultisig"
ABI
ABI objects
Getter at block 21245944
allTokensFrozen() view returns (bool)
false
implementation() view returns (address)
0x0000000000000000000000000000000000000000
operators() view returns (address[] results)
[]
owners() view returns (address[] results)
[]
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)
isCommandExecuted(bytes32 commandId) view returns (bool)
tokenAddresses(string symbol) view returns (address)
tokenFrozen(string symbol) view returns (bool)
State-modifying
Events burnToken(bytes params)
deployToken(bytes params)
execute(bytes input)
freezeAllTokens()
freezeToken(string symbol)
mintToken(bytes params)
setup(bytes params)
transferOperatorship(bytes params)
transferOwnership(bytes params)
unfreezeAllTokens()
unfreezeToken(string symbol)
upgrade(address newImplementation, bytes setupParams)
AccountBlacklisted(address indexed account)
AccountWhitelisted(address indexed account)
AllTokensFrozen()
AllTokensUnfrozen()
Executed(bytes32 indexed commandId)
OperatorshipTransferred(address[] preOperators, uint256 prevThreshold, address[] newOperators, uint256 newThreshold)
OwnershipTransferred(address[] preOwners, uint256 prevThreshold, address[] newOwners, uint256 newThreshold)
TokenDeployed(string symbol, address tokenAddresses)
TokenFrozen(string indexed symbol)
TokenUnfrozen(string indexed symbol)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.