Icy Founders Club
Verified contract
Active on
Ethereum with 4,327 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 "Icy Founders Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21230821 | 5 days ago | | | 0 | 0.00094372585 | |
| 21152760 | 16 days ago | | | 0 | 0.00052364866 | |
| 21101298 | 23 days ago | | | 0 | 0.00041009372 | |
| 20826666 | 2 months ago | | | 0 | 0.00067300519 | |
| 20717660 | 3 months ago | | | 0 | 0.00017335025 | |
| 20661494 | 3 months ago | | | 0 | 0.00013332764 | |
| 20635914 | 3 months ago | | | 0 | 0.00011367086 | |
| 20360255 | 4 months ago | | | 0 | 0.000080060560 | |
| 20200697 | 5 months ago | | | 0 | 0.000074274197 | |
| 20147567 | 5 months ago | | | 0 | 0.00031887784 |
ABI
ABI objects
Getter at block 21267626
baseURI() view returns (string)
https://club.icy.tools/api/tokens/
contractURI() view returns (string)
https://club.icy.tools/api/base.json
hasMintedReserve() view returns (bool)
false
icyRegisterAddress() view returns (address)
0x615615019fb0bbcab586a1e4762c5b07364ae3c8
icyReserve() view returns (uint256)
30
isClaimActive() view returns (bool)
true
maxSupply() view returns (uint256)
1700
name() view returns (string)
Icy Founders Club
owner() view returns (address)
0x04eb8bcb8633accb38afb7a16e2945472c651779
symbol() view returns (string)
ICY
totalSupply() view returns (uint256)
1322
Read-only
balanceOf(address owner) view returns (uint256)
canClaim(address _address) view returns (bool)
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)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claim()
mintReserve()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _newContractURI)
setIcyRegisterAddress(address _newIcyRegisterAddress)
toggleIsClaimActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Claim(address indexed _address)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 _maxSupply, string baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.