MerkleMinter
Verified contract
Active on
Ethereum with 173 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9ecd…34f8
Balances ($0.00)
No balances found for "MerkleMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20391566 | 4 months ago | | | 0 | 0.00019126766 | |
| 18950664 | 10 months ago | | | 0.21 | 0.0022874001 | |
| 18950649 | 10 months ago | | | 0.21 | 0.0027944796 | |
| 18843190 | a year ago | | | 0.21 | 0.0029578496 | |
| 18280926 | a year ago | | | 0.21 | 0.00052135108 | |
| 17978044 | a year ago | | | 0.07 | 0.0025592779 | |
| 17772275 | a year ago | | | 0.21 | 0.0027074268 | |
| 17755041 | a year ago | | | 0.21 | 0.0011960622 | |
| 17755038 | a year ago | | | 0.21 | 0.0012232831 | |
| 17755026 | a year ago | | | 0.21 | 0.0012258483 |
ABI
ABI objects
Getter at block 21224969
beneficiary() view returns (address)
0x0f789fbca6d2fb9207b795154b04aa8a02b9d40d
merkleRoot() view returns (bytes32)
0x482ea385be2534d333dec87a021f311b2cd695e9846db720ee4d74e1f2ad1d13
mintMerklePrice() view returns (uint256)
70000000000000000
mintPrice() view returns (uint256)
210000000000000000
mintStart() view returns (uint256)
15430500
owner() view returns (address)
0x3b5359709945587af3d800aa174b3e2ddc92d38d
particles() view returns (address)
0x9ecd98d3e25c8844604526dfc5c03606230b34f8
Read-only
allowListed(address wallet, bytes32[] proof) view returns (bool)
minted(address) view returns (bool)
State-modifying
Events mintPublic() payable
mintWithProof(bytes32[] _proof) payable
renounceOwnership()
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(bytes32 _merkleRoot, address _particles, uint256 _mintStart, uint256 _tokenId)
This contract contains no fallback and receive objects.
AlreadyMinted()
InsufficientFunds()
MintNotStarted()
NotAllowListed()
UnknownParticle()
WithdrawTransfer()