AnycallExecutorUpgradeable
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "AnycallExecutorUpgradeable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AnycallExecutorUpgradeable"
ABI
ABI objects
Getter at block 20882658
PAUSE_ALL_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
admin() view returns (address)
0x0000000000000000000000000000000000000000
context() view returns (address from, uint256 fromChainID, uint256 nonce)
(from=0x0000000000000000000000000000000000000000, fromChainID=0, nonce=0)
delay() view returns (uint256)
172800
delayMPC() view returns (uint256)
0
getAllSupportedCallers() view returns (address[])
[]
mpc() view returns (address)
0x0000000000000000000000000000000000000000
pendingMPC() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isSupportedCaller(address) view returns (bool)
paused(bytes32 role) view returns (bool)
supportedCallers(uint256) view returns (address)
State-modifying
Events addSupportedCaller(address caller)
applyMPC()
changeAdmin(address _admin)
changeMPC(address _mpc)
execute(address _to, bytes _data, address _from, uint256 _fromChainID, uint256 _nonce, uint256 _flags, bytes) returns (bool success, bytes result)
initialize(address _admin, address _mpc)
pause(bytes32 role)
removeSupportedCaller(address caller)
unpause(bytes32 role)
ChangeAdmin(address indexed _old, address indexed _new)
Initialized(uint8 version)
LogApplyMPC(address indexed oldMPC, address indexed newMPC, uint256 applyTime)
LogChangeMPC(address indexed oldMPC, address indexed newMPC, uint256 effectiveTime)
Paused(bytes32 role)
Unpaused(bytes32 role)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.