WhitelistMerkleTreeExtension
Verified contract
Active on
Ethereum with 82 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 "WhitelistMerkleTreeExtension"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14374376 | 3 years ago | | | 0.02 | 0.0035213822 | |
| 14372493 | 3 years ago | | | 0.04 | 0.0044966804 | |
| 14369744 | 3 years ago | | | 0.2 | 0.010846152 | |
| 14365809 | 3 years ago | | | 0.08 | 0.0037993115 | |
| 14365264 | 3 years ago | | | 0.2 | 0.0077060896 | |
| 14364966 | 3 years ago | | | 0.06 | 0.0033695292 | |
| 14364795 | 3 years ago | | | 0.02 | 0.0040323341 | |
| 14364734 | 3 years ago | | | 0.02 | 0.0031944569 | |
| 14364477 | 3 years ago | | | 0.02 | 0.0042375692 | |
| 14364086 | 3 years ago | | | 0.02 | 0.0035340501 |
ABI
ABI objects
Getter at block 21390466
__SALE_NEVER_STARTS() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxPerAddress() view returns (uint256)
10
nft() view returns (address)
0xf18b7c911664ad1e3b73cfd294a12099fcee4e71
owner() view returns (address)
0xf219617012b556e63fcc8e256ce57dde91866057
price() view returns (uint256)
20000000000000000
saleStarted() view returns (bool)
true
startTimestamp() view returns (uint256)
1646928797
whitelistRoot() view returns (bytes32)
0x84ed1591acc7fdcbfb6ed929bf61df69be6bea065decb2f1c19704d47cd646e1
Read-only
claimedByAddress(address) view returns (uint256)
isWhitelisted(bytes32 root, address receiver, bytes32[] proof) pure returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events mint(uint256 nTokens, bytes32[] proof) payable
renounceOwnership()
startSale()
stopSale()
transferOwnership(address newOwner)
updateMaxPerAddress(uint256 _maxPerAddress)
updatePrice(uint256 _price)
updateStartTimestamp(uint256 _startTimestamp)
updateWhitelistRoot(bytes32 _whitelistRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _nft, bytes32 _whitelistRoot, uint256 _price, uint256 _maxPerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.