RCS

Verified contract

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

0x652a223de95849cf6a45599539f2a13c6445647a94133e8c143b314dcde42f02
0x8c5ba0e877863d8480af6b1b26b55bcaa4f35792f4546227858a7b588093e092
0xbb6523fb167541fcef996c6e3129102ae7e8d7383313e60f7452727251210568
0x85d1d0fc4452606a42d7d6ce29593ebf3cb3bdb6beaf48d82f7c980d6f32f395
0xa4f9d6eeb26511b34ce158b833d72c9e5ad1212a4a42c3405dfb554aa0742bfc
0xf5ad1ec552d8086b9595f16dc74d8ebb910f50771b28f7984443d9aa1ba13293
From
0x909a35c3780ca8ccd34deb4dbcda18c5f63ae394e263d5115dfed7e390a8e4f5
From
0x172ba0b6554099ab209c97346e302c683b37a39760ddee0e80c4b06e3b5b9152
0x5d24055bc09a42cd1c468ebc689a5456186ae7a1cccb7ec8bfeeeb8e2f1f8029
0x0fadc54bef0a9589d012e40f5eb8f2a8ae2bafc932b3e369c5df784e1108e8a7

Functions
Getter at block 21320573
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(