This contract is being backfilled. You may encounter incomplete storage history.

fr00ts

Verified contract

Active on Ethereum with 5,989 txns
Deployed by via 0xd9022927 at 16343803
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "fr00ts"

0x0ad8f5f5f54500fab6197b59d4790270185e6abb3320cd7b5d72e20648fe86f8
0xc46a3434ea58e99c4d1514aedc6d9afe249f2e0fb42a0d593c438786d9c16c4f
0x4141ceeb1c1e97dadee24a34d332f2c43a9180fb218b7cba7534caa99c0bc32e
0x991a17846601f38c29cacc289e3586416a2dabfff7da52a895342e586acc4687
0xd51c17099b0d112accb02e85aaf57274750e1337fefcc0cda1eb896a87d477f8
0xca35f7f989509eb548fec147a93f394cb3b3d9825393dc0c90acd12965546b5b
0xab8d72f704223ecdf9bd1db3a1bef85125076eadbb385355b00522737a7be8d0
0x3929e3583ea9e6d12792293ce67eca7181f32bc3aa8582c6d775e4b65ea9588e
0xa174f6507599298c433a918046d3e15bbce15bb1957188fb8013e7f4943f98b4
0x812a68df9243713af30892285c211b6a97630d98ae35ec85a2fb40f39a12fdee

Functions
Getter at block 20796134
cost(view returns (uint256)
3000000000000000
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
1
maxMintAmountPerTx(view returns (uint8)
25
maxSupply(view returns (uint16)
7777
name(view returns (string)
fr00ts
owner(view returns (address)
0x965f052d78db6392cf38fdc02665553fc2f12406
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
fr00t
totalSupply(view returns (uint256)
7777
Read-only
NFTPerPublicAddress(addressview returns (uint8)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
Airdrop(uint8 _amountPerAddressaddress[] addresses
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(