Croc Docs in Crocs
Verified contract
Active on
Ethereum with 1,671 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 "Croc Docs in Crocs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18741450 | a year ago | | | 0 | 0.0023100776 | |
| 16929196 | 2 years ago | | | 0 | 0.0011029802 | |
| 16689184 | 2 years ago | | | 0 | 0.0012257247 | |
| 15787389 | 2 years ago | | | 0 | 0.00081604612 | |
| 15676400 | 2 years ago | | | 0 | 0.00066221052 | |
| 15665630 | 2 years ago | | | 0 | 0.00042015917 | |
| 15622797 | 2 years ago | | | 0 | 0.00032051671 | |
| 15614558 | 2 years ago | | | 0 | 0.00024523953 | |
| 15609082 | 2 years ago | | | 0 | 0.00024205404 | |
| 15608102 | 2 years ago | | | 0 | 0.00031504715 |
ABI
ABI objects
Getter at block 21102107
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_MINTS_PER_TX() view returns (uint256)
1
NUM_FREE_MINTS() view returns (uint256)
999
PUBLIC_SALE_PRICE() view returns (uint256)
0
baseTokenURI() view returns (string)
ipfs://QmeiHhkn4UNrib1wrUE9LuUhCCoRso6mtJVH4UCLULiRq7/
freeNFTAlreadyMinted() view returns (uint256)
935
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
999
name() view returns (string)
Croc Docs in Crocs
owner() view returns (address)
0x587f78e9c2af0dd70e37e8e9f3a52c4626e4b279
symbol() view returns (string)
CROCS
totalSupply() view returns (uint256)
999
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeLimitPerWallet(uint256 _limit)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
withdraw()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()