Decal by Studio Yorktown

Verified contract

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

No balances found for "Decal by Studio Yorktown"

0x479063f2bfafe5eac530f8223a633647c5579652eac1aca8352880142ddd83ab
0x01fa6bb244ed086191b70ac6db35c54337e78ab2f3ffd7f20a90cb12b42c964e
0x157b20a9b8a87f72bb4734e681ead2519c8f9aa68c77d588a994529cfd6d4f59
0x4882ad620f048cf73993f5cc7ee577d38fee21dec35a56c1651314bf7676281c
0xae5cf17b090ecdc0f45a64f2d6941a25728209a6935470330ca309bf9c43b6d8
0x54452b3e7c9c618008a0a6bb19171ed077919ad0c3585b4dae651ea14d3ea144
0x8f37674ba132a0130ab293a63a178e7ad579b611ddf1eb20326eb94eae8f36f5
0xa2bbfdebfab499533409a7c92dcaafa86fa6a6dced6c6036ca20f69c128cebfd
0x8aa501fb3cbcac8bfe4464fc7f00aedb91b95da324bbd7db573e93081c8bbbca
From
0xd53698e5c16a8db771efec79aa874da26e4038f7c8c4929afdc1ecb7c3070642

Functions
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 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 operatoruint256 tokenId
artistMint(uint256 _numberOfTokens
artistMintForAdmin(uint256 _numberOfTokens
grantRole(bytes32 roleaddress account
mint(bytes32[] _merkleProofreturns (uint256 tokenId)
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeOperatorFilterRegistry(
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
updateOperatorFilterRegistryAddress(address newRegistry
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ArtistMinted(uint256 numberOfTokensuint256 remainingArtistSupply
OperatorFilterRegistryAddressUpdated(address newRegistry
OperatorFilterRegistryRevoked(
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(
InitialRegistryAddressCannotBeZeroAddress(
MaxArtistSupplyReached(
MaxPublicSupplyReached(
MaxSupplyReached(
NoArtist(
NotArtist(
NotOnAllowlist(
OnlyOwner(
OperatorNotAllowed(address operator
RegistryHasBeenRevoked(