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 "Quilts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201223 | 10 days ago | | | 0 | 0.00074636844 | |
| 21145887 | 18 days ago | | | 0 | 0.00053819034 | |
| 21102498 | 24 days ago | | | 0 | 0.000095411138 | |
| 21101830 | 24 days ago | | | 0 | 0.00023276160 | |
| 20672322 | 3 months ago | | | 0 | 0.00017540040 | |
| 20650760 | 3 months ago | | | 0 | 0.000051083553 | |
| 20575916 | 3 months ago | | | 0 | 0.000053415579 | |
| 20148826 | 5 months ago | | | 0 | 0.00010655771 | |
| 19750103 | 7 months ago | | | 0 | 0.00020923387 | |
| 19739169 | 7 months ago | | | 0 | 0.00032208417 |
ABI
ABI objects
Getter at block 21274359
MAX_PER_ADDRESS() view returns (uint256)
20
MAX_PER_TX() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
4000
PRICE() view returns (uint256)
25000000000000000
hasStitcherMinted() view returns (bool)
true
isSaleActive() view returns (bool)
true
name() view returns (string)
Quilts
owner() view returns (address)
0x8484ff56895f573bb57ab86aaefb44691435dfab
symbol() view returns (string)
QLTS
tokensMinted() view returns (uint256)
4000
totalSupply() view returns (uint256)
4000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
claim(uint256 numTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
stitcherClaim()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.