Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PPP3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19961254 | 6 months ago | | | 0 | 0.00045907880 | |
| 19893507 | 6 months ago | | | 0.1 | 0.00047475345 | |
| 19892547 | 6 months ago | | | 0.1 | 0.00052877896 | |
| 19892543 | 6 months ago | | | 0.8 | 0.0019076406 | |
| 19892522 | 6 months ago | | | 2.3 | 0.0047825710 | |
| 19889995 | 6 months ago | | | 0.1 | 0.0011912192 | |
| 19889879 | 6 months ago | | | 0.1 | 0.0013921085 | |
| 19862015 | 7 months ago | | | 0.4 | 0.0074358039 | |
| 19835749 | 7 months ago | | | 0.6 | 0.0012009465 | |
| 19832644 | 7 months ago | | | 0.1 | 0.00094985282 |
ABI
ABI objects
Getter at block 21290251
exclusivePrice() view returns (uint256)
50000000000000000
isPublic() view returns (bool)
true
maxPerArtist() view returns (uint256)
10
mintable() view returns (address)
0xfe4e82e80d1e70c6b60ede19a8bf0b63f5c1b4f3
mintsPerPass() view returns (uint256)
2
owner() view returns (address)
0x5308545d3ca57d051e1cfa56e9e1a330c2933d79
paused() view returns (bool)
false
publicPrice() view returns (uint256)
100000000000000000
stage1Duration() view returns (uint256)
1800
stage2Duration() view returns (uint256)
1800
startTime() view returns (uint256)
1713891600
totalSold() view returns (uint256)
1000
Read-only
collectionToShuffler(uint256) view returns (address)
exclusiveMintCount(address) view returns (uint256)
mintCount(address, uint256) view returns (uint256)
userStats(address user) view returns (struct PPP3UserStats stats)
State-modifying
Events editConfig(uint256 _startTime, uint256 _exclusivePrice, uint256 _publicPrice, uint256 _maxPerArtist, uint256 _mintsPerPass, uint256 _stage1Duration, uint256 _stage2Duration)
mint(uint256[] wantedCollections, uint256[] wantedQuantity) payable
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
withdraw(address recipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 _startTime, address collectionAddress, address FPPAddress, address ADAddress)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)