LazyMintERC1155
Verified contract
Active on
Ethereum with 1,778 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6a7b…75e9
Balances ($0.00)
No balances found for "LazyMintERC1155"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20726280 | 3 months ago | | | 0 | 0.000057588535 | |
| 20545598 | 4 months ago | | | 0 | 0.000075702286 | |
| 20194830 | 5 months ago | | | 0 | 0.000039397694 | |
| 20123918 | 5 months ago | | | 0 | 0.000070170584 | |
| 20089845 | 6 months ago | | | 0 | 0.00022041452 | |
| 19746562 | 7 months ago | | | 0 | 0.00017530330 | |
| 19444372 | 9 months ago | | | 0 | 0.00077875667 | |
| 19148472 | 10 months ago | | | 0 | 0.00074736840 | |
| 19148448 | 10 months ago | | | 0 | 0.0011485176 | |
| 19053570 | 10 months ago | | | 0 | 0.00057901185 |
ABI
ABI objects
Getter at block 21320434
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
NATIVE_TOKEN() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
TRANSFER_ROLE() view returns (bytes32)
0x8502233096d909befbda0999bb8ea2f3a6be3c138b9fbf003752a4c8bce86f6c
contractURI() view returns (string)
ipfs://bafkreiexmmnuannxio6saflyjo5wt544556snctx72fpzcurqgcuikpyea
defaultSaleRecipient() view returns (address)
0x7ba48b921d20d7f3613ac42a330a9d8fb80c409c
feeBps() view returns (uint120)
0
nativeTokenWrapper() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
nextTokenIdToMint() view returns (uint256)
1
royaltyBps() view returns (uint64)
0
transfersRestricted() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimConditions(uint256) view returns (uint256 totalConditionCount, uint256 timstampLimitIndex)
getClaimConditionAtIndex(uint256 _tokenId, uint256 _index) view returns (struct ILazyMintERC1155ClaimCondition mintCondition)
getIndexOfActiveCondition(uint256 _tokenId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getTimestampForNextValidClaim(uint256 _tokenId, uint256 _index, address _claimer) view returns (uint256 nextValidTimestampForClaim)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
saleRecipient(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string _tokenURI)
totalSupply(uint256) view returns (uint256)
uri(uint256 _tokenId) view returns (string _tokenURI)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
claim(uint256 _tokenId, uint256 _quantity, bytes32[] _proofs) payable
grantRole(bytes32 role, address account)
lazyMint(uint256 _amount, string _baseURIForTokens)
multicall(bytes[] data) returns (bytes[] results)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setClaimConditions(uint256 _tokenId, struct ILazyMintERC1155ClaimCondition[] _conditions)
setContractURI(string _uri)
setDefaultSaleRecipient(address _saleRecipient)
setFeeBps(uint256 _feeBps)
setRestrictedTransfer(bool _restrictedTransfer)
setRoyaltyBps(uint256 _royaltyBps)
setSaleRecipient(uint256 _tokenId, address _saleRecipient)
updateClaimConditions(uint256 _tokenId, struct ILazyMintERC1155ClaimCondition[] _conditions)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ClaimedTokens(uint256 indexed claimConditionIndex, uint256 indexed tokenId, address indexed claimer, uint256 quantityClaimed)
LazyMintedTokens(uint256 startTokenId, uint256 endTokenId, string baseURI)
NewClaimConditions(uint256 indexed tokenId, struct ILazyMintERC1155ClaimCondition[] claimConditions)
NewSaleRecipient(address indexed recipient, uint256 indexed _tokenId, bool isDefaultRecipient)
PrimarySalesFeeUpdates(uint256 newFeeBps)
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)
RoyaltyUpdated(uint256 newRoyaltyBps)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
TransfersRestricted(bool restricted)
URI(string value, uint256 indexed id)
constructor(string _contractURI, address _controlCenter, address _trustedForwarder, address _nativeTokenWrapper, address _saleRecipient, uint128 _royaltyBps, uint128 _feeBps)
This contract contains no fallback and receive objects.
This contract contains no error objects.