Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRO | ERC-20 | 2.5 | $1.26 |
$3.15 | |
DEGEN | ERC-20 | 23.826987 | $0.018819 |
$0.45 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.1 | |
AIINU | ERC-20 | 1 | $0.020883 |
$0.02 | |
USA | ERC-20 | 1 | $0.000767 |
$0 | |
BOOMER | ERC-20 | 0.069 | $0.010736 |
$0 | |
RIKY | ERC-20 | 0.99 | $0.000176 |
$0 | |
Boe | ERC-20 | 0.69 | $0.00016 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22736207 | 7 hours ago | | | 0 | 1.8936651e-7 | |
| 22723529 | 14 hours ago | | | 0 | 0.000000066710204088 | |
| 22723084 | 15 hours ago | | | 0 | 0.000000202484875292 | |
| 22722228 | 15 hours ago | | | 0 | 2.2001431e-7 | |
| 22715375 | 19 hours ago | | | 0 | 4.3871110e-7 | |
| 22710946 | 21 hours ago | | | 0 | 0.0000033584127 | |
| 22710840 | 21 hours ago | | | 0 | 0.0000034296951 | |
| 22710780 | 21 hours ago | | | 0 | 0.0000036611432 | |
| 22710136 | a day ago | | | 0 | 0.0000033584127 | |
| 22710113 | a day ago | | | 0 | 0.0000033405921 |
ABI
ABI objects
Getter at block 22749313
CONTRACT_URI_UPDATER_ROLE() view returns (bytes32)
0xa9268e694ac7275a7b48347399b83305791087d40fd36a11330099e5e322b4cd
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
METADATA_LOCKER_ROLE() view returns (bytes32)
0x0af1a227e20c738dadfc76971d0d110fd4b320a2b47db610f169242cda7cbd7e
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
TIER_UPDATER_ROLE() view returns (bytes32)
0xd01027b8b8f7adf2290189994849f6d73457160fa0538540fe521c4e0c13239d
TOKEN_URI_UPDATER_ROLE() view returns (bytes32)
0xd610886bde7b9b3561f4ecdece11096467246c56f3a9958246e8d8b56500f923
contractURI() view returns (string)
name() view returns (string)
PropyKeys
owner() view returns (address)
0x48608159077516afe77a04ebc0448ec32e6670c1
symbol() view returns (string)
pKEY
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)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenInfo(uint256 _tokenId) view returns (struct PropyClaimAddressV1Token)
tokenTier(uint256 _tokenId) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
lockMetadata(uint256 _tokenId)
mint(address _to, string _tokenURI)
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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlockMetadata(uint256 _tokenId)
updateContractURI(string _contractURI)
updateTokenNameAndSymbol(string _tokenName, string _tokenSymbol)
updateTokenTier(uint256 _tokenId, uint256 _tokenTier)
updateTokenTierAndURI(uint256 _tokenId, uint256 _tokenTier, string _tokenURI)
updateTokenURI(uint256 _tokenId, string _tokenURI)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ContractURIUpdated(string indexed contractURI)
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)
TokenMetadataLocked(uint256 indexed tokenId)
TokenMetadataUnlocked(uint256 indexed tokenId)
TokenMinted(uint256 indexed tokenId, uint256 indexed tokenTier, string indexed tokenURI)
TokenTierUpdated(uint256 indexed tokenId, uint256 indexed tokenTier, string indexed tokenURI)
TokenURIUpdated(uint256 indexed tokenId, uint256 indexed tokenTier, string indexed tokenURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _roleAdmin, string _tokenName, string _tokenSymbol, string _contractURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.