Gamba Kitties Club
Verified contract
Active on
Ethereum with 149 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Gamba Kitties Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16839122 | 2 years ago | | | 0 | 0.00084467582 | |
| 16697725 | 2 years ago | | | 0 | 0.0015399507 | |
| 16128950 | 2 years ago | | | 0 | 0.0015786673 | |
| 16083568 | 2 years ago | | | 0 | 0.00073277027 | |
| 15755791 | 2 years ago | | | 0 | 0.00077642684 | |
| 15055659 | 2 years ago | | | 0 | 0.00053502839 | |
| 14826957 | 2 years ago | | | 0 | 0.0013501946 | |
| 14330719 | 3 years ago | | | 0 | 0.00084648788 | |
| 14227022 | 3 years ago | | | 0 | 0.0027910833 | |
| 14214921 | 3 years ago | | | 0 | 0.0033283242 |
ABI
ABI objects
Getter at block 21199874
GKC_PROVENANCE() view returns (string)
MAX_NFT() view returns (uint256)
10000
REVEAL_TIMESTAMP() view returns (uint256)
1633366800
baseURI() view returns (string)
https://gambakitties-metadata.herokuapp.com/metadata/
isSaleActive() view returns (bool)
true
maxNftPurchase() view returns (uint256)
10000
name() view returns (string)
Gamba Kitties Club
nftPrice() view returns (uint256)
20000000000000000
owner() view returns (address)
0xfb850bcdcdb7b74fcb7f76e8a9f5108ba769df3f
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
13389833
symbol() view returns (string)
GKC
totalSupply() view returns (uint256)
320
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)
State-modifying
Events approve(address to, uint256 tokenId)
emergencySetStartingIndex()
flipSaleState()
mint(uint256 amount) payable
renounceOwnership()
reserveNft(uint256 reserve)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenance(string provenance)
setReveealTimestamp(uint256 newTimestamp)
setStartingIndex()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 _maxNftSupply, uint256 saleStart)
This contract contains no fallback and receive objects.
This contract contains no error objects.