Tiger Cub Club
Verified contract
Active on
Ethereum with 987 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Tiger Cub Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20049385 | 5 months ago | | | 0 | 0.00035826628 | |
| 18906199 | a year ago | | | 0 | 0.00076646380 | |
| 18892363 | a year ago | | | 0 | 0.0055711360 | |
| 18892291 | a year ago | | | 0 | 0.0010827262 | |
| 18858074 | a year ago | | | 0 | 0.00098927791 | |
| 18807811 | a year ago | | | 0 | 0.0021515415 | |
| 18807811 | a year ago | | | 0 | 0.0037222764 | |
| 18807811 | a year ago | | | 0 | 0.0058055033 | |
| 18755904 | a year ago | | | 0 | 0.0011050322 | |
| 17123835 | 2 years ago | | | 0 | 0.0080025393 |
ABI
ABI objects
Getter at block 21227078
BIO_CHANGE_PRICE() view returns (uint256)
200000000000000000000
Jungle() view returns (address)
0x2644a4106183905c1d21fb5c25237e060b38d5aa
NAME_CHANGE_PRICE() view returns (uint256)
200000000000000000000
RESCUE_PRICE() view returns (uint256)
1000000000000000000000
maxGenCount() view returns (uint16)
6600
maxPurchaseAmount() view returns (uint256)
15
maxSupply() view returns (uint16)
8100
name() view returns (string)
Tiger Cub Club
notRevealedUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmV11uaDvzoqVueggWVADEy1N5R9vosyEAVPgx8J8hzuN7
owner() view returns (address)
0xce790c8e68c90d6f0c8fbc31e6ab8f96e1588ef7
paused() view returns (bool)
true
presaleActive() view returns (bool)
false
presaleCount() view returns (uint16)
92
price() view returns (uint256)
0
rescueCount() view returns (uint16)
0
revealed() view returns (bool)
true
saleActive() view returns (bool)
true
symbol() view returns (string)
TigerCubClub
totalSupply() view returns (uint256)
1367
Read-only
balanceOf(address owner) view returns (uint256)
balanceOfOwner(address owner) view returns (uint256 _presaleBalance, uint256 _genesisBalance)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleWhitelist(address) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
tigerData(uint256) view returns (string name, string bio)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changeBio(uint256 tigerId, string newBio)
changeName(uint256 tigerId, string newName)
editPresale(address[] presaleAddresses)
mint(uint256 numberOfMints) payable
mintPresale(uint8 numberOfMints) payable
mintReserve(uint16 numberOfMints)
pause(bool _state)
renounceOwnership()
rescue(uint256 rescuer)
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setJungle(address jungle)
setMaxPurchaseAmount(uint256 _amount)
setNotRevealedURI(string _notRevealedURI)
setPresaleStatus(bool _status)
setPrice(uint256 newPrice)
setSaleStatus(bool _status)
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)
BioChanged(uint256 tigerId, string tigerBio)
NameChanged(uint256 tigerId, string tigerName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TigerCreated(uint256 tigerId, uint256 rescuer)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initNotRevealedUri)
receive()
This contract contains no error objects.