Curiosities
Verified contract
Active on
Ethereum with 7,554 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 "Curiosities"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21071451 | a month ago | | | 0 | 0.0010773788 | |
| 20870853 | 2 months ago | | | 0 | 0.0010118990 | |
| 20816501 | 2 months ago | | | 0 | 0.0012443201 | |
| 20552904 | 3 months ago | | | 0 | 0.000037884364 | |
| 20256985 | 5 months ago | | | 0 | 0.00011512211 | |
| 20172644 | 5 months ago | | | 0 | 0.00018902950 | |
| 20104170 | 5 months ago | | | 0 | 0.00040211427 | |
| 20063035 | 6 months ago | | | 0 | 0.00062221400 | |
| 19912630 | 6 months ago | | | 0 | 0.00099046502 | |
| 19904682 | 6 months ago | | | 0 | 0.00022934565 |
ABI
ABI objects
Getter at block 21280334
cost() view returns (uint256)
0
currentSale() view returns (uint8)
2
maxMintTx() view returns (uint256)
5
maxSupply() view returns (uint256)
5000
name() view returns (string)
Curiosities
owner() view returns (address)
0xcf2f481eee3ea8bf5667e14078f8c2a38271fcc9
reserveCount() view returns (uint256)
150
reservesMinted() view returns (uint256)
150
symbol() view returns (string)
CURIOUS
totalSupply() view returns (uint256)
5000
uri() view returns (string)
https://api.curiositiesnft.com/metadata/
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
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)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
mintFreeFor(address[] addresses, uint256 amount)
mintReservedFor(address to, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setSaleType(uint8 sale)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSalePrice(uint256 amount)
updateUri(string _uri)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintCostChanged(uint256 indexed cost)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleTypeChanged(uint8 indexed saleType)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()