FUNANAS

Verified contract

Active on Ethereum
Deployed by via 0xa92b3609 at 16521772

The storage layout for this contract could not be retrieved.

No balances found for "FUNANAS"

0x7820a8b8c469601395f8a8f23c2934adc07cb0e3acc44fe15c18845e3e3d50e9
0xc222ef72704f6527e44a96c4de68dcc8853224c3777fcc548689412674d43bb4
0x516d846db89ed100f65207c61b5b3a9ab7033d5b209042cf03e01967edcdd9bc
0x59dc1e922f2ccd5fee925f0d4b9e3630d4ae420577f96792dc989ca410d4b310
0x34615478ece8b524c719dfdb13a08b41721595749b6e6467b20be4bde2e1ef58
0x66a54f989d02fca90a6e6d8b69af1b86238db055839c5348a17fdd84f88492f6
0x3c403039427101a166077b09e9e669545862b24db4a74ad963f56ede0e89697a
0x49010b3fbe5a01cc3d43f59754bb8cf21e58c8d2a5345d7114d74e62c3847515
0x34e1988308d8900f6fa0832fd65bdc2ee629b5614bed8298e8e774d93402a74f
0x2e36e486ad4b3ecf7e7cda8c3e23cf6b8cd30e9c91c2e783c656ac0b38728c5f

Functions
Getter at block 21220791
MAX_PUBLIC_MINT(view returns (uint256)
10
MAX_SUPPLY(view returns (uint256)
10000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PUBLIC_SALE_PRICE(view returns (uint256)
3300000000000000
WL_SALE_PRICE(view returns (uint256)
3300000000000000
isRevealed(view returns (bool)
false
merkleRoot(view returns (bytes32)
0x9a15b06204625c520c8b1b442987e9d96c17116981ef005db199a0dfb851b804
name(view returns (string)
FUNANAS
owner(view returns (address)
0xc56b52c6b9529ba804c7eeb1375d618389628d5f
pause(view returns (bool)
false
placeholderTokenUri(view returns (string)
publicSale(view returns (bool)
true
symbol(view returns (string)
NANA
totalSupply(view returns (uint256)
10000
whiteListSale(view returns (bool)
false
Read-only
WL_MINTS(addressview returns (uint256)
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
totalPublicMint(addressview returns (uint256)
State-modifying
AirDrop(address[] _walletsuint256 _count
approve(address operatoruint256 tokenId
mint(address touint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setMerkleRoot(bytes32 _merkleRoot
setTokenUri(string _baseTokenUri
togglePause(
togglePublicSale(
toggleWhiteListSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
update_public_price(uint256 price
whitelistMint(uint256 _quantityuint256 maxQuantitybytes32[] _merkleProofpayable 
withdraw(payable 
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
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
UnableDetermineTokenOwner(