ValidatorWallet
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "ValidatorWallet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ValidatorWallet"
ABI
ABI objects
Getter at block 20862538
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowedExecutorDestinations(address) view returns (bool)
executors(address) view returns (bool)
validateExecuteTransaction(address destination) view
State-modifying
Events executeTransaction(bytes data, address destination, uint256 amount) payable
executeTransactionWithGasRefunder(address gasRefunder, bytes data, address destination, uint256 amount) payable
executeTransactions(bytes[] data, address[] destination, uint256[] amount) payable
executeTransactionsWithGasRefunder(address gasRefunder, bytes[] data, address[] destination, uint256[] amount) payable
initialize(address _executor, address _owner, address[] initialExecutorAllowedDests)
renounceOwnership()
setAllowedExecutorDestinations(address[] destinations, bool[] isSet)
setExecutor(address[] newExecutors, bool[] isExecutor)
timeoutChallenges(address manager, uint64[] challenges)
timeoutChallengesWithGasRefunder(address gasRefunder, address manager, uint64[] challenges)
transferOwnership(address newOwner)
withdrawEth(uint256 amount, address destination)
AllowedExecutorDestinationsUpdated(address indexed destination, bool isSet)
ExecutorUpdated(address indexed executor, bool isExecutor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
receive()
BadArrayLength(uint256 expected, uint256 actual)
NotExecutorOrOwner(address actual)
OnlyOwnerDestination(address expected, address actual, address destination)
WithdrawEthFail(address destination)