This contract is being backfilled. You may encounter incomplete storage history.

The Digital Pets Company

Verified contract

Active on Ethereum with 1,551 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Digital Pets Company"

0xad6b2d4fc2cb994d1e09168464dbee6148dd0d136dc1c0d668a635c4069d1405
0xdae6f50ca35cf0d9b5a164dc0e733c7deb438ec975b5f8197b38e07259e8d661
0x46a9a80a01c3827a2f7b1e5026552d1b1262f5721919eeea6ad6edca7200f3f4
0x9db5b08f32fdb9d7e7adb9610caca89982c400c379f6dbdad7e1e3701039186e
0xc68892d53690a1374c2954f10d8bd07b99ef5c8b861187aa705433a85be8ea49
0x03d03d4a4459c55e613ab18a0d1238237bd9d1ba95da0001ee9eb34146d2cf5b
0x89f27fe4b740607b8dc12eb6cbe4f4549efb80bd2569e25375c70db248b2e30b
0x6f471bafd2ff2b5f17ea88b25b5bacccd0cb412b132f3fc2c2ac922e481be759
0x7e26d74ec87253c7ffeebeb793017e7ab551d3699baf65760da36e1e4d0c7287
0xa5989b4b73f59572619ae4f72318da66af62a9f6b59fa1927108298e6cbaa8fd

Functions
Getter at block 21081140
getMaxSupply(pure returns (uint256)
1000
getPrice(view returns (uint256)
120000000000000000
getRoot(view returns (bytes32)
0x8f78af7ebb81a134af976772f32c4b2a5ec0fff50863549b36c3005685dc523f
getSalePhase(view returns (uint8)
2
getTokenUri(view returns (string)
https://metadata.tddc.cloud/laboratories/
getWalletLimit(view returns (uint256)
25
name(view returns (string)
The Digital Pets Company
owner(view returns (address)
0xefb5fe4bf6af2631502f86864df0c37b7cc18f7d
symbol(view returns (string)
LABORATORY
totalSupply(view returns (uint256)
1000
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _touint256[] _quantity
approve(address touint256 tokenId
mint(uint256 _quantity
mintPrivate(uint256 _quantitybytes32[] _proofpayable 
mintPublic(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setPrice(uint256 _price
setRoot(bytes32 _root
setSalePhase(uint8 _salePhase
setTokenUri(string _tokenUri
setWalletLimit(uint256 _walletLimit
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawFunds(
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 _tokenUri
Fallback and receive

This contract contains no fallback and receive objects.

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