PPPArtworkSale
Verified contract
Active on
Ethereum with 572 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa8a4…bf21
0x1522…aec4
Balances ($0.00)
No balances found for "PPPArtworkSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16998468 | 2 years ago | | | 0 | 0.00094582287 | |
| 16998414 | 2 years ago | | | 0.2 | 0.00097282437 | |
| 16998387 | 2 years ago | | | 0.2 | 0.0010073878 | |
| 16998291 | 2 years ago | | | 0.2 | 0.00081887818 | |
| 16998109 | 2 years ago | | | 0.2 | 0.0010780870 | |
| 16998107 | 2 years ago | | | 0.2 | 0.0011687501 | |
| 16998107 | 2 years ago | | | 0.2 | 0.0034777000 | |
| 16998105 | 2 years ago | | | 0.2 | 0.0012374273 | |
| 16998105 | 2 years ago | | | 0.2 | 0.0012374273 | |
| 16998105 | 2 years ago | | | 0.2 | 0.0012374273 |
ABI
ABI objects
Getter at block 21183965
earlyAccessDuration() view returns (uint256)
1800
earlyAccessPrice() view returns (uint256)
100000000000000000
isPaused() view returns (bool)
false
isPublic() view returns (bool)
true
mintLimit() view returns (uint256)
1000
owner() view returns (address)
0xc5325831462d809fbf532d71029fa3efe35cbcce
passLimit() view returns (uint256)
1
passes() view returns (address)
0xa8a425864db32fcbb459bf527bdbb8128e6abf21
publicLimit() view returns (uint256)
1
publicPrice() view returns (uint256)
200000000000000000
startTime() view returns (uint256)
1680886800
tokenContract() view returns (address)
0x15227f9dd034c3f053e7212af8efa5da06aeaec4
Read-only
publicMintCount(address) 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()
renounceOwnership()
setEarlyAccessDuration(uint256 duration)
setMintLimit(uint256 mintLimit_)
setMintable(address tokenContract_)
setPassContract(address passContract, uint256 projectId)
setPassLimit(uint256 passLimit_)
setPrices(uint256 earlyAccessPrice_, uint256 publicPrice_)
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)
Unpaused()
constructor(address tokenContract_, uint256 startTime_, uint256 earlyAccessPrice_, uint256 publicPrice_, uint256 mintLimit_, uint256 earlyAccessDuration_)
This contract contains no fallback and receive objects.
AlreadyStarted()
ContractIsPaused()
ContractNotPaused()
EarlyAccessWithoutPass()
FailedWithdraw(uint256 amount, bytes data)
NotYetStarted()
SoldOut()