Decal by AD_AD
Verified contract
Active on
Ethereum with 232 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 AD_AD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20998020 | 13 days ago | | | 0 | 0.00039311270 | |
| 20996999 | 14 days ago | | | 0 | 0.00037965478 | |
| 20994216 | 14 days ago | | | 0 | 0.0010138939 | |
| 20952398 | 20 days ago | | | 0 | 0.00038985739 | |
| 20684354 | 2 months ago | | | 0 | 0.00014345142 | |
| 20578950 | 2 months ago | | | 0 | 0.00011150888 | |
| 20268479 | 4 months ago | | | 0 | 0.00013338794 | |
| 20145766 | 4 months ago | | | 0 | 0.00011739874 | |
| 19672194 | 7 months ago | | | 0 | 0.00018637908 | |
| 18732912 | a year ago | | | 0 | 0.0016448577 |
ABI
ABI objects
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 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 account)
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.
AlreadyMinted()
CannotMintFromContract()
CannotMintZero()
MaxArtistSupplyReached()
MaxPublicSupplyReached()
MaxSupplyReached()
NoArtist()
NotArtist()
NotOnAllowlist()