NounsDAOExecutorV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
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 "NounsDAOExecutorV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NounsDAOExecutorV2"
ABI
ABI objects
Getter at block 20852441
GRACE_PERIOD() view returns (uint256)
1814400
MAXIMUM_DELAY() view returns (uint256)
2592000
MINIMUM_DELAY() view returns (uint256)
172800
NAME() view returns (string)
NounsDAOExecutorV2
admin() view returns (address)
0x0000000000000000000000000000000000000000
delay() view returns (uint256)
0
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
queuedTransactions(bytes32) view returns (bool)
State-modifying
Events acceptAdmin()
cancelTransaction(address target, uint256 value, string signature, bytes data, uint256 eta)
executeTransaction(address target, uint256 value, string signature, bytes data, uint256 eta) returns (bytes)
initialize(address admin_, uint256 delay_)
queueTransaction(address target, uint256 value, string signature, bytes data, uint256 eta) returns (bytes32)
sendERC20(address recipient, address erc20Token, uint256 tokensToSend)
sendETH(address recipient, uint256 ethToSend)
setDelay(uint256 delay_)
setPendingAdmin(address pendingAdmin_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
CancelTransaction(bytes32 indexed txHash, address indexed target, uint256 value, string signature, bytes data, uint256 eta)
ERC20Sent(address indexed to, address indexed erc20Token, uint256 amount)
ETHSent(address indexed to, uint256 amount)
ExecuteTransaction(bytes32 indexed txHash, address indexed target, uint256 value, string signature, bytes data, uint256 eta)
NewAdmin(address indexed newAdmin)
NewDelay(uint256 indexed newDelay)
NewPendingAdmin(address indexed newPendingAdmin)
QueueTransaction(bytes32 indexed txHash, address indexed target, uint256 value, string signature, bytes data, uint256 eta)
Upgraded(address indexed implementation)
constructor()
fallback()
receive()
This contract contains no error objects.