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

NoNo from SEER

Verified contract

Active on Ethereum with 1,435 txns
Deployed by via 0xddc17efb at 14914525
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional variables

No balances found for "NoNo from SEER"

0x25f78240bb1ba79cd400f0d0c423a37de8c42c5390611427e7fe55b6a12ff384
0xd558b652456360e82521c69460d65b10427499133b7ad6d1ffce7688ef29a731
0x0f8ec0b060b6872db695b49aee11d30f04e96b28b61571ec89781ef410e82694
0x5cd9fb62926537dfdace4db48cc538069390177d7bd08620a47a36a32df4de3a
0xaea5374afd8937f94bb86bba3398f324eb2c1872145a1e6b8db12954d07099f8
0xd79b85cd6279cd139966f57d19904bb2395ba1bd0c2d24997e9387672216fc20
0x4580619517b579c756773aa77948a632d9040481d8aac1e05d7aec3297d2ed67
0x38868964c800aa0cc7d98b542303ef465c3007c03dd601fdd728ded48ffe1d5b
0xdaa96f7df253a2b5b0589e8c90ccae3a4a562a62a804b7bf672f001450598303
0xd2f400c4d126cdc204941bff55fd855d117e79690572db8af7579e0a3848d6f2

Functions
Getter at block 20797478
MAX_SUPPLY(view returns (uint256)
1500
PRICE(view returns (uint256)
1
alistMintLimit(view returns (uint256)
2
alistMintPeriod(view returns (uint256)
14400
baseURI(view returns (string)
ipfs://QmRBRgyvp7xFeEMpeH3e3KH4LDnK89k2PjUd6PKNBiaKR7
collabManager(view returns (address)
0x99348d690de2e481cd1ef33f2db5c2cce9dd6c25
collabMintLimit(view returns (uint256)
10
coreMintLimit(view returns (uint256)
200
devMintLimit(view returns (uint256)
200
mintLimit(view returns (uint256)
1
name(view returns (string)
NoNo from SEER
owner(view returns (address)
0xfc59101fb41bc1833ce01d20694b69d176c66c56
preMintPeriod(view returns (uint256)
86400
revealed(view returns (bool)
false
start(view returns (bool)
true
startAt(view returns (uint256)
1654552558
symbol(view returns (string)
NONO
totalSupply(view returns (uint256)
1500
whitelistMintLimit(view returns (uint256)
0
Read-only
alist(uint256view returns (address)
alistMintCount(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
collabMintCount(addressview returns (uint256)
coreMintCount(addressview returns (uint256)
cores(uint256view returns (address)
devMintCount(addressview returns (uint256)
devs(uint256view returns (address)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isAlist(addressview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isCore(addressview returns (bool)
isDev(addressview returns (bool)
isWhitelisted(addressview returns (bool)
mintCount(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelist(uint256view returns (address)
whitelistMintCount(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
coreRewards(uint256 quantity
drop(address atuint256 quantity
mint(uint256 quantitypayable 
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAlist(address[] _alist
setAlistMintLimit(uint256 _alistMintLimit
setAlistMintPeriod(uint256 timePeriod
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setCollab(address _collab
setCollabMintLimit(uint256 _collabMintLimit
setCoreMintLimit(uint256 _corebMintLimit
setCores(address[] _cores
setDevMintLimit(uint256 _devMintLimit
setDevs(address[] _devs
setMaxSupply(uint256 supply
setMintLimit(uint256 _mintLimit
setPreMintPeriod(uint256 timePeriod
setPreRevealURI(string uri
setPrice(uint256 _price
setWhitelist(address[] _whitelist
setWhitelistMintLimit(uint256 _whitelistMintLimit
starts(
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(string namestring symbolstring uristring preUriuint256 mintPriceuint256 maxSupply
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(