ShuffleSaleContinued
Verified contract
Active on
Ethereum with 70 txns
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 "ShuffleSaleContinued"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17700913 | a year ago | | | 0.2 | 0.0021934976 | |
| 17700906 | a year ago | | | 0.2 | 0.0014417045 | |
| 17700903 | a year ago | | | 0.1 | 0.0018765259 | |
| 17700902 | a year ago | | | 0.1 | 0.0026474522 | |
| 17700888 | a year ago | | | 0.2 | 0.0023141178 | |
| 17700886 | a year ago | | | 0.2 | 0.0016555415 | |
| 17700883 | a year ago | | | 3 | 0.017736259 | |
| 17700881 | a year ago | | | 0.3 | 0.0030218680 | |
| 17700863 | a year ago | | | 0.1 | 0.0024671602 | |
| 17700845 | a year ago | | | 0.2 | 0.0041053410 |
ABI
ABI objects
Getter at block 21301277
START_TIME() view returns (uint256)
1689447000
owner() view returns (address)
0xc88bf16aa3f058035898a803e1d7f33ad2559298
passLimit() view returns (uint256)
5
paused() view returns (bool)
false
priceForFPPHolder() view returns (uint256)
100000000000000000
priceForPublic() view returns (uint256)
200000000000000000
publicLimit() view returns (uint256)
4
Read-only
COLLECTIONS(uint256 index) view returns (struct IShuffleSaleCollection)
publicMints(address minter) view returns (uint256)
State-modifying
Events emergencyPause()
mint() payable
mintMultipleFromPasses(uint256 quantity, uint256[] passIds) payable
renounceOwnership()
setUp(uint16[] remainingValues)
transferOwnership(address newOwner)
updatePassLimit(uint256 newLimit)
updatePrices(uint256 fppPrice, uint256 pubPrice)
updatePublicLimit(uint256 newLimit)
withdraw(address recipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Purchase(address indexed purchaser, address tokenContract, uint256 tokenId, uint256 price)
Unpaused(address account)
constructor(uint256 startTime)
This contract contains no fallback and receive objects.
SoldOut()