TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 32 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
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MARSHMELLO | ERC-721 | 1 | -- | -- | |
MARSHMELLO | ERC-721 | 1 | -- | -- | |
MARSHMELLO | ERC-721 | 1 | -- | -- | |
MARSHMELLO | ERC-721 | 1 | -- | -- | |
MARSHMELLO | ERC-721 | 1 | -- | -- | |
MARSHMELLO | ERC-721 | 1 | -- | -- | |
MARSHMELLO | ERC-721 | 1 | -- | -- | |
IMMIGRANTPARENTS | ERC-721 | 1 | -- | -- | |
FLWRS | ERC-721 | 1 | -- | -- | |
FLWRS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16134042 | 2 years ago | | | 0 | 0.010627849 | |
| 15959042 | 2 years ago | | | 0 | 0.0025385456 | |
| 15636365 | 2 years ago | | | 0.001 | 0.0017391075 | |
| 15636359 | 2 years ago | | | 0 | 0.0058350110 | |
| 15585677 | 2 years ago | | | 0 | 0.0025939568 | |
| 15585665 | 2 years ago | | | 0 | 0.0021282691 | |
| 15569935 | 2 years ago | | | 0 | 0.0053320842 | |
| 15561435 | 2 years ago | | | 0 | 0.0064348987 | |
| 15556570 | 2 years ago | | | 0.001 | 0.00056025870 | |
| 15553408 | 2 years ago | | | 0 | 0.0029147179 |
ABI
ABI objects
Getter at block 21299881
minBidIncrementPercentage() view returns (uint8)
2
timeBuffer() view returns (uint256)
300
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
auctions(uint256) view returns (uint256 nounId, uint256 amount, uint256 startTime, uint256 endTime, address bidder, bool settled)
collectionSizes(uint256) view returns (uint256)
creatorAddresses(uint256) view returns (address)
durations(uint256) view returns (uint256)
isPaused(uint256) view returns (bool)
nouns(uint256) view returns (address)
reservePrices(uint256) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
createBid(uint256 collectionId, uint256 nounId) payable
initialize(address _weth, uint256 _timeBuffer, uint8 _minBidIncrementPercentage, address initialOwner, uint256 primaryTakeRate)
initializeNewNounToken(address noun, uint256 reservePrice, uint256 duration, address creatorAddress, uint256 collectionSize, bytes32 merkleRoot)
pause(uint256 collectionId)
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage)
setPrimaryTakeRate(uint256 newPrimaryTakeRate)
setReservePrice(uint256 collectionId, uint256 _reservePrice)
setTimeBuffer(uint256 _timeBuffer)
settleAuction(uint256 collectionId)
settleCurrentAndCreateNewAuction(uint256 collectionId, string tokenCID, bytes32[] merkleProof)
transferOwnership(address newOwner)
unpause(uint256 collectionId, string tokenCID, bytes32[] merkleProof)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AuctionBid(uint256 collectionId, uint256 indexed nounId, address sender, uint256 value, bool extended)
AuctionCreated(uint256 collectionId, uint256 indexed nounId, uint256 startTime, uint256 endTime)
AuctionExtended(uint256 collectionId, uint256 indexed nounId, uint256 endTime)
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage)
AuctionReservePriceUpdated(uint256 collectionId, uint256 reservePrice)
AuctionSettled(uint256 collectionId, uint256 indexed nounId, address winner, uint256 amount)
AuctionTimeBufferUpdated(uint256 timeBuffer)
Initialized(uint8 version)
NewNounTokenInitialized(address nounsTokenContract, uint256 collectionId, uint256 reservePrice, uint256 duration, address creatorAddress, uint256 collectionSize, bytes32 merkleRoot)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.