Not Found - Series Two
Verified contract
Active on
Ethereum with 1,507 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Not Found - Series Two"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18901454 | a year ago | | | 0 | 0.00088693200 | |
| 18901454 | a year ago | | | 0 | 0.00088671600 | |
| 18901454 | a year ago | | | 0 | 0.00088650000 | |
| 18901454 | a year ago | | | 0 | 0.00088693200 | |
| 18901454 | a year ago | | | 0 | 0.00088693200 | |
| 18901454 | a year ago | | | 0 | 0.00088671600 | |
| 18901454 | a year ago | | | 0 | 0.00088671600 | |
| 18901454 | a year ago | | | 0 | 0.00088693200 | |
| 18901454 | a year ago | | | 0 | 0.00088693200 | |
| 18901454 | a year ago | | | 0 | 0.00088693200 |
ABI
ABI objects
Getter at block 21197391
allowListMintOpen() view returns (bool)
false
allowListState() view returns (bool)
false
baseURI() view returns (string)
https://nftstorage.link/ipfs/bafybeig625zhvfuil5o56ireaaxaehd42mlhblrou3l57vign4cqbmyyfq/
cost() view returns (uint256)
20200000000000000
maxMintAmountPerTx() view returns (uint256)
2
maxPerWallet() view returns (uint256)
2
maxSupply() view returns (uint256)
596
name() view returns (string)
Not Found - Series Two
owner() view returns (address)
0x709109d35992b778fe3f5053515174c47694d4ce
paused() view returns (bool)
true
publicMintOpen() view returns (bool)
true
symbol() view returns (string)
NFS2
totalSupply() view returns (uint256)
1000
waitListMintOpen() view returns (bool)
false
waitListState() view returns (bool)
false
Read-only
allowList(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
waitList(address) view returns (bool)
State-modifying
Events allowListMint(uint256 quantity) payable
approve(address to, uint256 tokenId)
editMintWindows(bool _publicMintOpen, bool _waitListMintOpen, bool _allowListMintOpen)
mintBatch(address[] recipients)
ownerMint(uint256 quantity) payable
publicMint(uint256 quantity) payable
renounceOwnership()
reserveTokens(uint256 numTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(address[] addresses)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMaxSupply(uint256 _maxSupply)
setWaitList(address[] addresses)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
waitListMint(uint256 quantity) payable
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 _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()