Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 99 additional slots
Balances ($0.00)
No balances found for "RCS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21115611 | a day ago | | | 0 | 0.00031616794 | |
| 21110578 | 2 days ago | | | 0 | 0.00015698171 | |
| 21103832 | 3 days ago | | | 0 | 0.00010913763 | |
| 21103666 | 3 days ago | | | 0 | 0.00013171858 | |
| 21103286 | 3 days ago | | | 0 | 0.00019524430 | |
| 21062900 | 8 days ago | | | 0 | 0.00022090864 | |
| 21057381 | 9 days ago | | | 0 | 0.00032883939 | |
| 21046659 | 11 days ago | | | 0 | 0.00014888773 | |
| 21046641 | 11 days ago | | | 0 | 0.00020295458 | |
| 21043148 | 11 days ago | | | 0 | 0.00061860905 |
ABI
ABI objects
Getter at block 21123466
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY() view returns (uint256)
1025
ONE_YEAR() view returns (uint256)
31536000
_attribute() view returns (string)
Position
_description() view returns (string)
An art experiment by XCOPY and Deca.
_name_() view returns (string)
Right Click Share #
attestationEnabled() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x7605aacda8d3b6f0345ac58196546cddcf4d8aeff6454276cf1825cbd450b4ab
name() view returns (string)
RCS
owner() view returns (address)
0x39cc9c86e67baf2129b80fe3414c397492ea8026
symbol() view returns (string)
RCS
totalSupply() view returns (uint256)
1025
Read-only
balanceOf(address owner) view returns (uint256)
colours(uint256) view returns (string)
expiryTime(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokensOfOwner(address _owner) view returns (uint256[])
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isAttested(uint256 tokenId_) view returns (bool)
magic(uint256) view returns (uint256)
minted(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
renderSVG(uint256 tokenId_) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId_) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
attestToken(uint256 tokenId_)
enableAttestation()
grantRole(bytes32 role, address account)
mint(bytes32[] _merkleProof) returns (uint256)
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)
setColor(uint256 index, string value)
setMerkleRoot(bytes32 merkleRoot_)
setMetadata(string name_, string description_, string attribute_)
setOwnership(address newOwner)
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)
Mint(uint256 indexed tokenId, address indexed minter)
OwnershipSet(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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string description_, string attribute_, address[] admins_)
This contract contains no fallback and receive objects.
AlreadyMinted()
AttestationIsNotEnabled()
CannotMintFromContract()
DoesNotOwnToken()
MaxSupplyReached()
NonexistentToken()
ProofInvalidOrNotInAllowlist()