ERC721LazyPayableClaim
Verified contract
Active on
Ethereum with 180,025 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ERC721LazyPayableClaim"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21040553 | 16 days ago | | | 0 | 0.00028370940 | |
| 21023701 | 19 days ago | | | 0.01337 | 0.0017790753 | |
| 20938047 | a month ago | | | 0.03 | 0.0015139466 | |
| 20888330 | a month ago | | | 0 | 0.00021468318 | |
| 20831057 | 2 months ago | | | 0 | 0.00056582371 | |
| 20789272 | 2 months ago | | | 0 | 0.00091367957 | |
| 20774713 | 2 months ago | | | 0 | 0.0013574170 | |
| 20774713 | 2 months ago | | | 0.005 | 0.0015557518 | |
| 20771989 | 2 months ago | | | 0 | 0.0058308189 | |
| 20765012 | 2 months ago | | | 0 | 0.00070318083 |
ABI
ABI objects
Getter at block 21158693
DELEGATION_REGISTRY() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
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 IERC721LazyPayableClaimClaim claim)
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 airdrop(address creatorContractAddress, uint256 claimIndex, address[] recipients, uint16[] amounts)
initializeClaim(address creatorContractAddress, uint256 claimIndex, struct IERC721LazyPayableClaimClaimParameters claimParameters)
mint(address creatorContractAddress, uint256 claimIndex, uint32 mintIndex, bytes32[] merkleProof, address mintFor) payable
mintBatch(address creatorContractAddress, uint256 claimIndex, uint16 mintCount, uint32[] mintIndices, bytes32[][] merkleProofs, address mintFor) payable
updateClaim(address creatorContractAddress, uint256 claimIndex, struct IERC721LazyPayableClaimClaimParameters claimParameters)
updateTokenURIParams(address creatorContractAddress, uint256 claimIndex, uint8 storageProtocol, bool identical, string location)
ClaimInitialized(address indexed creatorContract, uint256 indexed claimIndex, address initializer)
ClaimMint(address indexed creatorContract, uint256 indexed claimIndex)
ClaimMintBatch(address indexed creatorContract, uint256 indexed claimIndex, uint16 mintCount)
constructor(address delegationRegistry)
This contract contains no fallback and receive objects.
This contract contains no error objects.