PPPArtworkAuction
Verified contract
Active on
Ethereum with 599 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa8a4…bf21
0x66bc…68cf
Balances ($16,256.35)
Native
Value
$16,256.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.1 | $3,187.52 |
$16,256.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17339243 | a year ago | | | 0 | 0.0011523550 | |
| 17025329 | 2 years ago | | | 0 | 0.0016500778 | |
| 17010786 | 2 years ago | | | 0 | 0.00087873415 | |
| 16997732 | 2 years ago | | | 0 | 0.0013232923 | |
| 16996580 | 2 years ago | | | 0 | 0.0010122316 | |
| 16995076 | 2 years ago | | | 0 | 0.0010608332 | |
| 16995070 | 2 years ago | | | 0 | 0.0010373403 | |
| 16994576 | 2 years ago | | | 0 | 0.00088075254 | |
| 16994396 | 2 years ago | | | 0 | 0.00092301147 | |
| 16992349 | 2 years ago | | | 0 | 0.0010034919 |
ABI
ABI objects
Getter at block 21185973
currentPrice() view returns (uint256 price)
2000000000000000000
earlyAccessDuration() view returns (uint256)
2100
isPaused() view returns (bool)
false
isPublic() view returns (bool)
true
lowestPrice() view returns (uint256)
2300000000000000000
mintLimit() view returns (uint256)
500
owner() view returns (address)
0xc5325831462d809fbf532d71029fa3efe35cbcce
passLimit() view returns (uint256)
2
passes() view returns (address)
0xa8a425864db32fcbb459bf527bdbb8128e6abf21
publicLimit() view returns (uint256)
5
reserveCount() view returns (uint256)
2
startPrice() view returns (uint256)
10000000000000000000
startTime() view returns (uint256)
1680800400
tokenContract() view returns (address)
0x66bcf059b2d8db6cd10615cdd781828db58268cf
Read-only
auctionStages(uint256) view returns (uint256 priceDropPerSlot, uint256 endPrice, uint256 duration)
mintCount(address) view returns (uint256)
mintPayment(address) view returns (uint256)
refundAvailable(address minter) view returns (uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events mint() payable
mintFromPass(uint256 passId) payable
mintMultiple(uint256 quantity) payable
mintMultipleFromPasses(uint256 quantity, uint256[] passIds) payable
pause()
refund() returns (uint256)
renounceOwnership()
reserve(address recipient, uint256 quantity)
setEarlyAccessDuration(uint256 duration)
setMintLimit(uint256 mintLimit_)
setMintable(address tokenContract_)
setPassContract(address passContract, uint256 projectId)
setPassLimit(uint256 passLimit_)
setPricing(uint256 startPrice_, struct AuctionStageConfiguration[] stages_)
setPublicLimit(uint256 publicLimit_)
setStartTime(uint256 startTime_)
transferOwnership(address newOwner)
unpause()
withdraw(address recipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
Purchase(address purchaser, uint256 mintId, uint256 tokenId, uint256 price, bool passMint)
Refund(address recipient, uint256 amount)
Reservation(address recipient, uint256 quantity, uint256 totalReserved)
Unpaused()
constructor(address tokenContract_, uint256 startTime_, uint256 startPrice_, uint256 earlyPriceDrop, uint256 transitionPrice, uint256 latePriceDrop, uint256 restPrice, uint256 mintLimit_, uint256 publicLimit_, uint256 passLimit_, uint256 earlyAccessDuration_)
This contract contains no fallback and receive objects.
AlreadyStarted()
ContractIsPaused()
ContractNotPaused()
EarlyAccessWithoutPass()
FailedWithdraw(uint256 amount, bytes data)
NotYetStarted()
SoldOut()