RCS

Verified contract

Active on Ethereum with 6,451 txns
Deployed by via 0x7c8a642d at 14879285
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 99 additional slots

No balances found for "RCS"

0x304d68ea479c53e8baf57ce9d831b0a55f5a0c0008c61699ef3712e91f145feb
0x57941ab7a6a4a376e9e0a85ff47f98ec7cc3e9936702d404aff73897466a35d9
0x8f514d3d652ced0f7166ff487338be8afc26123e9e6a13eed742ea428f3fefbd
0x4e30179098506010c51b53519c397d719dd45f3262ba1f50df40be4546c6bb87
0x9ed8ea6347f9cb66de38c288284a4407b908986ad0393030fb234c7f346a5219
0x0c264a30239f222bba3585b17cc2876ddb36a33313e9e572de852a1603c1caf1
0x80baf46391300188b40f4e35fee53bea62e1d34a905e0b3e79ede369d9dec36f
0xe71286d501dbfc620e43ff3bcd70a180f669a6516cce8ab54ec4e2bfd626684a
0x92edc16eef21476cb764f44b5861dc07917ee2f103e6aeabda07687be8d4b83b
0x236005b680bfbcefaa5132080dca4f8dadc071d557c3e88d9a3b24ada0a046b1

Functions
Getter at block 20867455
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 ownerview returns (uint256)
colours(uint256view returns (string)
expiryTime(uint256view returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getTokensOfOwner(address _ownerview returns (uint256[])
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isAttested(uint256 tokenId_view returns (bool)
magic(uint256view returns (uint256)
minted(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
renderSVG(uint256 tokenId_view returns (string)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenId_view returns (string)
State-modifying
approve(address touint256 tokenId
attestToken(uint256 tokenId_
enableAttestation(
grantRole(bytes32 roleaddress account
mint(bytes32[] _merkleProofreturns (uint256)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setColor(uint256 indexstring value
setMerkleRoot(bytes32 merkleRoot_
setMetadata(string name_string description_string attribute_
setOwnership(address newOwner
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Mint(uint256 indexed tokenIdaddress indexed minter
OwnershipSet(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string name_string description_string attribute_address[] admins_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyMinted(
AttestationIsNotEnabled(
CannotMintFromContract(
DoesNotOwnToken(
MaxSupplyReached(
NonexistentToken(
ProofInvalidOrNotInAllowlist(