Baby Cub Tigers

Verified contract

Active on Ethereum with 4,132 txns
Deployed by via 0xa91cd7b0 at 14488951
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Baby Cub Tigers"

0x176d6f044252ab4e26d4fda2f25dce112a03806629ad40845d75c889590d0fe3
0x57305507d924594493f36d7975de53f2a449c5b917b6166949511b5bde106219
0x338871fa39b54f4c012e85d0465f0272fb8d23382b8a6d70a960b4e1915c383d
0xd39aa6bdc479652df067ec82515b7c1b8750a1ff2124d6c55a58db510bfe4ba4
0x212c5cc1c5db226151dae4ee8dcfb46e22357c29fa1b240a72f93e64a61d52f8
0x8742d848eddedd2e7e70e8896bda9363e65147109de147e6008291f15849a17e
0x54e1cb57a2e5f752df0fbe1eae2531edb183eb7e2472c14f12677867a6f2081e
0xb9659a2215b00bd31ad819b74ad7354e5b52878857a1fc4384e6855ac1936570
0x9602640255a06c8a31ac26c556261f6a06e4fa81a26a0e2c5d34620ecdbdbb58
0x3b1ea9096bf53024f0963ff3069c08baa3c7db260044c8f326d8a7a0c110f247

Functions
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 ownerview returns (uint256)
claimedTypicalTigers(uint256view returns (bool)
getApproved(uint256 tokenIdview returns (address)
getWalletOfOwner(address ownerview returns (uint256[])
isApprovedForAll(address owneraddress operatorview returns (bool)
isTypicalTigerAvailable(uint256 _tokenIdview returns (bool)
isWhitelisted(address _accountbytes32[] _proofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
holderMint(uint256[] _typicalTigerIdsuint256 _count
lockMetadata(
mint(uint256 _countpayable 
ownerMint(address _touint256 _count
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxPurchase(uint256 _maxPurchase
setMerkleRoot(bytes32 _root
setMintPrice(uint256 _mintPrice
setWhitelistMintPrice(uint256 _mintPrice
toggleHolderSaleStatus(
toggleSaleStatus(
toggleWhitelistSaleStatus(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _countbytes32[] _proofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
HolderSaleActivation(bool isActive
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SaleActivation(bool isActive
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
WhitelistSaleActivation(bool isActive
Constructor
constructor(address _typicalTigersAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(