ERC721TieredSalesERC2771
Verified contract
Implementation
Active on
Ethereum with 0 txns
Inferred storage
Map
Table
Raw
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ERC721TieredSalesERC2771"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ERC721TieredSalesERC2771"
ABI
ABI objects
Getter at block 21331085
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MERCHANT_ROLE() view returns (bytes32)
0x3c4a2d89ed8b4cf4347fec87df1c38410f8fc538bf9fd64c10f2717bc0feff36
reservedMints() view returns (uint256)
0
totalReserved() view returns (uint256)
0
Read-only
eligibleForTier(uint256 tierId, address minter, uint256 maxAllowance, bytes32[] proof) view returns (uint256 maxMintable)
onTierAllowlist(uint256 tierId, address minter, uint256 maxAllowance, bytes32[] proof) view returns (bool)
remainingForTier(uint256 tierId) view returns (uint256)
tierMints(uint256 tierId) view returns (uint256)
tiers(uint256 tierId) view returns (struct ITieredSalesInternalTier)
walletMintedByTier(uint256 tierId, address wallet) view returns (uint256)
State-modifying
Events mintByTier(uint256 tierId, uint256 count, uint256 maxAllowance, bytes32[] proof) payable
mintByTierByRole(address minter, uint256 tierId, uint256 count, uint256 maxAllowance, bytes32[] proof) payable
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)
TierSale(uint256 indexed tierId, address indexed operator, address indexed minter, uint256 count)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ErrMaxSupplyExceeded()