NoNos

Verified contract

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

No balances found for "NoNos"

0xc34079edfc09670a3c5aaf205224a80bb0088e1119ad010d6e5f6e97e21eb386
0xe9759909cad60f6210cef69c51d122575b18b1a7bb46f197d068cddd7a7a17d4
0x79c963d6c137d17436a6bc7cb5daf81d001a273878cf28d3678dcd888ed1b337
0x24093681e738f40f26609c312b2adcfddb3172606f203b8dc38d5c1a4b6dbd50
0x8f87f56f1b9db590c2a5cde4468472a142c4360c1c8f871deda956b87faa944d
0x6e028defe724ddb3650844cb0a17173e8d483f34c631a93d55011e82f219313d
0xd5023e1ade35e87a4de3b5258490241bc54bd34dae2170818ecdf4cd10006474
0x661f8685d472e7ea0f302fec0a9ee5fd62dc7bdbfd4121d17e46716be8517e65
0x9a2cbef060d416bae4402b68278ab07af4335e02018764d5a392aa81acb2fd6a
0xa6b03541f64e865f555e3b00d8345d20c39d9aa05962c52a3464e4a39548749d

Functions
Getter at block 21161389
_nonoListRoot(view returns (bytes32)
0xc4b5b4934f74205d76566bbc7805a90c2e10862db88801ee7e471aa24e370f08
_nonoProvenance(view returns (string)
97483f2fe73dbcb16c261cf1a8258effdfa26e15e389c1000f368145ca754a9f
_pausedPrivate(view returns (bool)
true
_pausedPublic(view returns (bool)
true
getMaxNoNos(view returns (uint256)
8501
getMaxNoNosPerAddress(view returns (uint256)
17
getMaxTX(view returns (uint256)
17
getPrice(view returns (uint256)
30000000000000000
name(view returns (string)
NoNos
owner(view returns (address)
0x6d0a0a7e46e23c57cf213b5e23f7d81d95377cb4
symbol(view returns (string)
NONOS
totalSupply(view returns (uint256)
8500
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
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)
State-modifying
approve(address touint256 tokenId
buyTicket(uint256 quantityuint256 callerPublicSaleKeypayable 
buyTicketNoNoList(uint256 quantitybytes32[] merkleProofpayable 
giveAwayTickets(address _touint256 quantity
pausePrivate(bool val
pausePublic(bool val
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxNoNos(uint256 _newMax
setMaxNoNosPerAddress(uint256 _newMax
setMaxTX(uint256 _newMaxTX
setNewProvenance(string newProvenance
setNoNoListRoot(bytes32 nonoListRoot
setPrice(uint256 _newPrice
setSaleKey(uint256 _newSaleKey
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawAll(
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(
MintedQueryForZeroAddress(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(