RCS

Verified contract

Active on Ethereum with 6,603 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"

0xa69bc201de501d5fbecc64280a5e851e67652db9d9f2a1916f31c252b11c9c81
0xfc7e1eb155e953687adac6fc44e46afdb928a543168405498c7aeaa43d93e5c5
0x4f580139f2e02827ec0a8c98c259806ecef11615eb187fa859a6e596325d041d
0x648abd020823ae3d938325fa83b5c04204dd4d0ba015c55bb9b8ab1dc304dfd0
0x87aba9113a433fbc18f931225e2bb13054daf960e8d4d6e9ee2b23996baa68f7
0x97b33daab07220b9bb829053c4680a5e264befbf9294e6795478956587d51847
0x5be1d248d54eb3ae31258776dfe5d21586b3d648faa8e258f3ec74e6ccc24b3a
0xccc9d9665aa7817a0925d2e133f6720ff48bc12a36d88c137882819dcd51bacf
From
0x8c60b8464ca6884fb29403f7d34ee396b15c0151a0a8163b146b7d01580e104d
0xc04cb9de8bbd5ce3066d3b18a583bc18447e611d9f793223940fda04cf7b68c6

Functions
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 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(