Nouneys

Verified contract

Active on Ethereum with 295 txns
Deployed by via 0x21b29b2d at 15302406
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Nouneys"

0xcd6172a28d3a0851a7776a370ddbbaeb41a0af4b028e5e35fb1f2a0d730429f4
0xf630341ccfcb0689c5a7e551485a1b3a7cf88081c99f4727d6566542165f0788
0x39c8986dd6e63149e84fc45f0102421c374978be0ad00e907681d7e0ee379d4f
0x56999880ba5537e06f1b6a9210abcb54d1593b2c0bc9a84f213355d4db01af1d
0x50e8444df3acf86c1fd6126aa20c9e27bdf7b81af07d57bbc2671729aaf1a824
0xc6c9fd5d14d1d03240c734f9cd4734f0c3b8f1c145162b64eda572ef64afb76f
0x8fa01b00a8df97360bf83c8419a818cf483cdea18ad2116531baa95931d23559
0x30a83990003305e465cd96fc1aac419fffc54e330109f5e9f3ee1f561c0930ca
0xdb17e4df716d1ea41c3cf9744dc458f1422d22a645d8cb7ad636b4db25d8b9cd
0xff4e54c5b2d63d564459965f7445384a240796d71d20e0bd540c0c24cea1ed17

Functions
Getter at block 21159820
getCurrentSupply(view returns (uint256)
105
getMaxSupply(view returns (uint256)
200
getPresaleMaxPerWallet(view returns (uint16)
4
getSaleMaxPerWallet(view returns (uint16)
4
isPresaleActive(view returns (bool)
false
isSaleActive(view returns (bool)
true
name(view returns (string)
Nouneys
owner(view returns (address)
0xf8a7a1b41f3b4147c4b38481599ffed8faa73dcb
presaleRoot(view returns (bytes32)
0xaefd8e8943d35cd5eb6ccf04ab1e6f3c48c8b773868ec62fd75ecc7686c94c25
price(view returns (uint256)
36900000000000000
season(view returns (uint16)
2
symbol(view returns (string)
Nouneys
totalSupply(view returns (uint256)
305
treasury(view returns (address)
0xc802883c7633386a592031dccd04b0d1994928be
Read-only
balanceOf(address ownerview returns (uint256)
currentSupply(uint16view returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isEligiblePresale(bytes32[] proofaddress address_view returns (bool)
maxSupply(uint16view returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
presaleMaxPerWallet(uint16view returns (uint16)
saleMaxPerWallet(uint16view returns (uint16)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(address touint256 quantity
mint(uint16 quantitypayable 
mint(uint16 quantitybytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setMaxSupply(uint16 maxSupply_
setPresaleMaxPerWallet(uint16 maxPerWallet
setPresaleRoot(bytes32 root
setPrice(uint256 price_
setSaleMaxPerWallet(uint16 maxPerWallet
setSeason(uint16 season_
setTreasury(address treasury_
togglePresaleActive(
toggleSaleActive(
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 price_address treasury_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(