NounsDAOExecutorProxy
Verified contract
Proxy
Active on
Ethereum with 7 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 ($12,846,803.02)
Native
Value
$1,888,363.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 567.652306 | $3,326.62 |
$1,888,363.51 | |
stETH | ERC-20 | 3.004954K | $3,325.07 |
$9,991,682.58 | |
rETH | ERC-20 | 163.089312 | $3,696.83 |
$602,913.46 | |
WETH | ERC-20 | 64.465259 | $3,318.47 |
$213,926.03 | |
USDC | ERC-20 | 112.40022K | $1.001 |
$112,512.62 | |
wstETH | ERC-20 | 9.498472 | $3,937.81 |
$37,403.18 | |
wVTRS | ERC-20 | 69 | $0.023893 |
$1.65 | |
$ | ERC-20 | 50K | -- | -- | |
NEEL | ERC-20 | 100 | -- | -- | |
(#5000000010) | FREE | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20174685 | 5 months ago | | | 8.6 | 0.000088930713 | |
| 19986399 | 6 months ago | | | 34.551 | 0.00016546947 | |
| 19760807 | 7 months ago | | | 0.3171 | 0.00036648728 | |
| 19616126 | 8 months ago | | | 0.656464 | 0.00051790608 | |
| 19033043 | 10 months ago | | | 3 | 0.00082588055 | |
| 18127347 | a year ago | | | <0.00000001 | 0.00098412000 | |
| 18090412 | a year ago | | | 0 | 0.00033023446 |
ABI
ABI objects
Getter at block 21272555
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)
0x6f3e6272a167e8accb32072d08e0957f9c79223d
delay() view returns (uint256)
172800
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)
Upgraded(address indexed implementation)
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(address logic, bytes data)
fallback()
fallback()
receive()
receive()
This contract contains no error objects.