Decal by the Community

Verified contract

Active on Ethereum with 160 txns
Deployed by via 0xc3e32d21 at 19216027
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Decal by the Community"

0xb9d570cdb3f5fafd8fac3b557b42623661299ef0283aa4fbb1f7ce1921d0d992
0x7bcc8b3b651e2bd27e963c4cf8bb77863eebf4acf72944c8babc940627064598
From
0x4b07dc0c1eba717ce828faa6d7f9004550b42d0acd55f38e34080d223c03b070
0x3737fc37df1cf2521fc93897cd103585bf74239aa3a7ccd69cf07c15d1ec45d7
0xc8fcc2e8cedefe652a9625653db30851e33518748c85cbb1716407d305139a12
0x51dcb9e3aa6e922b6b3b114ed2b813c892cd4681a186f3ea49bd47066eede748
0x79ee3e206fed8f108339f3abadfe1b548d030c26136dd099a6a1fb27c4d41e0d
0xf07642b957670864fdac2c774779c2cedea7c2085f523054cb8d1c121f78aae5
0x1669f358ff412068e94bc53fef0a8c7c444bac6b4c489f53c92bbac7f10a2d4f
0x0f69a7d16b02b0393c333846f140b21f0e741b92686f311adf8b21d8b12d1a57

Functions
Getter at block 21317724
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY(view returns (uint256)
100
artist(view returns (address)
0xad37805e0a724e2c334acf49d255a0a35b76fe7c
artistMaxSupply(view returns (uint256)
1
artistSupply(view returns (uint256)
1
artistSupplyRemaining(view returns (uint256)
0
baseUri(view returns (string)
https://client-api.deca.systems/decal/metadata/31/
merkleRoot(view returns (bytes32)
0x10a7a8279d0159f025969558e291b1930149ffa4ad62e831ced34239d2d67c4d
name(view returns (string)
Decal by the Community
owner(view returns (address)
0x70feeec90d37dc73d9ded8cfafd7ede3f697b70b
publicSupplyRemaining(view returns (uint256)
0
symbol(view returns (string)
DECAL
totalSupply(view returns (uint256)
100
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getTokensOfOwner(address owner_view returns (uint256[])
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
minted(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
artistMint(uint256 _numberOfTokens
artistMintForAdmin(uint256 _numberOfTokens
grantRole(bytes32 roleaddress account
mint(bytes32[] _merkleProofreturns (uint256 tokenId)
renounceOwnership(
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setArtist(address _artist
setArtistMaxSupply(uint256 _artistMaxSupply
setBaseUri(string _newBaseUri
setMerkleRoot(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ArtistMinted(uint256 numberOfTokensuint256 remainingArtistSupply
OwnershipTransferred(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 _baseUriaddress[] _adminsuint256 _artistMaxSupplyaddress _artist
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AlreadyMinted(
CannotMintZero(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
MaxArtistSupplyReached(
MaxPublicSupplyReached(
MaxSupplyReached(
NoArtist(
NotArtist(
NotOnAllowlist(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(