Quirklings
Verified contract
Active on
Ethereum with 29,412 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
QRKL | ERC-721 | 1 | -- | -- | |
QRKL | ERC-721 | 1 | -- | -- | |
QRKL | ERC-721 | 1 | -- | -- | |
QRKL | ERC-721 | 1 | -- | -- | |
QRKL | ERC-721 | 1 | -- | -- | |
QRKL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105801 | 9 days ago | | | 0 | 0.00010158945 | |
| 20825058 | 2 months ago | | | 0 | 0.00062397142 | |
| 20768673 | 2 months ago | | | 0 | 0.000064961494 | |
| 20768672 | 2 months ago | | | 0 | 0.000064692834 | |
| 20768671 | 2 months ago | | | 0 | 0.000064010913 | |
| 20768670 | 2 months ago | | | 0 | 0.000063856751 | |
| 20735870 | 2 months ago | | | 0 | 0.00025115092 | |
| 20730097 | 2 months ago | | | 0 | 0.00070081351 | |
| 20728709 | 2 months ago | | | 0 | 0.000089324236 | |
| 20728637 | 2 months ago | | | 0 | 0.00010533362 |
ABI
ABI objects
Getter at block 21168784
baseURI() view returns (string)
ipfs://bafybeicvga4nz5ckytfjl2huqqxphjgxrsf64qwcnpdvqiiywztpjw4vvq/
capPublic() view returns (uint256)
1
capWhitelist() view returns (uint256)
1
claimAddress() view returns (address)
0x3903d4ffaaa700b62578a66e7a67ba4cb67787f9
claimLimit() view returns (uint256)
5000
contractURI() view returns (string)
ipfs://bafybeicvga4nz5ckytfjl2huqqxphjgxrsf64qwcnpdvqiiywztpjw4vvq/contract
merkleRoot() view returns (bytes32)
0xe802bc5de3d1c16cc2e8ee9e4724a1e520cd769211aba06f54b8c3836d6b079a
mintCount() view returns (uint256)
5000
mintLimit() view returns (uint256)
5000
name() view returns (string)
Quirklings
nftLimit() view returns (uint256)
10000
nftPrice() view returns (uint256)
200000000000000000
owner() view returns (address)
0x135e45deb8c2dd38b483ddcbff7bf48a254127ca
reserved() view returns (uint256)
0
saleClaim() view returns (bool)
false
salePublic() view returns (bool)
false
saleWhitelist() view returns (bool)
false
symbol() view returns (string)
QRKL
totalSupply() view returns (uint256)
9647
Read-only
balanceOf(address owner) view returns (uint256)
claimedTokens(uint256) 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)
tokenClaimStatus(uint256[] _tokenIds) view returns (uint256[])
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
tokensOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
whitelistAddresses(address) view returns (uint256)
State-modifying
Events adminClaimIds(address _to, uint256[] _tokenIds)
adminClaimRange(address _to, uint256 _start, uint256 _end)
approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
mintClaim(uint256[] _tokenIds)
mintWhitelist(uint256 _amount, bytes32[] proof) payable
renounceOwnership()
reserve(address[] _tos)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 _merkleRoot)
toggleSaleClaim()
toggleSalePublic()
toggleSaleWhitelist()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() 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(string _initURI, bytes32 _merkleRoot, address _claimAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.