The Indians NFT
Verified contract
Active on
Ethereum with 4,726 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 "The Indians NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19800867 | 7 months ago | | | 0 | 0.00023108432 | |
| 19771874 | 7 months ago | | | 0 | 0.00042016869 | |
| 19761168 | 7 months ago | | | 0 | 0.00062087913 | |
| 19690240 | 7 months ago | | | 0 | 0.00071787309 | |
| 19591652 | 8 months ago | | | 0 | 0.00088243147 | |
| 19591651 | 8 months ago | | | 0 | 0.00089207006 | |
| 19338742 | 9 months ago | | | 0 | 0.00090702750 | |
| 18911462 | a year ago | | | 0 | 0.00024339253 | |
| 18556947 | a year ago | | | 0 | 0.0021488187 | |
| 18505033 | a year ago | | | 0 | 0.00077015983 |
ABI
ABI objects
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 owner) view returns (uint256)
curryExplode(uint256 tokenId) view
getApproved(uint256 tokenId) view returns (address)
getTransferHash(address _to, uint256 _nonce) pure returns (bytes32 txHash)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalPublicMint(address) view returns (bool)
totalWhitelistMint(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
cookCurry(address ingredients)
mint(uint256 _nonce, uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
teamMint()
togglePublicSale()
toggleWhiteListSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateCustomBaseURI(string customBaseURI)
whitelistMint(uint256 _nonce, bytes32[] _merkleProof, 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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()