THE INU NFT CLUB
Verified contract
Active on
Ethereum with 225 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 INU NFT CLUB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15082831 | 2 years ago | | | 0 | 0.0017012114 | |
| 15082813 | 2 years ago | | | 0 | 0.0026869568 | |
| 15082777 | 2 years ago | | | 0 | 0.0010680292 | |
| 15082767 | 2 years ago | | | 0 | 0.0060189350 | |
| 15082763 | 2 years ago | | | 0 | 0.00061713815 | |
| 15082762 | 2 years ago | | | 0 | 0.00053880170 | |
| 15082752 | 2 years ago | | | 0 | 0.00093229019 | |
| 15082730 | 2 years ago | | | 0 | 0.0010789107 | |
| 15082723 | 2 years ago | | | 0 | 0.0014044215 | |
| 15082722 | 2 years ago | | | 0 | 0.0013029426 |
ABI
ABI objects
Getter at block 21310028
MAX_BY_MINT() view returns (uint256)
1
MAX_ELEMENTS() view returns (uint256)
1000
MINT_NUMBER() view returns (uint256)
157
PRESALE_ELEMENTS() view returns (uint256)
900
PRICE() view returns (uint256)
80000000000000000
PRICE2() view returns (uint256)
80000000000000000
baseTokenURI() view returns (string)
https://raw.githubusercontent.com/TheInuNFT/TheInuNFT_Traits/main/
name() view returns (string)
THE INU NFT CLUB
owner() view returns (address)
0xb3a0a2935ba66c34dfeefb258db01031ceefb4af
paused() view returns (bool)
false
publicSaleOpen() view returns (bool)
false
symbol() view returns (string)
InuClub
tier2Start() view returns (bool)
false
tierOneMaxMint() view returns (uint256)
1
tierOneMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
tierThreeMaxMint() view returns (uint256)
3
tierThreeMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
tierTwoMaxMint() view returns (uint256)
2
tierTwoMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
257
withdrawAddress() view returns (address)
0xb3a0a2935ba66c34dfeefb258db01031ceefb4af
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
whitelistClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
freeMint(uint256 _count) payable
ownerMint(uint256 _count, address addr)
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPublicSale(bool val)
setWithdrawAddress(address _withdrawAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateItem(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.