AnycallV7Proxy
Verified contract
Proxy
Active on
Ethereum with 82 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 "AnycallV7Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17498359 | a year ago | | | 0 | 0.0061777655 | |
| 17493925 | a year ago | | | 0 | 0.0075531121 | |
| 17492312 | a year ago | | | 0 | 0.0069935087 | |
| 17491840 | a year ago | | | 0 | 0.0041162604 | |
| 17487600 | a year ago | | | 0 | 0.012602640 | |
| 17486684 | a year ago | | | 0 | 0.011974854 | |
| 17486412 | a year ago | | | 0 | 0.011386670 | |
| 17479982 | a year ago | | | 0 | 0.010899660 | |
| 17474195 | a year ago | | | 0 | 0.0056685034 | |
| 17468134 | a year ago | | | 0 | 0.0039738249 |
ABI
ABI objects
Getter at block 21290345
ANYCALL_VERSION() view returns (string)
v7.0
admin() view returns (address)
0x408f9410c9dabff032b1c2acdfcaaa977e0f93df
config() view returns (address)
0xc75b1860f553012a16de727b2bb2402aaf73eb03
executor() view returns (address)
0x2fc1af4b7b031bd39af7009e0a62694a795f7b00
mpc() view returns (address)
0x240630342a15cf382c81b5d914c7b90ded4499a0
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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(address _anycall, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.