AnyCallV7Upgradeable
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 "AnyCallV7Upgradeable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AnyCallV7Upgradeable"
ABI
ABI objects
Getter at block 20882073
ANYCALL_VERSION() view returns (string)
v7.0
admin() view returns (address)
0x0000000000000000000000000000000000000000
config() view returns (address)
0x0000000000000000000000000000000000000000
executor() view returns (address)
0x0000000000000000000000000000000000000000
mpc() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
pendingMPC() view returns (address)
0x0000000000000000000000000000000000000000
retryWithPermit() view returns (bool)
false
Read-only
calcUniqID(bytes32 _txhash, address _from, uint256 _fromChainID, uint256 _nonce) pure returns (bytes32)
execCompleted(bytes32) view returns (bool)
retryExecRecords(bytes32) view returns (bytes32)
State-modifying
Events anyCall(address _to, bytes _data, uint256 _toChainID, uint256 _flags, bytes _extdata) payable
anyCall(string _to, bytes _data, uint256 _toChainID, uint256 _flags, bytes _extdata) payable
anyExec(address _to, bytes _data, string _appID, struct AnyCallV7UpgradeableRequestContext _ctx, bytes _extdata)
applyMPC()
changeMPC(address _mpc)
initialize(address _admin, address _mpc, address _executor, address _config)
retryExec(bytes32 _txhash, address _from, uint256 _fromChainID, uint256 _nonce, address _to, bytes _data)
setAdmin(address _admin)
setConfig(address _config)
setExecutor(address _executor)
setPaused(bool _paused)
setRetryWithPermit(bool _flag)
ApplyMPC(address indexed oldMPC, address indexed newMPC, uint256 timestamp)
ChangeMPC(address indexed oldMPC, address indexed newMPC, uint256 timestamp)
DoneRetryExecRecord(bytes32 indexed txhash, address indexed from, uint256 fromChainID, uint256 nonce)
Initialized(uint8 version)
LogAnyCall(address indexed from, address to, bytes data, uint256 toChainID, uint256 flags, string appID, uint256 nonce, bytes extdata)
LogAnyCall(address indexed from, string to, bytes data, uint256 toChainID, uint256 flags, string appID, uint256 nonce, bytes extdata)
LogAnyExec(bytes32 indexed txhash, address indexed from, address indexed to, uint256 fromChainID, uint256 nonce, bool success, bytes result)
SetAdmin(address admin)
SetConfig(address config)
SetExecutor(address executor)
SetPaused(bool paused)
SetRetryWithPermit(bool flag)
StoreRetryExecRecord(bytes32 indexed txhash, address indexed from, address indexed to, uint256 fromChainID, uint256 nonce, bytes data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.