EVMScriptRegistry
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
26
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 "EVMScriptRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EVMScriptRegistry"
ABI
ABI objects
Getter at block 20866473 getEVMScriptRegistry() view returns (address) getRecoveryVault() view returns (address)
REGISTRY_ADD_EXECUTOR_ROLE() view returns (bytes32)
0xc4e90f38eea8c4212a009ca7b8947943ba4d4a58d19b683417f65291d1cd9ed2
REGISTRY_MANAGER_ROLE() view returns (bytes32)
0xf7a450ef335e1892cb42c8ca72e7242359d7711924b75db5717410da3f614aa3
appId() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getInitializationBlock() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
hasInitialized() view returns (bool)
false
isPetrified() view returns (bool)
true
kernel() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowRecoverability(address token) view returns (bool)
canPerform(address _sender, bytes32 _role, uint256[] _params) view returns (bool)
executors(uint256) view returns (address executor, bool enabled)
getEVMScriptExecutor(bytes _script) view returns (address)
getScriptExecutor(bytes _script) view returns (address)
State-modifying
Events addScriptExecutor(address _executor) returns (uint256 id)
disableScriptExecutor(uint256 _executorId)
enableScriptExecutor(uint256 _executorId)
initialize()
transferToVault(address _token)
DisableExecutor(uint256 indexed executorId, address indexed executorAddress)
EnableExecutor(uint256 indexed executorId, address indexed executorAddress)
RecoverToVault(address indexed vault, address indexed token, uint256 amount)
ScriptResult(address indexed executor, bytes script, bytes input, bytes returnData)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.