ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 129 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x4b10…db3b
0x03d0…912b
0xb2a4…8b68
2 additional
variables
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268046 | 6 hours ago | | | 0.03 | 0.0039639031 | |
| 21260337 | a day ago | | | 0.03 | 0.0059293283 | |
| 21239265 | 4 days ago | | | 0.03 | 0.0062849140 | |
| 21224984 | 6 days ago | | | 0.03 | 0.0048910149 | |
| 21224926 | 6 days ago | | | 0.03 | 0.0053480147 | |
| 21207772 | 9 days ago | | | 0.03 | 0.0051054126 | |
| 21207723 | 9 days ago | | | 0.03 | 0.0049701252 | |
| 21207707 | 9 days ago | | | 0.03 | 0.0046385221 | |
| 21207258 | 9 days ago | | | 0.03 | 0.0043815491 | |
| 21207229 | 9 days ago | | | 0.03 | 0.0091070159 |
ABI
ABI objects
Getter at block 21269813 fetchNextNoun() view returns (uint256 nounId, struct INounsSeederSeed seed, string svg, uint256 price, bytes32 hash, uint256 blockNumber) proxiableUUID() view returns (bytes32)
getCurrentVRGDAPrice() view returns (uint256)
30000000000000000
getSeederBlockNumber() view returns (uint256)
21268039
lilNounderRewardNouns() view returns (uint256)
14
nextNounId() view returns (uint256)
8124
nextNounIdForCaller() view returns (uint256)
8124
nounsDAORewardNouns() view returns (uint256)
14
nounsDescriptor() view returns (address)
0xb2a47999b3117c7dd628920ed8e77ebdfb948b68
nounsSeeder() view returns (address)
0x03d00f6483ff4584d00a8f385a5368a8dbe0912b
nounsSoldAtAuction() view returns (uint256)
7983
nounsToken() view returns (address)
0x4b10701bfd7bfedc47d50562b76b436fbb5bdb3b
owner() view returns (address)
0xd5f279ff9eb21c6d40c8f345a66f2751c4eea1fb
paused() view returns (bool)
false
poolSize() view returns (uint256)
256
reservePrice() view returns (uint256)
30000000000000000
seederBlockNumber() view returns (uint256)
21268039
startTime() view returns (uint256)
1721886491
targetPrice() view returns (int256)
150000000000000000
updateInterval() view returns (uint256)
900
wethAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
fetchNoun(uint256 blockNumber) view returns (uint256 nounId, struct INounsSeederSeed seed, string svg, uint256 price, bytes32 hash, uint256 blockNum)
getTargetSaleTime(int256 sold) view returns (int256)
getVRGDAPrice(int256 timeSinceStart, uint256 sold) view returns (uint256)
usedBlockNumbers(uint256 blockNumber) view returns (bool used)
State-modifying
Events buyNow(uint256 expectedBlockNumber, uint256 expectedNounId) payable
initialize(uint256 _reservePrice, uint256 _nextNounId, uint256 _poolSize, uint256 _nounsSoldAtAuction, address _nounsTokenAddress, address _nounsSeederAddress, address _nounsDescriptorAddress)
pause()
renounceOwnership()
setNounsDescriptor(address _nounsDescriptor)
setNounsSeeder(address _nounsSeeder)
setPoolSize(uint256 _poolSize)
setReservePrice(uint256 _reservePrice)
setUpdateInterval(uint256 _updateInterval)
transferOwnership(address newOwner)
unpause()
upgradeTo(address _newImpl)
upgradeToAndCall(address _newImpl, bytes _data) payable
Upgraded(address impl)
AuctionReservePriceUpdated(uint256 reservePrice)
AuctionSettled(uint256 indexed nounId, address winner, uint256 amount)
AuctionUpdateIntervalUpdated(uint256 interval)
DescriptorUpdated(address descriptor)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PoolSizeUpdated(uint256 poolSize)
SeederUpdated(address seeder)
Unpaused(address account)
Upgraded(address impl)
constructor(address _logic, bytes _data)
fallback()
receive()
INVALID_UPGRADE(address impl)
ONLY_UUPS()
UNSUPPORTED_UUID()
ADDRESS_ZERO()
INVALID_UPGRADE(address impl)
ONLY_CALL()
ONLY_DELEGATECALL()
ONLY_PROXY()
ONLY_UUPS()
UNSUPPORTED_UUID()