ShuffleSale
Verified contract
Active on
Ethereum with 436 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 "ShuffleSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17700539 | a year ago | | | 0.1 | 0.0018828369 | |
| 17700487 | a year ago | | | 0.3 | 0.0046129448 | |
| 17700389 | a year ago | | | 0.1 | 0.0019816099 | |
| 17700296 | a year ago | | | 0.1 | 0.0015855638 | |
| 17699857 | a year ago | | | 0 | 0.0010742189 | |
| 17699724 | a year ago | | | 0.1 | 0.0015744336 | |
| 17699430 | a year ago | | | 0.1 | 0.0017979374 | |
| 17699426 | a year ago | | | 0.1 | 0.0022550197 | |
| 17699285 | a year ago | | | 0.2 | 0.0026936378 | |
| 17699202 | a year ago | | | 0.2 | 0.0018738320 |
ABI
ABI objects
Getter at block 21215990
START_TIME() view returns (uint256)
1689346800
owner() view returns (address)
0xc88bf16aa3f058035898a803e1d7f33ad2559298
paused() view returns (bool)
true
Read-only
COLLECTIONS(uint256) view returns (address tokenAddress, uint96 offset)
publicMints(address) view returns (uint256)
State-modifying
Events emergencyPause()
mint() payable
mintFromPass(uint256 passId) payable
mintMultipleFromPasses(uint256 quantity, uint256[] passIds) payable
renounceOwnership()
transferOwnership(address newOwner)
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, address[] collectionAddresses, uint96[] collectionOffsets)
This contract contains no fallback and receive objects.
SoldOut()