Decal by tjo
Verified contract
Active on
Ethereum with 377 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 99 additional slots
Balances ($0.00)
No balances found for "Decal by tjo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21174093 | 19 days ago | | | 0 | 0.0014789363 | |
| 21003809 | a month ago | | | 0 | 0.00035187055 | |
| 20994253 | a month ago | | | 0 | 0.00091540488 | |
| 20831479 | 2 months ago | | | 0 | 0.00025441000 | |
| 20831479 | 2 months ago | | | 0 | 0.00025465720 | |
| 20604062 | 3 months ago | | | 0 | 0.000088444196 | |
| 20579231 | 3 months ago | | | 0 | 0.00015938885 | |
| 20574096 | 3 months ago | | | 0 | 0.000058811800 | |
| 20463672 | 4 months ago | | | 0 | 0.0012268723 | |
| 20463156 | 4 months ago | | | 0 | 0.0016166059 |
ABI
ABI objects
Getter at block 21309334
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY() view returns (uint256)
100
baseUri() view returns (string)
https://client-api.deca.systems/decal/metadata/3/
merkleRoot() view returns (bytes32)
0x5380c7b7ae81a58eb98d9c78de4a1fd7fd9535fc953ed2be602daaa41767312a
name() view returns (string)
Decal by tjo
owner() view returns (address)
0x70feeec90d37dc73d9ded8cfafd7ede3f697b70b
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)
grantRole(bytes32 role, address account)
mint(bytes32[] _merkleProof) returns (uint256)
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)
setBaseUri(string _newBaseUri)
setMerkleRoot(bytes32 _merkleRoot)
setOwnership(address _newOwner)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipSet(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)
This contract contains no fallback and receive objects.
AlreadyMinted()
CannotMintFromContract()
MaxSupplyReached()
ProofInvalidOrNotInAllowlist()