CaveDinos

Verified contract

Active on Ethereum with 2,869 txns
Deployed by via 0x0ce804ff at 14711141
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "CaveDinos"

0xd19a0e5849f3c5940e450f3d6c1f837fbbff2c364876f551507b723f305a4fd5
0xd946a49a7a260aa79c19f430a92ca296ee12867d06a9b504fb753fee899c709c
0x65ed46ccf0cad319421d7230dc3939f2654c34cf0a642e5096122134e383cc2e
0x48e848333ed5f29fcc9eb6124b2d7ef4025017088e65ae7a1d6841d2a525d418
0x9c2a173095927982fad75be386ac7104f05c97084cb3e80a87135eb320c16b53
0xb0294c282c79d3378f05d24877fe9de08ac3a2661707bc80fef4f62c2612e177
0x73023493320c90745ab7c5ec4f7ba925feb98b69c612c03f736c28f836da434b
0xda3564e77cf6c5ecbd550f016bd26dda3e9567f0701fe0959f92ff465a352a32
From
0x873a331a241c7dc4e12559ae3769903e4a7a18c888cab14d0807f4633c0ccd54
0xdd433f587c8909866bc87bcdeade2b367c091ac4243bbc90166231447941b4ce

Functions
Getter at block 21302710
baseURI(view returns (string)
https://us-central1-mofos-69a62.cloudfunctions.net/app/cavedino/token/
claimable(view returns (bool)
false
cost(view returns (uint256)
75000000000000000
maxMintAmountPerTransaction(view returns (uint16)
10
maxMintAmountPerWallet(view returns (uint16)
10
maxMintAmountPerWhitelist(view returns (uint16)
3
maxSupply(view returns (uint256)
10000
mintableCounter(view returns (uint256)
975
name(view returns (string)
CaveDinos
owner(view returns (address)
0x24db2f0848fee201c27d258ad5d2d5d9cc71bad3
paused(view returns (bool)
true
payableMints(view returns (uint256)
2223
symbol(view returns (string)
CAVEDINOS
totalSupply(view returns (uint256)
5000
whiteListingSale(view returns (bool)
false
whitelistCost(view returns (uint256)
150000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
bbdClaimed(uint256view returns (bool)
getApproved(uint256 tokenIdview returns (address)
getClaimableData(uint256[] bbdTokensview returns (bool[])
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] _airdropAddressesbool isMintableStock
approve(address touint256 tokenId
claimFreeCaveDino(uint256[] bbdTokens
gift(address _touint256 _mintAmountbool isMintableStock
mint(uint256 _mintAmountpayable 
mintExternal(address _addressuint256 _amount
mintWhitelist(uint256 _mintAmountbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setBreedingContractAddress(address _bAddress
setCost(uint256 _newCost
setMaxMintAmountPerWallet(uint16 _amount
setMaxMintAmountPerWhitelist(uint16 _amount
setMaxSupply(uint256 _supply
setPayableMints(uint256 _val
setWhitelistingCost(uint256 _newCost
setWhitelistingRoot(bytes32 _root
setmaxMintAmountPerTransaction(uint16 _amount
toggleClaimable(
togglePause(
toggleWhiteSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _baseUrladdress _bbdContractAddress
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(