QQL Mint Pass
Verified contract
Active on
Ethereum with 3,874 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2cf8…1a22
0x9078…2080
0x221e…cccc
0x53ff…611e
Balances ($16,114.95)
Native
Value
$16,114.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.5 | $3,581.10 |
$16,114.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21305456 | 3 days ago | | | 0 | 0.00037154370 | |
| 21302227 | 3 days ago | | | 0 | 0.0013698666 | |
| 21280113 | 6 days ago | | | 0 | 0.0011786100 | |
| 21224994 | 14 days ago | | | 0 | 0.00056005697 | |
| 21210579 | 16 days ago | | | 0 | 0.00042241170 | |
| 21210541 | 16 days ago | | | 0 | 0.00041489701 | |
| 21210526 | 16 days ago | | | 0 | 0.00080809619 | |
| 21209035 | 16 days ago | | | 0 | 0.00053136335 | |
| 21208620 | 16 days ago | | | 0 | 0.00056016326 | |
| 21208611 | 16 days ago | | | 0 | 0.00088668302 |
ABI
ABI objects
Getter at block 21324301
auctionSchedule() view returns (struct AuctionSchedule)
(1664384400, 60, 50000000000, 100000000, 2000000000, 10, 15, 20, 20, 10, 5, 2)
burner() view returns (address)
0x845dd2a7ee2a92a0518ab2135365ed63fdba0c88
currentPrice() view returns (uint256)
14000000000000000000
emergencyStartTimestamp() view returns (uint256)
0
endTimestamp() view returns (uint256)
1664386079
maxCreated() view returns (uint256)
999
name() pure returns (string)
QQL Mint Pass
operatorFilter() view returns (address)
0x2cf800421f2aec8a2e5b52002db1b0d4f9a91a22
owner() view returns (address)
0x94d1beadc4f2bf8f97f4ec35df94cb389f268e08
platformRoyaltyRecipient() view returns (address)
0x53ffb2f67faaae40aa26cf4eb4f69a55cb03611e
projectRoyaltyRecipient() view returns (address)
0x221e1b033e10063ae3fba737ce40ef682fbfcccc
supplyStats() view returns (uint256 reserved, uint256 purchased, uint256 max)
(reserved=99, purchased=900, max=999)
symbol() pure returns (string)
QQL-MP
tokenUriDelegate() view returns (address)
0x907800fa865bc22343ce76756dced15770562080
totalCreated() view returns (uint256)
999
totalSupply() view returns (uint256)
679
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getReceipt(address buyer) view returns (uint256 netPaid, uint256 numPurchased)
getRoyalties(uint256) view returns (address[] recipients, uint256[] bps)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedOrOwner(address operator, uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
priceAt(uint256 timestamp) view returns (uint256)
rebateAmount(address buyer) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claimRebate()
claimRebateTo(address recipient)
declareEmergency()
emergencyWithdraw(address recipient, uint256 amount)
pauseAuctionSchedule()
purchase(uint256 count) payable returns (uint256)
renounceOwnership()
reserve(address recipient, uint256 count) returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBurner(address _burner)
setOperatorFilter(address filter)
setPlatformRoyaltyRecipient(address platformRecipient)
setProjectRoyaltyRecipient(address projectRecipient)
setTokenUriDelegate(address delegate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateAuctionSchedule(struct AuctionSchedule schedule)
withdrawProceeds(address recipient)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AuctionScheduleChange(struct AuctionSchedule schedule)
EmergencyDeclared()
EmergencyWithdrawal(uint256 amount)
MintPassPurchase(address indexed buyer, uint256 firstTokenId, uint256 count, uint256 payment, uint256 priceEach)
MintPassReservation(address indexed recipient, uint256 firstTokenId, uint256 count)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PlatformRoyaltyRecipientChanged(address recipient)
ProceedsWithdrawal(uint256 amount)
ProjectRoyaltyRecipientChanged(address recipient)
RebateClaim(address indexed buyer, uint256 claimed)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint64 _maxCreated)
This contract contains no fallback and receive objects.
This contract contains no error objects.