Inventor Club NFT
Verified contract
Active on
Ethereum with 4,181 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 "Inventor Club NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243864 | 8 days ago | | | 0 | 0.00083906962 | |
| 21194561 | 15 days ago | | | 0 | 0.0012131984 | |
| 21163808 | 20 days ago | | | 0 | 0.00085983796 | |
| 21138033 | 23 days ago | | | 0 | 0.0012638885 | |
| 20748370 | 3 months ago | | | 0 | 0.000078210600 | |
| 20705056 | 3 months ago | | | 0 | 0.000079528202 | |
| 20658671 | 3 months ago | | | 0 | 0.000078710158 | |
| 20438350 | 4 months ago | | | 0 | 0.000087416030 | |
| 20393498 | 4 months ago | | | 0 | 0.000098587780 | |
| 20358203 | 4 months ago | | | 0 | 0.00021589345 |
ABI
ABI objects
Getter at block 21304351
baseExtension() view returns (string)
.json
info() view returns (uint256, uint256, uint256, uint256, bool, bool)
(70000000000000000, 75000000000000000, 20, 9000, false, true)
isPreSaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
true
maxMintCount() view returns (uint256)
20
maxSupply() view returns (uint256)
9000
maxWhitelistLength() view returns (uint256)
750
name() view returns (string)
Inventor Club NFT
owner() view returns (address)
0xf4bd3fde01875aa8c85dfa2d3b8b8fac053f8def
paused() view returns (bool)
false
prePrice() view returns (uint256)
70000000000000000
price() view returns (uint256)
75000000000000000
symbol() view returns (string)
IC
totalSupply() view returns (uint256)
3871
totalWhitelist() view returns (uint256)
124
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
whitelist(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
flipPreSale()
flipPublicSale()
mint(uint256 _mintCount) payable
multipleAddressesToWhiteList(address[] addresses)
pause(bool _state)
preSaleMint(uint256 _mintCount) payable
removeAddressFromWhiteList(address userAddress)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string baseURI)
setPrice(uint256 _price, uint256 _pre_price)
singleAddressToWhiteList(address userAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.