Archives collection
Verified contract
Proxy
Active on
Ethereum with 27 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Archives collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19828171 | 6 months ago | | | 0 | 0.00075071363 | |
| 19828167 | 6 months ago | | | 0 | 0.00077431469 | |
| 19827869 | 6 months ago | | | 0 | 0.00083130024 | |
| 19827864 | 6 months ago | | | 0 | 0.00089604574 | |
| 18359012 | a year ago | | | 0 | 0.00020971998 | |
| 18358993 | a year ago | | | 0 | 0.00020324616 | |
| 18142648 | a year ago | | | 0 | 0.00083637868 | |
| 18140863 | a year ago | | | 0 | 0.0017892664 | |
| 18041417 | a year ago | | | 0 | 0.0024348945 | |
| 18028382 | a year ago | | | 0 | 0.0075108281 |
ABI
ABI objects
Getter at block 21223331
name() view returns (string)
Archives collection
symbol() view returns (string)
ARCLV
totalSupply() view returns (uint256)
9
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _id) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getRecipients(uint256 _tokenId) view returns (struct ERC2981NSovreignRecipient[])
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 recipient, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
grantRole(bytes32 role, address account)
initialize(bytes _data)
mint(bytes32 _tokenURI, uint24 royaltyBps_, uint24[] recipientsBps_, address[] royaltyRecipients_)
mintAndTransfer(address _to, bytes32 _tokenURI, uint24 royaltyBps_, uint24[] recipientsBps_, address[] royaltyRecipients_, bytes _data)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setRoyaltyInfo(uint256 tokenId_, uint24 royaltyBps_, uint24[] recipientsBps_, address[] royaltyRecipients_)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
RoleAdminChanged(bytes32 role, bytes32 previousAdminRole, bytes32 newAdminRole)
RoleGranted(bytes32 role, address account, address sender)
RoleRevoked(bytes32 role, address account, address sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.