LilVRGDA
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
10
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
Balances ($0.00)
No balances found for "LilVRGDA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LilVRGDA"
ABI
ABI objects
Getter at block 21270996 fetchNextNoun() view returns (uint256 nounId, struct INounsSeederSeed seed, string svg, uint256 price, bytes32 hash, uint256 blockNumber)
getCurrentVRGDAPrice() view returns (uint256)
0
getSeederBlockNumber() view returns (uint256)
0
lilNounderRewardNouns() view returns (uint256)
0
nextNounId() view returns (uint256)
0
nextNounIdForCaller() view returns (uint256)
2
nounsDAORewardNouns() view returns (uint256)
0
nounsDescriptor() view returns (address)
0x0000000000000000000000000000000000000000
nounsSeeder() view returns (address)
0x0000000000000000000000000000000000000000
nounsSoldAtAuction() view returns (uint256)
0
nounsToken() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
poolSize() view returns (uint256)
0
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
reservePrice() view returns (uint256)
0
seederBlockNumber() view returns (uint256)
0
startTime() view returns (uint256)
0
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
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(int256 _targetPrice, int256 _priceDecayPercent, int256 _perTimeUnit, address _wethAddress)
This contract contains no fallback and receive objects.
ADDRESS_ZERO()
INVALID_UPGRADE(address impl)
ONLY_CALL()
ONLY_DELEGATECALL()
ONLY_PROXY()
ONLY_UUPS()
UNSUPPORTED_UUID()