The Digital Pets Company
Verified contract
Active on
Ethereum with 1,551 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 "The Digital Pets Company"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21058755 | 3 days ago | | | 0 | 0.00017355600 | |
| 21058752 | 3 days ago | | | 0 | 0.00032022288 | |
| 20490875 | 3 months ago | | | 0 | 0.00012138873 | |
| 20284831 | 4 months ago | | | 0 | 0.00026628529 | |
| 19622187 | 7 months ago | | | 0 | 0.00068292097 | |
| 19508762 | 7 months ago | | | 0 | 0.00073040233 | |
| 19347415 | 8 months ago | | | 0 | 0.0024515101 | |
| 18950591 | 10 months ago | | | 0 | 0.00038718016 | |
| 18823967 | 10 months ago | | | 0 | 0.0015440569 | |
| 18802182 | 10 months ago | | | 0 | 0.00080602485 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(address[] _to, uint256[] _quantity)
approve(address to, uint256 tokenId)
mint(uint256 _quantity)
mintPrivate(uint256 _quantity, bytes32[] _proof) payable
mintPublic(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 _price)
setRoot(bytes32 _root)
setSalePhase(uint8 _salePhase)
setTokenUri(string _tokenUri)
setWalletLimit(uint256 _walletLimit)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()