Collection
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
19
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional
variables
Balances ($0.00)
No balances found for "Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Collection"
ABI
ABI objects
Getter at block 21222821 getInfo() view returns (uint256 _maxSupply, uint256 _totalSupply, uint256 _senderBalance, uint256 _preSalePrice, uint256 _preSaleMaxMintPerWallet, uint256 _preSaleAlreadyClaimed, bool _preSaleActive, uint256 _publicSalePrice, uint256 _publicSaleMaxMintPerTx, bool _publicSaleActive)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LOCKER_ROLE() view returns (bytes32)
0xaf9a8bb3cbd6b84fbccefa71ff73e26e798553c6914585a84886212a46a90279
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
_trustedForwarder() view returns (address)
0x0000000000000000000000000000000000000000
contractURI() view returns (string)
ipfs://contractURI
defaultRoyalty() view returns (address recipient, uint16 bps)
(recipient=0x0000000000000000000000000000000000000000, bps=0)
getTokenRoyaltiesCount() view returns (uint256)
0
hasRoleBasedLockableExtension() view returns (bool)
true
maxSupply() view returns (uint256)
0
maxSupplyFrozen() view returns (bool)
false
name() view returns (string)
Collection
owner() view returns (address)
0xb68d649f181bde8a8fee367535a606cc3c09fccd
placeholderURI() view returns (string)
ipfs://placeholderURI
preSaleAllowlistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
preSaleMaxMintPerWallet() view returns (uint256)
0
preSalePrice() view returns (uint256)
0
preSaleStatus() view returns (bool)
false
proceedsRecipient() view returns (address)
0x0000000000000000000000000000000000000000
proceedsRecipientLocked() view returns (bool)
false
publicSaleMaxMintPerTx() view returns (uint256)
10
publicSalePrice() view returns (uint256)
0
publicSaleStatus() view returns (bool)
false
symbol() view returns (string)
COL
tokenURIFrozen() view returns (bool)
false
tokenURIPrefix() view returns (string)
ipfs://tokenURIPrefix/
tokenURISuffix() view returns (string)
.json
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
filterUnlocked(uint256[] ticketTokenIds) view returns (uint256[])
getApproved(uint256 tokenId) view returns (address)
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[] result)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokenRoyaltyByIndex(uint256 index) view returns (struct IEIP2981RoyaltyOverrideTokenRoyaltyConfig)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
locked(uint256 tokenId) view returns (bool)
onPreSaleAllowList(address minter, bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freezeMaxSupply()
freezeTokenURI()
grantRole(bytes32 role, address account)
initialize(struct ERC721AFullFeaturedCollectionConfig config, address deployer)
lock(uint256 tokenId)
lock(uint256[] tokenIds)
lockProceedsRecipient()
mintByOwner(address to, uint256 count)
mintByRole(address to, uint256 count)
mintPreSale(uint256 count, bytes32[] proof) payable
mintPublicSale(address to, uint256 count) payable
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)
setAllowlistMerkleRoot(bytes32 newRoot)
setApprovalForAll(address operator, bool approved)
setContractURI(string newValue)
setDefaultRoyalty(struct IEIP2981RoyaltyOverrideTokenRoyalty royalty)
setMaxSupply(uint256 newValue)
setOpenSeaExchangeAddress(address addr)
setOpenSeaProxyRegistryAddress(address addr)
setPlaceholderURI(string newValue)
setPreSaleMaxMintPerWallet(uint256 newValue)
setPreSalePrice(uint256 newValue)
setProceedsRecipient(address _proceedsRecipient)
setPublicSaleMaxMintPerTx(uint256 newValue)
setPublicSalePrice(uint256 newValue)
setTokenRoyalties(struct IEIP2981RoyaltyOverrideTokenRoyaltyConfig[] royaltyConfigs)
setTokenURIPrefix(string newValue)
setTokenURISuffix(string newValue)
setTrustedForwarder(address trustedForwarder)
togglePreSaleStatus(bool isActive)
togglePublicSaleStatus(bool isActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlock(uint256 tokenId)
unlock(uint256[] tokenIds)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
DefaultRoyaltySet(address recipient, uint16 bps)
Initialized(uint8 version)
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)
TokenRoyaltyRemoved(uint256 tokenId)
TokenRoyaltySet(uint256 tokenId, address recipient, uint16 bps)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(struct ERC721AFullFeaturedCollectionConfig config)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()