Decal by Studio Yorktown
Verified contract
Active on
Ethereum with 189 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 Studio Yorktown"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147559 | 11 days ago | | | 0 | 0.00039340043 | |
| 21070157 | 22 days ago | | | 0 | 0.00044739978 | |
| 20524058 | 3 months ago | | | 0 | 0.000072051255 | |
| 20305161 | 4 months ago | | | 0 | 0.00018476263 | |
| 20259604 | 4 months ago | | | 0 | 0.000048336000 | |
| 19665886 | 7 months ago | | | 0 | 0.00055323300 | |
| 19665845 | 7 months ago | | | 0 | 0.00052187025 | |
| 19100748 | 10 months ago | | | 0 | 0.00045093142 | |
| 19070364 | 10 months ago | | | 0 | 0.0015001269 | |
| 19056266 | 10 months ago | | | 0 | 0.00095868048 |
ABI
ABI objects
Getter at block 21225040
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY() view returns (uint256)
100
artist() view returns (address)
0xe0050f2a8aa898da5829c5f1a270315062c56d30
artistMaxSupply() view returns (uint256)
3
artistSupply() view returns (uint256)
3
artistSupplyRemaining() view returns (uint256)
0
baseUri() view returns (string)
https://client-api.deca.systems/decal/metadata/20/
isOperatorFilterRegistryRevoked() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x5380c7b7ae81a58eb98d9c78de4a1fd7fd9535fc953ed2be602daaa41767312a
name() view returns (string)
Decal by Studio Yorktown
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
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 operator, 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)
revokeOperatorFilterRegistry()
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)
updateOperatorFilterRegistryAddress(address newRegistry)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ArtistMinted(uint256 numberOfTokens, uint256 remainingArtistSupply)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OperatorFilterRegistryRevoked()
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()
InitialRegistryAddressCannotBeZeroAddress()
MaxArtistSupplyReached()
MaxPublicSupplyReached()
MaxSupplyReached()
NoArtist()
NotArtist()
NotOnAllowlist()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()