Baby Cub Tigers
Verified contract
Active on
Ethereum with 4,132 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 "Baby Cub Tigers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21135203 | 10 days ago | | | 0 | 0.00076016348 | |
| 20998090 | a month ago | | | 0 | 0.00040664918 | |
| 20936302 | a month ago | | | 0 | 0.00063209110 | |
| 20829645 | 2 months ago | | | 0 | 0.0012508858 | |
| 20808091 | 2 months ago | | | 0 | 0.00072122703 | |
| 20794711 | 2 months ago | | | 0 | 0.00071850386 | |
| 20765053 | 2 months ago | | | 0 | 0.00032447329 | |
| 20765049 | 2 months ago | | | 0 | 0.00034375739 | |
| 20765045 | 2 months ago | | | 0 | 0.00033250383 | |
| 20731109 | 2 months ago | | | 0 | 0.00011766274 |
ABI
ABI objects
Getter at block 21204986
getTotalSupply() view returns (uint256)
3945
holderSaleIsActive() view returns (bool)
false
locked() view returns (bool)
false
maxPurchase() view returns (uint256)
20
maxSupply() view returns (uint256)
7800
mintPrice() view returns (uint256)
40000000000000000
name() view returns (string)
Baby Cub Tigers
owner() view returns (address)
0x2c11022c9023c234033117d2f4d7c9a0bb5de58e
saleIsActive() view returns (bool)
false
symbol() view returns (string)
BCT
totalSupply() view returns (uint256)
3945
typicalTigersAddress() view returns (address)
0xf4744ec5d846f7f1a0c5d389f590cc1344ed3fcf
whitelistMintPrice() view returns (uint256)
100000000000000
whitelistSaleIsActive() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
claimedTypicalTigers(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getWalletOfOwner(address owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
isTypicalTigerAvailable(uint256 _tokenId) view returns (bool)
isWhitelisted(address _account, bytes32[] _proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
holderMint(uint256[] _typicalTigerIds, uint256 _count)
lockMetadata()
mint(uint256 _count) payable
ownerMint(address _to, uint256 _count)
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)
setMaxPurchase(uint256 _maxPurchase)
setMerkleRoot(bytes32 _root)
setMintPrice(uint256 _mintPrice)
setWhitelistMintPrice(uint256 _mintPrice)
toggleHolderSaleStatus()
toggleSaleStatus()
toggleWhitelistSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _count, bytes32[] _proof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
HolderSaleActivation(bool isActive)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleActivation(bool isActive)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WhitelistSaleActivation(bool isActive)
constructor(address _typicalTigersAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()