Collection

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xd29a360d at 15186083
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional variables

No balances found for "Collection"

No transactions found for "Collection"


Functions
Getter at block 20873624
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 recipientuint16 bps)
(recipient=0x0000000000000000000000000000000000000000, bps=0)
 
getInfo(view returns (uint256 _maxSupplyuint256 _totalSupplyuint256 _senderBalanceuint256 _preSalePriceuint256 _preSaleMaxMintPerWalletuint256 _preSaleAlreadyClaimedbool _preSaleActiveuint256 _publicSalePriceuint256 _publicSaleMaxMintPerTxbool _publicSaleActive)
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 ownerview returns (uint256)
filterUnlocked(uint256[] ticketTokenIdsview returns (uint256[])
getApproved(uint256 tokenIdview returns (address)
getRaribleV2Royalties(uint256 idview returns (struct LibPartPart[] result)
getRoleAdmin(bytes32 roleview returns (bytes32)
getTokenRoyaltyByIndex(uint256 indexview returns (struct IEIP2981RoyaltyOverrideTokenRoyaltyConfig)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
locked(uint256 tokenIdview returns (bool)
onPreSaleAllowList(address minterbytes32[] proofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 valueview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freezeMaxSupply(
freezeTokenURI(
grantRole(bytes32 roleaddress account
initialize(struct ERC721AFullFeaturedCollectionConfig configaddress deployer
lock(uint256 tokenId
lock(uint256[] tokenIds
lockProceedsRecipient(
mintByOwner(address touint256 count
mintByRole(address touint256 count
mintPreSale(uint256 countbytes32[] proofpayable 
mintPublicSale(address touint256 countpayable 
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowlistMerkleRoot(bytes32 newRoot
setApprovalForAll(address operatorbool 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 fromaddress touint256 tokenId
transferOwnership(address newOwner
unlock(uint256 tokenId
unlock(uint256[] tokenIds
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
DefaultRoyaltySet(address recipientuint16 bps
Initialized(uint8 version
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
TokenRoyaltyRemoved(uint256 tokenId
TokenRoyaltySet(uint256 tokenIdaddress recipientuint16 bps
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(struct ERC721AFullFeaturedCollectionConfig config
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(