Decal by the Community
Verified contract
Active on
Ethereum with 160 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Decal by the Community"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153166 | 23 days ago | | | 0 | 0.00049551451 | |
| 21104369 | a month ago | | | 0 | 0.00023815272 | |
| 21090197 | a month ago | | | 0 | 0.00025358049 | |
| 21035237 | a month ago | | | 0 | 0.00050315349 | |
| 21018138 | a month ago | | | 0 | 0.00024048260 | |
| 20884336 | 2 months ago | | | 0 | 0.00032295422 | |
| 20752255 | 3 months ago | | | 0 | 0.000049085521 | |
| 20684403 | 3 months ago | | | 0 | 0.00015114818 | |
| 20651800 | 3 months ago | | | 0 | 0.000037024972 | |
| 20351599 | 4 months ago | | | 0 | 0.00014807563 |
ABI
ABI objects
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 owner) 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)
minted(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
artistMint(uint256 _numberOfTokens)
artistMintForAdmin(uint256 _numberOfTokens)
grantRole(bytes32 role, address account)
mint(bytes32[] _merkleProof) returns (uint256 tokenId)
renounceOwnership()
renounceRole(bytes32 role, address callerConfirmation)
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)
setArtist(address _artist)
setArtistMaxSupply(uint256 _artistMaxSupply)
setBaseUri(string _newBaseUri)
setMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ArtistMinted(uint256 numberOfTokens, uint256 remainingArtistSupply)
OwnershipTransferred(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 _baseUri, address[] _admins, uint256 _artistMaxSupply, address _artist)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AlreadyMinted()
CannotMintZero()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 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()