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
14 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 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 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
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 owner) view returns (uint256)
eligibleForTier(uint256 tierId, address minter, uint256 maxAllowance, bytes32[] proof) view returns (uint256 maxMintable)
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)
onTierAllowlist(uint256 tierId, address minter, uint256 maxAllowance, bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
remainingForTier(uint256 tierId) view returns (uint256 tierRemaining)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tierMints(uint256) view returns (uint256)
tiers(uint256) view returns (uint256 start, uint256 end, address currency, uint256 price, uint256 maxPerWallet, bytes32 merkleRoot, uint256 reserved, uint256 maxAllocation)
tokenURI(uint256 _tokenId) view returns (string)
walletMintedByTier(uint256 tierId, address wallet) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
configureTiering(uint256 tierId, struct IERC721TieringExtensionTier tier)
configureTiering(uint256[] _tierIds, struct IERC721TieringExtensionTier[] _tiers)
freezeMaxSupply()
freezeTokenURI()
grantRole(bytes32 role, address account)
initialize(struct ERC721ATieredSalesCollectionConfig config, address deployer)
lock(uint256 tokenId)
lock(uint256[] tokenIds)
lockWithdrawMode()
lockWithdrawRecipient()
mintByOwner(address to, uint256 count)
mintByRole(address to, uint256 count)
mintByTier(uint256 tierId, uint256 count, uint256 maxAllowance, bytes32[] proof) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
revokeWithdrawPower()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlock(uint256 tokenId)
unlock(uint256[] tokenIds)
withdraw(address[] claimTokens, uint256[] amounts)
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)
WithdrawPowerRevoked()
Withdrawn(address[] claimTokens, uint256[] amounts)
constructor(struct ERC721ATieredSalesCollectionConfig config)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()