Collection

Verified contract

Implementation

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

No balances found for "Collection"

No transactions found for "Collection"


Functions
Getter at block 21277616
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)
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
reservedMints(view returns (uint256)
0
symbol(view returns (string)
COL
tokenURIFrozen(view returns (bool)
false
tokenURIPrefix(view returns (string)
ipfs://tokenURIPrefix/
tokenURISuffix(view returns (string)
.json
totalReserved(view returns (uint256)
0
totalSupply(view returns (uint256)
0
withdrawMode(view returns (uint8)
2
withdrawModeLocked(view returns (bool)
false
withdrawPowerRevoked(view returns (bool)
false
withdrawRecipient(view returns (address)
0x0000000000000000000000000000000000000000
withdrawRecipientLocked(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
eligibleForTier(uint256 tierIdaddress minteruint256 maxAllowancebytes32[] proofview returns (uint256 maxMintable)
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)
onTierAllowlist(uint256 tierIdaddress minteruint256 maxAllowancebytes32[] proofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
remainingForTier(uint256 tierIdview returns (uint256 tierRemaining)
royaltyInfo(uint256 tokenIduint256 valueview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tierMints(uint256view returns (uint256)
tiers(uint256view returns (uint256 startuint256 endaddress currencyuint256 priceuint256 maxPerWalletbytes32 merkleRootuint256 reserveduint256 maxAllocation)
tokenURI(uint256 _tokenIdview returns (string)
walletMintedByTier(uint256 tierIdaddress walletview returns (uint256)
State-modifying
approve(address touint256 tokenId
configureTiering(uint256 tierIdstruct IERC721TieringExtensionTier tier
configureTiering(uint256[] _tierIdsstruct IERC721TieringExtensionTier[] _tiers
freezeMaxSupply(
freezeTokenURI(
grantRole(bytes32 roleaddress account
initialize(struct ERC721ATieredSalesCollectionConfig configaddress deployer
lock(uint256 tokenId
lock(uint256[] tokenIds
lockWithdrawMode(
lockWithdrawRecipient(
mintByOwner(address touint256 count
mintByRole(address touint256 count
mintByTier(uint256 tierIduint256 countuint256 maxAllowancebytes32[] proofpayable 
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
revokeWithdrawPower(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setContractURI(string newValue
setDefaultRoyalty(struct IEIP2981RoyaltyOverrideTokenRoyalty royalty
setMaxSupply(uint256 newValue
setPlaceholderURI(string newValue
setTokenRoyalties(struct IEIP2981RoyaltyOverrideTokenRoyaltyConfig[] royaltyConfigs
setTokenURIPrefix(string newValue
setTokenURISuffix(string newValue
setTrustedForwarder(address trustedForwarder
setWithdrawMode(uint8 _withdrawMode
setWithdrawRecipient(address _withdrawRecipient
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unlock(uint256 tokenId
unlock(uint256[] tokenIds
withdraw(address[] claimTokensuint256[] amounts
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
WithdrawPowerRevoked(
Withdrawn(address[] claimTokensuint256[] amounts
Constructor
constructor(struct ERC721ATieredSalesCollectionConfig 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(