ValidatorWallet

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xabae6a1e at 15016822
Slot
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

No balances found for "ValidatorWallet"

No transactions found for "ValidatorWallet"


Functions
Getter at block 20861381
owner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowedExecutorDestinations(addressview returns (bool)
executors(addressview returns (bool)
validateExecuteTransaction(address destinationview 
State-modifying
executeTransaction(bytes dataaddress destinationuint256 amountpayable 
executeTransactionWithGasRefunder(address gasRefunderbytes dataaddress destinationuint256 amountpayable 
executeTransactions(bytes[] dataaddress[] destinationuint256[] amountpayable 
executeTransactionsWithGasRefunder(address gasRefunderbytes[] dataaddress[] destinationuint256[] amountpayable 
initialize(address _executoraddress _owneraddress[] initialExecutorAllowedDests
renounceOwnership(
setAllowedExecutorDestinations(address[] destinationsbool[] isSet
setExecutor(address[] newExecutorsbool[] isExecutor
timeoutChallenges(address manageruint64[] challenges
timeoutChallengesWithGasRefunder(address gasRefunderaddress manageruint64[] challenges
transferOwnership(address newOwner
withdrawEth(uint256 amountaddress destination
Events
AllowedExecutorDestinationsUpdated(address indexed destinationbool isSet
ExecutorUpdated(address indexed executorbool isExecutor
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
BadArrayLength(uint256 expecteduint256 actual
NotExecutorOrOwner(address actual
OnlyOwnerDestination(address expectedaddress actualaddress destination
WithdrawEthFail(address destination