Future NFT Mints - Genesis NFT
Verified contract
Active on
Ethereum with 132 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 "Future NFT Mints - Genesis NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20842663 | 2 months ago | | | 0 | 0.00092745544 | |
| 18838987 | a year ago | | | 0 | 0.0012442609 | |
| 17766785 | a year ago | | | 0 | 0.0011134410 | |
| 16293595 | 2 years ago | | | 0 | 0.0016572490 | |
| 16293201 | 2 years ago | | | 0 | 0.00077457212 | |
| 16292960 | 2 years ago | | | 0 | 0.00058215098 | |
| 15886764 | 2 years ago | | | 0 | 0.00070050215 | |
| 15886508 | 2 years ago | | | 0 | 0.0018918537 | |
| 15790398 | 2 years ago | | | 0.25 | 0.0037132173 | |
| 15785788 | 2 years ago | | | 0.25 | 0.0019549857 |
ABI
ABI objects
Getter at block 21280020
collectionSize() view returns (uint256)
500
isAllowListMintEnabled() view returns (bool)
true
isPresaleMintEnabled() view returns (bool)
true
isPublicMintEnabled() view returns (bool)
true
maxPerAddressDuringPresaleMint() view returns (uint8)
2
maxPerAddressDuringPublicMint() view returns (uint8)
5
mintPrice() view returns (uint256)
250000000000000000
name() view returns (string)
Future NFT Mints - Genesis NFT
nextOwnerToExplicitlySet() view returns (uint256)
0
numberOfTeamTokens() view returns (uint256)
50
owner() view returns (address)
0x6119d3472c8b0d39d0a7bcf2eceaf406baa5027d
paused() view returns (bool)
false
symbol() view returns (string)
FNFTM0
totalSupply() view returns (uint256)
133
Read-only
allowList(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipAt(uint256 index) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
presaleList(address) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowListMint(uint256 quantity) payable
approve(address to, uint256 tokenId)
enableAllowListMint()
enablePresaleMint()
enablePublicMint()
ownerMint(uint256 quantity)
pause()
presaleMint(uint256 quantity) payable
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(address[] addresses)
setApprovalForAll(address operator, bool approved)
setMintPrice(uint256 _mintPrice)
setOwnersExplicit(uint256 quantity)
setPresaleList(address[] addresses)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawFunds()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 _collectionSize, uint256 _numberOfTeamTokens, uint8 _maxPerAddressDuringPresaleMint, uint8 _maxPerAddressDuringPublicMint)
This contract contains no fallback and receive objects.
AllOwnershipsHaveBeenSet()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
NoTokensMintedYet()
OwnerQueryForNonexistentToken()
QuantityMustBeNonZero()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()