Pet Rocks
Verified contract
Active on
Ethereum with 477 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15.39)
Native
Value
$15.39
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005 | $3,077.90 |
$15.39 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19203695 | 9 months ago | | | 0 | 0.0012841126 | |
| 19108795 | 10 months ago | | | 0 | 0.00022481065 | |
| 17531201 | a year ago | | | 0 | 0.00055559051 | |
| 17531195 | a year ago | | | 0 | 0.00057638194 | |
| 17530965 | a year ago | | | 0 | 0.00093381856 | |
| 17530964 | a year ago | | | 0 | 0.00098841176 | |
| 17530964 | a year ago | | | 0 | 0.00098841176 | |
| 17530964 | a year ago | | | 0 | 0.00098841176 | |
| 17530964 | a year ago | | | 0 | 0.00098841176 | |
| 17530964 | a year ago | | | 0 | 0.00098841176 |
ABI
ABI objects
Getter at block 21215035
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://ipfs.io/ipfs/QmSX6pZqHsBHb4bh9VEBkHxtBR3fr6HaZH9ee59KuG6LKB/
maxSupply() view returns (uint256)
450
name() view returns (string)
Pet Rocks
owner() view returns (address)
0x519ea90f272ffaa5d8dbbc2b54ed938c93713bfc
paused() view returns (bool)
false
price() view returns (uint256)
0
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
PR
totalSupply() view returns (uint256)
450
transactionLimit() view returns (uint256)
1
walletLimit() view returns (uint256)
1
Read-only
balanceOf(address owner) view returns (uint256)
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)
State-modifying
Events adoptPetRock(uint256 _amount) payable
approve(address to, uint256 tokenId)
devMint(uint256 quantity)
newbaseExtension(string newex)
pause(bool _state)
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_)
setPrice(uint256 _price)
setTransactionLimit(uint256 _limit)
setWalletLimit(uint256 _limit)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()