Pet
Verified contract
Proxy
Active on
Ethereum with 153 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#29932719953915846492750081) | PET | ERC-721 | 1 | -- | -- |
(#29932719953701731360047361) | PET | ERC-721 | 1 | -- | -- |
(#29932719953401351514358017) | PET | ERC-721 | 1 | -- | -- |
(#29932719953332543851135233) | PET | ERC-721 | 1 | -- | -- |
(#29932719953331049452994817) | PET | ERC-721 | 1 | -- | -- |
(#29932719953264399748432129) | PET | ERC-721 | 1 | -- | -- |
(#29932719953263073033191681) | PET | ERC-721 | 1 | -- | -- |
(#29932719953110785870201089) | PET | ERC-721 | 1 | -- | -- |
(#29932719953044771153969409) | PET | ERC-721 | 1 | -- | -- |
(#29932719953039665343234305) | PET | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20762095 | 2 months ago | | | 0 | 0.00054983308 | |
| 20762094 | 2 months ago | | | 0 | 0.00087610904 | |
| 20694245 | 2 months ago | | | 0 | 0.00046006967 | |
| 20493685 | 3 months ago | | | 0 | 0.00090919988 | |
| 20480705 | 3 months ago | | | 0 | 0.00026057077 | |
| 20479837 | 3 months ago | | | 0 | 0.00015962603 | |
| 20441115 | 3 months ago | | | 0 | 0.00037391376 | |
| 20170636 | 5 months ago | | | 0 | 0.00056128824 | |
| 19942395 | 6 months ago | | | 0 | 0.00046171132 | |
| 19836126 | 6 months ago | | | 0 | 0.00025621695 |
ABI
ABI objects
Getter at block 21158564
CLONER_ROLE() view returns (bytes32)
0x6857e419e8b269dc8dab45354d35c4655bcf3ccaac9a506b459c9b706445a8ae
CUSTODIAN_ROLE() view returns (bytes32)
0xe28434228950b641dbbc0178de89daa359a87c6ee0d8399aeace52a98fe902b9
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
baseURI() view returns (string)
https://storage.petaverse.com/pets/
imx() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Pet
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0xc06710728aaa2992aaec67fdaaa66afe7ddd0f4a
symbol() view returns (string)
PET
totalSupply() view returns (uint256)
7764
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isClone(uint256 _tokenId) view returns (bool)
isCustodial(address _account) view returns (bool)
onERC721Received(address, address, uint256, bytes) view returns (bytes4)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address operator, uint256 tokenId)
bulkTransferFrom(address[] _froms, address[] _tos, uint256[] _tokenIds)
bulkTransferFromCustodials(address[] _froms, address[] _tos, uint256[] _tokenIds, bool[] _custodials)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(string _uri)
mintFor(address _to, uint256 _quantity, bytes _blob)
mintTo(address _to, uint256 _tokenId, bool _custodial, bool _clone)
mintToContract(uint256 _tokenId)
multiMintTo(address[] _tos, uint256[] _tokenIds, bool _custodial, bool _clone)
multiMintToContract(uint256[] _tokenIds)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setApprovalForAllCustodial(address owner, address operator, bool approved)
setBaseURI(string _uri)
setClone(uint256 _tokenId, bool _clone)
setCustodial(address _account, bool _status)
setIMX(address _imx)
setRoyaltyInfo(address _royaltyReceiver, uint96 _royaltyNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURISet(address indexed who)
CloneSet(uint256 tokenId, bool clone, address indexed who)
CustodialSet(address account, bool status, address indexed who)
IMXSet(address indexed who, address indexed imx)
Initialized(uint8 version)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
RoyaltyInfoSet(address royaltyReceiver, uint256 royaltyNumerator)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
OnlyOwner()
OperatorNotAllowed(address operator)