RealVisionProCryptoGenesis
Verified contract
Active on
Ethereum with 6,909 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#12146720324632793899) | RVPCG | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21411867 | 3 days ago | | | 0 | 0.00087331227 | |
| 21406100 | 3 days ago | | | 0 | 0.00026157655 | |
| 21403683 | 4 days ago | | | 0 | 0.00049929656 | |
| 21401272 | 4 days ago | | | 0 | 0.00053993234 | |
| 21393888 | 5 days ago | | | 0 | 0.00059186015 | |
| 21393869 | 5 days ago | | | 0 | 0.00072506215 | |
| 21393844 | 5 days ago | | | 0 | 0.0011106964 | |
| 21393416 | 5 days ago | | | 0 | 0.00060795904 | |
| 21380297 | 7 days ago | | | 0 | 0.0015369227 | |
| 21375710 | 8 days ago | | | 0 | 0.00072468083 |
ABI
ABI objects
Getter at block 21430971
AreURIsForeverFrozen() view returns (bool)
false
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
METADATA_FREEZER_ROLE() view returns (bytes32)
0x95de18ea82670e9ce57214120c1cb23f6fa0c60e13eb7b5b09df06345163ed65
METADATA_UPDATER_ROLE() view returns (bytes32)
0x7f5260842512b02356ff92de24be96e7e1aac2e234d9371b076ac2b4cddda61e
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
MINT_SIGNING_ROLE() view returns (bytes32)
0xc9508410bfaa58ec74f50cbc9a5a670768be39a567fb4405d57667042ad367e3
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
ROYALTY_SETTING_ROLE() view returns (bytes32)
0x9c81316a7649676dc8f158fdf85ae0ee3f978748af0e7356559dfe5fd1504d8b
URI_SIGNING_ROLE() view returns (bytes32)
0xc7b18b498a11ca60f08aa692fe3f9d34182ecde6cd3a30b262d48da0d91f4ef8
contractURI() view returns (string)
https://pcea.nft.realvision.com/json/collection.json
name() view returns (string)
RealVisionProCryptoGenesis
numTokensMinted() view returns (uint16)
3731
owner() view returns (address)
0xcbfccaa1935a6641347377e5031f955aeecfa6f9
paused() view returns (bool)
false
symbol() view returns (string)
RVPCG
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
deleteCustomTokenURI(uint256 tokenId)
freezeURIsForever()
grantRole(bytes32 role, address account)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeMint(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setContractURI(string newContractURI)
setCustomTokenURI(uint256 tokenId, string newTokenURI)
setHonoraryOwner(address honoraryOwner)
setRoyaltyAmountInBips(uint16 newRoyaltyInBips)
setRoyaltyDestination(address newRoyaltyDestination)
signatureBasedSafeMint(address to, uint256 tokenId, bytes signature)
signatureBasedSetTokenURI(uint256 tokenId, string newTokenURI, bytes signature)
transferFrom(address from, address to, uint256 tokenId)
unpause()
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)
Paused(address account)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol, string domain, string version, string baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.