HiPrecious
Verified contract
Active on
Ethereum with 442 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20730709 | 3 months ago | | | 0 | 0.000039957265 | |
| 20529395 | 4 months ago | | | 0 | 0.00017834758 | |
| 20492100 | 4 months ago | | | 0 | 0.00014358753 | |
| 20479181 | 4 months ago | | | 0 | 0.00016252566 | |
| 18622544 | a year ago | | | 0 | 0.00079768002 | |
| 18620824 | a year ago | | | 0 | 0.00073796926 | |
| 17851549 | a year ago | | | 0 | 0.00034881554 | |
| 17851543 | a year ago | | | 0 | 0.00028015316 | |
| 16821858 | 2 years ago | | | 0 | 0.00050030316 | |
| 16683031 | 2 years ago | | | 0 | 0.00050084091 |
ABI
ABI objects
Getter at block 21309456
NAME() view returns (string)
HiPrecious
SYMBOL() view returns (string)
HIP
cresusAddress() view returns (address)
0xd3da913706bbf58fafceb778b84f58add5cd8de6
daVinciAddress() view returns (address)
0xd3da913706bbf58fafceb778b84f58add5cd8de6
implementsERC721() pure returns (bool)
true
name() pure returns (string)
HiPrecious
symbol() pure returns (string)
HIP
totalSupply() view returns (uint256 total)
210
Read-only
balanceOf(address _owner) view returns (uint256 balance)
getCollection(uint256 _collectionId) view returns (uint256 id, string collectionName, uint256[] editionIds)
getEdition(uint256 _editionId) view returns (uint256 id, string editionName, uint256 worldQuantity, uint256[] preciousIds)
getPrecious(uint256 _tokenId) view returns (string preciousName, uint256 number, uint256 editionId, uint256 collectionId, address owner)
ownerOf(uint256 _tokenId) view returns (address owner)
preciousIndexToApproved(uint256) view returns (address)
preciousIndexToOwner(uint256) view returns (address)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
createContractCollection(string _name)
createContractEditionForCollection(string _name, uint256 _collectionId, uint256 _worldQuantity)
createContractPreciousForEdition(address _to, uint256 _editionId, string _tokenURI)
payout(address _to)
setCresus(address _newCresus)
setDaVinci(address _newDaVinci)
setTokenURI(uint256 _tokenId, string newURI)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Birth(uint256 tokenId, string name, address owner)
Transfer(address from, address to, uint256 tokenId)
constructor()
fallback()
This contract contains no error objects.