Elev8 NFT

Verified contract

Active on Ethereum with 499 txns
Deployed by via 0x90633638 at 15135692
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
2 additional variables

No balances found for "Elev8 NFT"

0xd4af200625cddc7be5a7eba639e51714c5e1c1f8ba9dec4fa475575a7233661f
0xc43652eceb61df298012e937a3ecede300c838b74c1563880c02f8f14800b4fe
0x51661c80bcec90878cce5693d4c3655b761a532ffae29b02ce36dc60fbcbb35a
0x47ffe65865f1315b851f1cf1e66519e3cc07bc0ee65a28ab5930b4c0f9a07e52
0x29a9dd82435e7e9ba4d42f8bdbd4f5dd96d4e21559359b5e90dc68e31fa19391
0x0f8275f447835b03e2cb2a0b33121fae0d27afcbae9055b664585f1f83022a7c
0x9a93d91a6f93e085dba091105be33d62b1c61db846ba3c9795cc30201f21a4c9
0x4d1d34fcafbbb1e86f3ded21a26db532226c92cbb11e4b2765c9296034374ad8
0xede78d76c3595a03de3210f522ded81ecac1f777304aabf3cb096aee5c705577
0x497b22ed87705f8db2708ee5311777f9390f16807ff5e58676278cfdd4f62c8d

Functions
Getter at block 20939648
GENESIS_SUPPLY(view returns (uint256)
888
MAX_PER_GENESIS_ADDRESS(view returns (uint256)
2
MAX_PER_PUBLIC_GENESIS_TX(view returns (uint256)
5
MAX_PER_PUBLIC_MINT_TX(view returns (uint256)
10
RESERVE_QTY(view returns (uint256)
18
balanceAfterTeamPayments(view returns (uint256)
0
contractURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmWQ425ed2vKTy1ZSth6H3uYFoSKXNpSs5eoq9JrV5rk1Z
genesisMerkleRoot(view returns (bytes32)
0x07808fb3046abe27533ba63525d50b612333d9b5ca564abc891301dd64bfa509
genesisMintActive(view returns (bool)
false
genesisMintCount(view returns (uint256)
870
genesisMintsRevealed(view returns (bool)
true
genesisPublicMintActive(view returns (bool)
false
maxSupply(view returns (uint256)
8888
name(view returns (string)
Elev8 NFT
owner(view returns (address)
0x122945f6fc99d244711cb087b0c6529e09198e1c
publicMintActive(view returns (bool)
false
publicMintsRevealed(view returns (bool)
false
publicSalePrice(view returns (uint256)
40000000000000000
symbol(view returns (string)
ELEV8
totalSupply(view returns (uint256)
888
Read-only
balanceOf(address ownerview returns (uint256)
genesisMintCounts(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
distributeFromReserve(uint256 qtyaddress recipient
genesisMint(uint256 qtybytes32[] merkleProof
genesisPublicMint(uint256 qty
mint(uint256 qtypayable 
payTeam(
renounceOwnership(
revealGenesisMints(
revealPublicMints(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAdmins(address[2] adminAddresses
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setContractURI(string newUri
setGenesisMerkleRoot(bytes32 merkleRoot
setGenesisPublicSaleActive(bool active
setGenesisSaleActive(bool active
setMaxSupply(uint256 newValue
setPublicSaleActive(bool active
setPublicSalePrice(uint256 newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawToProjectAccount(uint256 amount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
GenesisMintStateChanged(address indexed callerbool indexed active
GenesisPublicMintStateChanged(address indexed callerbool indexed active
MaxSupplyChanged(address indexed calleruint256 newValue
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PublicMintStateChanged(address indexed callerbool indexed active
PublicSalePriceChanged(address indexed calleruint256 indexed newPrice
TeamMemberPayment(address indexed recipientuint256 totalSolduint256 baseAmountuint256 paymentAmount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbol
Fallback and receive

This contract contains no fallback and receive objects.

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