Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2cf8…1a22
0x84c3…984c
0x221e…cccc
Balances ($0.00)
No balances found for "QQL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21175051 | 5 days ago | | | 0 | 0.0018290438 | |
| 21065240 | 20 days ago | | | 0 | 0.00064928453 | |
| 20996809 | a month ago | | | 0 | 0.00084356549 | |
| 20976395 | a month ago | | | 0 | 0.00044906602 | |
| 20914385 | a month ago | | | 0 | 0.0050594367 | |
| 20867133 | 2 months ago | | | 0 | 0.00030246542 | |
| 20867126 | 2 months ago | | | 0 | 0.00030463316 | |
| 20853829 | 2 months ago | | | 0 | 0.0015030512 | |
| 20852449 | 2 months ago | | | 0 | 0.00019078662 | |
| 20852432 | 2 months ago | | | 0 | 0.00018852727 |
ABI
ABI objects
Getter at block 21210898
maxPremintPassId() view returns (uint256)
11
name() pure returns (string)
QQL
operatorFilter() view returns (address)
0x2cf800421f2aec8a2e5b52002db1b0d4f9a91a22
owner() view returns (address)
0x94d1beadc4f2bf8f97f4ec35df94cb389f268e08
projectRoyaltyRecipient() view returns (address)
0x221e1b033e10063ae3fba737ce40ef682fbfcccc
symbol() pure returns (string)
QQL
tokenUriDelegate() view returns (address)
0x84c3b785106becf9ef45d60b75aee39d4c53984c
totalSupply() view returns (uint256)
319
unlockTimestamp() view returns (uint256)
1664557200
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoyalties(uint256 tokenId) view returns (address[] recipients, uint256[] bps)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedForAllSeeds(address owner, address operator) view returns (bool)
isApprovedOrOwnerForSeed(address operator, bytes32 seed) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownerOfSeed(bytes32 seed) view returns (address)
parametricArtist(uint256 tokenId) view returns (address)
scriptPiece(uint256 id) view returns (string)
seedToTokenId(bytes32 seed) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenRoyaltyRecipient(uint256 tokenId) view returns (address)
tokenSeed(uint256 tokenId) view returns (bytes32)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
approveForAllSeeds(address operator, bool approved)
changeTokenRoyaltyRecipient(uint256 tokenId, address newRecipient)
mint(uint256 mintPassId, bytes32 seed) returns (uint256)
mintTo(uint256 mintPassId, bytes32 seed, address recipient) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setOperatorFilter(address filter)
setProjectRoyaltyRecipient(address recipient)
setScriptPiece(uint256 id, string data)
setTokenUriDelegate(address delegate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferSeed(address from, address to, bytes32 seed)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ApprovalForAllSeeds(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProjectRoyaltyRecipientChange(address indexed newRecipient)
SeedTransfer(address indexed from, address indexed to, bytes32 indexed seed)
TokenRoyaltyRecipientChange(uint256 indexed tokenId, address indexed newRecipient)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address pass, uint256 maxPremintPassId, uint256 unlockTimestamp)
This contract contains no fallback and receive objects.
This contract contains no error objects.