LobstersMinter
Verified contract
Active on
Ethereum with 1,559 txns
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 "LobstersMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16801846 | 2 years ago | | | 0 | 0.020866203 | |
| 16590725 | 2 years ago | | | 0 | 0.0047471885 | |
| 16546517 | 2 years ago | | | 0 | 0.0067869897 | |
| 16399943 | 2 years ago | | | 0 | 0.0068529450 | |
| 15920227 | 2 years ago | | | 0 | 0.014224387 | |
| 15791863 | 2 years ago | | | 0 | 0.0011690581 | |
| 15791862 | 2 years ago | | | 0 | 0.0011711381 | |
| 15791861 | 2 years ago | | | 0 | 0.0063339648 | |
| 15498960 | 2 years ago | | | 0 | 0.0064833000 | |
| 14984907 | 2 years ago | | | 0 | 0.0035591540 |
ABI
ABI objects
Getter at block 21190938
PUNK_COLLECTION() view returns (address)
0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb
lobstersNft() view returns (address)
0x026224a2940bfe258d0dbe947919b62fe321f042
merkleRoot() view returns (bytes32)
0x8656b6af7c8b8843ed35442b2d25eb0e47468538926e2726f564fce1b4ce282a
owner() view returns (address)
0x1a980140ef621a7192d56b37547587a04720ac2e
Read-only
claimedByCollection(address, uint256) view returns (bool)
claimedCount(address) view returns (uint256)
encode(address _account, uint256 _count) view returns (bytes)
maxClaimAllowedByCollection(address) view returns (uint256)
verifyClaim(address _account, uint256 _count, bytes32[] _merkleProof) view returns (bool)
State-modifying
Events claim(address _account, uint256 _count, uint256 _mintCount, bytes32[] _merkleProof)
claimByCollection(address _collection, uint256[] _tokenIds)
renounceOwnership()
transferOwnership(address newOwner)
Claim(address indexed account, uint256 count, uint256 mintCount)
ClaimByCollection(address indexed account, address indexed collection, uint256[] tokenIds, uint256 count)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetMaxClaimAllowedByCollection(address collection, uint256 count)
constructor(address _lobstersNft, bytes32 _merkleRoot, address[] _allowedCollections, uint256[] _allowedCollectionCounts)
This contract contains no fallback and receive objects.
This contract contains no error objects.