PPPArtworkSale

Verified contract

Active on Ethereum with 572 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PPPArtworkSale"

0xa31478d6e287dec0a501707fa6d2d32ff888e1047aad78f60cbfb994fa08935d
0xbc72fabb182f44f45c05a3dce25fcfd0ad649523f9b0f68ce06d1008a4a72d16
0x4b875bbe8968a6bc78a9bb4502ab85e92711907cb16d21790703c46c03307df5
0xaad90de73c911d35cee8245b3829670783fb4e4f2b6bbfe1e84a76bf06b44bc7
0xd38af77263fcb1bf0717b04fafd0c48c43d30126b120878941788efd48867f03
0x1842dcff60aa7a2a56d325e670e33005b98c9b1197f2452f9ad9b796ed0ab73c
0xe2e62bcbe8a36c735709790dea8052bf5d6c44a6c52969b4d76a0d21991c5468
0xc66cc5e46bff18c1a01fdba535387c46fc259215f7b7fcbd94bce950bb1e0119
0xc74053be4342cb239d9625ad4d7fc1eb926039466550cb79aeb1c96bc8f1d783
0xd2c47e7a18a9da0f89aca8271224cd8c7b1c6f6adacfd7069727bf165300a277

Functions
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(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdpure returns (bool)
State-modifying
mint(payable 
mintFromPass(uint256 passIdpayable 
mintMultiple(uint256 quantitypayable 
mintMultipleFromPasses(uint256 quantityuint256[] passIdspayable 
pause(
renounceOwnership(
setEarlyAccessDuration(uint256 duration
setMintLimit(uint256 mintLimit_
setMintable(address tokenContract_
setPassContract(address passContractuint256 projectId
setPassLimit(uint256 passLimit_
setPrices(uint256 earlyAccessPrice_uint256 publicPrice_
setPublicLimit(uint256 publicLimit_
setStartTime(uint256 startTime_
transferOwnership(address newOwner
unpause(
withdraw(address recipient
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(
Purchase(address purchaseruint256 mintIduint256 tokenIduint256 pricebool passMint
Unpaused(
Constructor
constructor(address tokenContract_uint256 startTime_uint256 earlyAccessPrice_uint256 publicPrice_uint256 mintLimit_uint256 earlyAccessDuration_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyStarted(
ContractIsPaused(
ContractNotPaused(
EarlyAccessWithoutPass(
FailedWithdraw(uint256 amountbytes data
NotYetStarted(
SoldOut(