Quirkies
Verified contract
Active on
Ethereum with 26,620 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 "Quirkies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21003319 | a month ago | | | 0 | 0.00017438374 | |
| 21003316 | a month ago | | | 0 | 0.00017451530 | |
| 20825024 | 2 months ago | | | 0 | 0.00064620374 | |
| 20730846 | 2 months ago | | | 0 | 0.000095136847 | |
| 20730840 | 2 months ago | | | 0 | 0.000082037629 | |
| 20728714 | 2 months ago | | | 0 | 0.000086493294 | |
| 20728677 | 2 months ago | | | 0 | 0.000089367957 | |
| 20669916 | 2 months ago | | | 0 | 0.00016004083 | |
| 20645400 | 3 months ago | | | 0 | 0.000035939051 | |
| 20555900 | 3 months ago | | | 0 | 0.000036591790 |
ABI
ABI objects
Getter at block 21201727
baseURI() view returns (string)
ipfs://bafybeiho447f7f4aipzqyprip6jipomlm46d3y3bwbfgqsy57me233zr2u/
capPublic() view returns (uint256)
5
capWhitelist() view returns (uint256)
2
contractURI() view returns (string)
ipfs://bafybeiho447f7f4aipzqyprip6jipomlm46d3y3bwbfgqsy57me233zr2u/contract
merkleRoot() view returns (bytes32)
0x589430aec25402432514433d30d60bde33154715c5c730ff7da6ed19879683dc
name() view returns (string)
Quirkies
nftLimit() view returns (uint256)
5000
nftPrice() view returns (uint256)
50000000000000000
owner() view returns (address)
0x1354d8cef0b3459e2677db6321c25639d2b658bd
reserved() view returns (uint256)
0
salePublic() view returns (bool)
true
saleWhitelist() view returns (bool)
true
symbol() view returns (string)
QRKS
totalSupply() view returns (uint256)
5000
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)
presaleAddresses(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
tokensOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
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)
setNftLimit(uint256 _nftLimit)
setNftPrice(uint256 _nftPrice)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.