Decal by AD_AD

Verified contract

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

No balances found for "Decal by AD_AD"

0xaae7b9aa82dc055795ba633023b615f61d53b5cba88bc07312cdc5ee28bc693a
0xa56a6e4f82bb297a85589473c6aec6d19c73fdfe1219bfb58d53a36cd6d5330e
0x2d77047debbe5b1a81e1f100c5da50b09dc8c2542e9175d2aed84dc28e90d96c
0x930ce5003cf5292e25885b23959322a475ad9bd32a3593531a12b705e792b78c
0x381fa9980ad0ae3343fd94965b79820fd7b3eb7b4dee29f01844cb12b0d9a0ff
0x077d40df995bc648499f7e5a4a543058893d57fdf44da86c568ab938bf5b7399
0xcdec1051492f7b93a92b077349b954d56ed14a7460ad6af34fe175901771a58e
0xdcdb67a9c84e0fd1cf4856cd128f20bb4b6d9250c302bba92e90c4594251b83e
0xf6487c6983b203bbef740a51796c21792f6fdff1b2b4c5a147ef00763bdfdf4c
0x41829462f3074b49f9960673a010fa756f6b664fbbd60fea991793f71e95a0f7

Functions
Getter at block 21093987
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY(view returns (uint256)
100
artist(view returns (address)
0x2b6f3817ba1a643bdcf9de0112cf5382cbc6f442
artistMaxSupply(view returns (uint256)
5
artistSupply(view returns (uint256)
5
artistSupplyRemaining(view returns (uint256)
0
baseUri(view returns (string)
https://client-api.deca.systems/decal/metadata/14/
merkleRoot(view returns (bytes32)
0x5380c7b7ae81a58eb98d9c78de4a1fd7fd9535fc953ed2be602daaa41767312a
name(view returns (string)
Decal by AD_AD
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 account
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
AlreadyMinted(
CannotMintFromContract(
CannotMintZero(
MaxArtistSupplyReached(
MaxPublicSupplyReached(
MaxSupplyReached(
NoArtist(
NotArtist(
NotOnAllowlist(