RELICS
Verified contract
Proxy
Active on
Ethereum with 1,877 txns
Unified storage
Map
Table
Raw
Constants and immutables
10
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 3 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "RELICS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20832085 | 2 months ago | | | 0 | 0.00070380338 | |
| 20185398 | 5 months ago | | | 0 | 0.00063881415 | |
| 20185373 | 5 months ago | | | 0 | 0.00067604335 | |
| 20021500 | 5 months ago | | | 0 | 0.00045675463 | |
| 19936977 | 6 months ago | | | 0 | 0.00032343736 | |
| 19874718 | 6 months ago | | | 0 | 0.00020125350 | |
| 19352283 | 8 months ago | | | 0 | 0.0041188034 | |
| 19178747 | 9 months ago | | | 0 | 0.0032028106 | |
| 19074978 | 10 months ago | | | 0 | 0.00024026037 | |
| 18936933 | 10 months ago | | | 0 | 0.00089478388 |
ABI
ABI objects
Getter at block 21200409
baseURI() view returns (string)
https://arweave.net/
getCollectionCount() view returns (uint256)
2
name() view returns (string)
RELICS
symbol() view returns (string)
RELICS
totalSupply() view returns (uint256)
1119
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCollectionInfo(uint256 cID) view returns (string)
getFeeBps(uint256 tokenId) view returns (uint256[])
getFeeRecipients(uint256 tokenId) view returns (address[])
getLicense(uint256 cID, uint256 versionNumber) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
mintPassClaimed(uint256 cID, uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
remainingTokens(uint256 cID) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address recipient, uint256 amount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
getCollectionInfo(uint256 cID) view returns (string)
getCurrentLicense(uint256 cID) view returns (string)
getFeeBps(uint256 tokenId) view returns (uint256[])
getFeeRecipients(uint256 tokenId) view returns (address[])
getLicense(uint256 cID, uint256 versionNumber) view returns (string)
mintPassClaimed(uint256 cID, uint256 tokenId) view returns (bool)
remainingTokens(uint256 cID) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address recipient, uint256 amount)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addNewLicense(uint256 cID, string _license)
addVersion(uint256 cID, uint256 collectibleId, string asset)
approve(address to, uint256 tokenId)
bulkAddCollectible(uint256 cID, string[][] _coreData, uint16[] _editions, string[][] _assets, struct LibPackStorageMetadataStore[][] _metadataValues, struct LibPackStorageFee[][] _fees)
bulkMintPack(uint256 cID, uint256 amount) payable
createNewCollection(string _baseURI, bool _editioned, uint256[] _initParams, string[] _metadataKeys, string _licenseURI, address _mintPass, uint256 _mintPassDuration, bool[] _mintPassParams)
mintPack(uint256 cID, uint256 mintPassTokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferDAOownership(address _daoAddress)
transferFrom(address from, address to, uint256 tokenId)
updateMetadata(uint256 cID, uint256 collectibleId, uint256 propertyIndex, string value)
withdraw(address _to, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
LogAddCollectible(uint256 cID, string title)
LogAddNewLicense(uint256 cID, string license)
LogAddVersion(uint256 cID, uint256 collectibleId, string asset)
LogCreateNewCollection(uint256 index)
LogMintPack(address minter, uint256 tokenID)
LogUpdateMetadata(uint256 cID, uint256 collectibleId, uint256 propertyIndex, string value)
LogUpdateVersion(uint256 cID, uint256 collectibleId, uint256 versionNumber)
constructor(string name, string symbol, string _baseURI, bool _editioned, uint256[] _initParams, string[] _metadataKeys, string _licenseURI, address _mintPass, uint256 _mintPassDuration, bool[] _mintPassParams)
This contract contains no fallback and receive objects.
This contract contains no error objects.