ERC1155LazyPayableClaim
Verified contract
Active on
Ethereum with 121,577 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ERC1155LazyPayableClaim"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158780 | 5 hours ago | | | 0 | 0.0014031215 | |
| 21051816 | 15 days ago | | | 0 | 0.00035168637 | |
| 21048470 | 16 days ago | | | 0.02 | 0.00067242901 | |
| 21032446 | 18 days ago | | | 0.012 | 0.00074984262 | |
| 21003033 | 22 days ago | | | 0.012 | 0.00069505250 | |
| 20850615 | a month ago | | | 0 | 0.00041302243 | |
| 20819013 | 2 months ago | | | 0 | 0.0018763629 | |
| 20718492 | 2 months ago | | | 0 | 0.00013095332 | |
| 20702675 | 2 months ago | | | 0 | 0.00010880550 | |
| 20702567 | 2 months ago | | | 0 | 0.00010835814 |
ABI
ABI objects
Getter at block 21160371
This contract contains no getter function objects.
Read-only
checkMintIndex(address creatorContractAddress, uint256 claimIndex, uint32 mintIndex) view returns (bool)
checkMintIndices(address creatorContractAddress, uint256 claimIndex, uint32[] mintIndices) view returns (bool[] minted)
getClaim(address creatorContractAddress, uint256 claimIndex) view returns (struct IERC1155LazyPayableClaimClaim)
getClaimCount(address creatorContractAddress) view returns (uint256)
getTotalMints(address minter, address creatorContractAddress, uint256 claimIndex) view returns (uint32)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(address creatorContractAddress, uint256 tokenId) view returns (string uri)
State-modifying
Events initializeClaim(address creatorContractAddress, struct IERC1155LazyPayableClaimClaimParameters claimParameters) returns (uint256)
mint(address creatorContractAddress, uint256 claimIndex, uint32 mintIndex, bytes32[] merkleProof) payable
mintBatch(address creatorContractAddress, uint256 claimIndex, uint16 mintCount, uint32[] mintIndices, bytes32[][] merkleProofs) payable
updateClaim(address creatorContractAddress, uint256 claimIndex, struct IERC1155LazyPayableClaimClaimParameters claimParameters)
ClaimInitialized(address indexed creatorContract, uint224 indexed claimIndex, address initializer)
ClaimMint(address indexed creatorContract, uint256 indexed claimIndex)
ClaimMintBatch(address indexed creatorContract, uint256 indexed claimIndex, uint16 mintCount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.