MembershipDrop
Verified contract
Active on
Base with 310 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16969553 | 5 months ago | | | 0 | 0.0000010130000 | |
| 16699362 | 5 months ago | | | 0 | 0.0000010174637 | |
| 16576014 | 5 months ago | | | 0 | 9.3249552e-7 | |
| 16357190 | 5 months ago | | | 0 | 9.3873141e-7 | |
| 16355697 | 5 months ago | | | 0 | 9.3378492e-7 | |
| 16337205 | 5 months ago | | | 0 | 5.9135654e-7 | |
| 16322439 | 5 months ago | | | 0 | 7.3920080e-7 | |
| 16310627 | 5 months ago | | | 0 | 9.3467306e-7 | |
| 16298241 | 5 months ago | | | 0 | 3.2970064e-7 | |
| 16293732 | 5 months ago | | | 0 | 2.5301605e-7 |
ABI
ABI objects
Getter at block 22955721
This contract contains no getter function objects.
Read-only
This contract contains no read-only function objects.
State-modifying
Events mintPublic(address nftContract, address feeRecipient, address minterIfNotPayer, uint256 quantity) payable
updatePublicDrop(struct PublicDrop publicDrop)
PublicDropUpdated(address indexed nftContract, struct PublicDrop publicDrop)
SeaDropMint(address indexed nftContract, address indexed minter, address indexed feeRecipient, address payer, uint256 quantityMinted, uint256 unitMintPrice, uint256 feeBps, uint256 dropStageIndex, address contractERC20)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
IncorrectPayment(uint256 got, uint256 want)
InvalidFeeBps(uint256 feeBps)
MintQuantityCannotBeZero()
MintQuantityExceedsMaxMintedPerWallet(uint256 total, uint256 allowed)
MintQuantityExceedsMaxSupply(uint256 total, uint256 maxSupply)
NotActive(uint256 currentTimestamp, uint256 startTimestamp, uint256 endTimestamp)