Noji

Verified contract

Active on Ethereum with 3,262 txns
Deployed by via 0x1c8409b7 at 15640531
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional variables

No balances found for "Noji"

0x317eb39da5718e1dc9f365f81e9b7932c4c1e680fbbf7b0e9cccbe4f35ad8926
0x0de3937f295675ab6633c53f241b4fce1b1e2e1838308351020f94d49a29d020
0x57661b4f3a3cad4072f50b3e15088cc7d6ba8dabbd45eac94b0560721c6be501
0xaf52c60a658f465e2ec57c962878364a7f50056f8ab144f8af88c76192e8024a
0xb97767b31fd5c0931949eba91c930310e5e1173dc5402e7856390119017d7cb3
0xeb724ba5a1d8604d65b2bedb717fbada686398f5c6f00bffd79f753e426540a9
0x2a3c0707ef25ff0b07730ace8a42e4d750960e6973804251f95f5dd26ff974f5
0x04f4ebb28a060c999a5a5e185f238363076a5c37f4e06fbc8c560ebd8288cb4b
0xbb6c820eac27c086c8c27e8b5b8081ec2ddb3d1050fa6776d3f39359b64c59a2
0xf3679f127105097959e37f30c73f2964fa457962adbcf8e1b01bba78b047fbe7

Functions
Getter at block 20991384
MAX_NOJI_PER_WALLET(view returns (uint256)
2
MAX_SALE_SUPPLY(view returns (uint256)
1500
MAX_SUPPLY(view returns (uint256)
1500
OGLIST_SALE_PRICE(view returns (uint256)
0
PUBLIC_SALE_PRICE(view returns (uint256)
0
WHITELIST_SALE_PRICE(view returns (uint256)
0
isAirdropClaimActive(view returns (bool)
false
isOGListMintActive(view returns (bool)
true
isPaused(view returns (bool)
true
isPublicMintActive(view returns (bool)
true
isRevealed(view returns (bool)
true
isTeamMintActive(view returns (bool)
false
isWhiteListMintActive(view returns (bool)
true
name(view returns (string)
Noji
ogListMerkleRoot(view returns (bytes32)
0x91686af8fa71c49bf26f51bbb237fccaf901cc5548ebb5e48112365a2fc549a5
owner(view returns (address)
0x2ed0bf51872c35a26271505b11a0aebe78b12de7
placeholderTokenUri(view returns (string)
ipfs://Qmbe2zfAL8rwGiM63rKASFQPrRsu6YSTCWayuEbJMhSJjt
royaltyAddress(view returns (address)
0x27ea1d065a8c10e22ff313eccac3925da572710d
royaltyFeesInBips(view returns (uint96)
1000
symbol(view returns (string)
NOJI
teamListMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
totalSupply(view returns (uint256)
1500
whiteListMerkleRoot(view returns (bytes32)
0x1d18926cda2eb32e061192100d530c42270ec351b26bf2fa2b423d356c8a9413
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
teamListClaimed(addressview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
oglistMint(uint256 qtybytes32[] merkleProofpayable 
publicMint(uint256 qtypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMaxNojiPerWallet(uint256 num
setMaxSaleSupply(uint256 supply
setMaxSupply(uint256 supply
setOGListMerkleRoot(bytes32 merkleRoot
setPlaceHolderTokenUri(string uri
setRoyaltyInfo(address receiveruint8 _royaltyFeesInBips
setTeamListMerkleRoot(bytes32 merkleRoot
setWhiteListMerkleRoot(bytes32 merkleRoot
teamMint(bytes32[] merkleProof
toggleOGListMint(
togglePause(
togglePublicMint(
toggleReveal(
toggleTeamMint(
toggleWhiteListMint(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 qtybytes32[] merkleProofpayable 
withdraw(
withdrawTokens(address token
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _adminaddress royaltyAddress_string _placeholderTokenUri
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(