The Indians NFT

Verified contract

Active on Ethereum with 4,726 txns
Deployed by via 0x0976a445 at 15178057
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Indians NFT"

0xfb879b2d9aa4de0c8b31d9f224607b1fccf82e02de1e9d50559bf81280991223
0x05454fffa596c00d8535c25f1df23139eb9c6813b8ee022920ebcffdb0cf6ec7
0x6369bd1c157122023021b3896c95ffc04640e0d95bb842efe269d3c8519ad059
0x5c82f170f7c9f367503a2c7592eb46111af9a227e6240d409280db1724109ffa
0x742f8c4d24401089c6633c99c5ee628ef58b8ec806c3e55fc57af34cdac1b5d0
0x6e37eeb6312ba78fae750133b3f0ecbdec9953a6ff77385ad3614e0df86f0e68
0x85404d743618857f15f9f7c050d0b34be16231589add473844cd374b86889741
0x1115566a6e98db955ab1f3e2d75011caf80cfd240f5e2afd3ab3d8760121e6ff
0xf71916d83ccdbcb64f30702c1baf20dd0f5dd6d691756af2f6ffb8103648d6d5
0xdfac183db64df2bc21881a18504bbbb8b596831e525fabe464c244163b3502ed

Functions
Getter at block 21277106
MAX_MINT_QUANTITY(view returns (uint256)
1
MAX_NFTS(view returns (uint256)
3333
MAX_PUBLIC_MINT(view returns (uint256)
1
NFT_PRICE(view returns (uint256)
0
TEAM_MINT_AMOUNT(view returns (uint256)
80
WHITELIST_MAX_MINT(view returns (uint256)
1
WHITELIST_SALE_PRICE(view returns (uint256)
0
collectionName(view returns (string)
collectionSymbol(view returns (string)
getMerkleRoot(view returns (bytes32)
0x6db313625833b395fb6364ec2d9729ed19dfa135163ee6f914aa579b80f6596a
getTokenMaxSupply(pure returns (uint256)
3333
name(view returns (string)
The Indians NFT
owner(view returns (address)
0x407d625be8fce2d40f4e06622ae5bdcca04d130a
publicSale(view returns (bool)
true
symbol(view returns (string)
TI
teamMinted(view returns (bool)
true
totalSupply(view returns (uint256)
3333
whiteListSale(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
curryExplode(uint256 tokenIdview 
getApproved(uint256 tokenIdview returns (address)
getTransferHash(address _touint256 _noncepure returns (bytes32 txHash)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalPublicMint(addressview returns (bool)
totalWhitelistMint(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
cookCurry(address ingredients
mint(uint256 _nonceuint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMerkleRoot(bytes32 _merkleRoot
teamMint(
togglePublicSale(
toggleWhiteListSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateCustomBaseURI(string customBaseURI
whitelistMint(uint256 _noncebytes32[] _merkleProofuint256 quantitypayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
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(