NoNo from SEER
Verified contract
Active on
Ethereum with 1,435 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional
variables
Balances ($0.00)
No balances found for "NoNo from SEER"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19746998 | 7 months ago | | | 0 | 0.00030299316 | |
| 17009532 | 2 years ago | | | 0 | 0.00050343807 | |
| 16682152 | 2 years ago | | | 0 | 0.0018887014 | |
| 16681183 | 2 years ago | | | 0 | 0.0010803855 | |
| 16061404 | 2 years ago | | | 0 | 0.00048000332 | |
| 16014197 | 2 years ago | | | 0 | 0.00054206887 | |
| 15944063 | 2 years ago | | | 0 | 0.0010033409 | |
| 15882771 | 2 years ago | | | 0 | 0.00053559638 | |
| 15783794 | 2 years ago | | | 0 | 0.0021564882 | |
| 15524650 | 2 years ago | | | 0 | 0.00030875796 |
ABI
ABI objects
Getter at block 21302691
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(uint256) view returns (address)
alistMintCount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
collabMintCount(address) view returns (uint256)
coreMintCount(address) view returns (uint256)
cores(uint256) view returns (address)
devMintCount(address) view returns (uint256)
devs(uint256) view returns (address)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isAlist(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isCore(address) view returns (bool)
isDev(address) view returns (bool)
isWhitelisted(address) view returns (bool)
mintCount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelist(uint256) view returns (address)
whitelistMintCount(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
coreRewards(uint256 quantity)
drop(address at, uint256 quantity)
mint(uint256 quantity) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAlist(address[] _alist)
setAlistMintLimit(uint256 _alistMintLimit)
setAlistMintPeriod(uint256 timePeriod)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string uri, string preUri, uint256 mintPrice, uint256 maxSupply)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()