WhitelistMerkleTreeExtension
Verified contract
Active on
Ethereum with 874 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) |
---|---|---|---|---|---|---|---|
| 14153424 | 3 years ago | | | 0 | 0.0017194544 | |
| 14127068 | 3 years ago | | | 0.33 | 0.014087582 | |
| 14127040 | 3 years ago | | | 0.33 | 0.014073631 | |
| 14127040 | 3 years ago | | | 0.33 | 0.014076596 | |
| 14127040 | 3 years ago | | | 0.33 | 0.014075607 | |
| 14127040 | 3 years ago | | | 0.33 | 0.013888917 | |
| 14127032 | 3 years ago | | | 0.33 | 0.015812713 | |
| 14127020 | 3 years ago | | | 0.33 | 0.013878317 | |
| 14127016 | 3 years ago | | | 0.33 | 0.012074771 | |
| 14127015 | 3 years ago | | | 0.33 | 0.010553374 |
ABI
ABI objects
Getter at block 21300074
__SALE_NEVER_STARTS() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxPerAddress() view returns (uint256)
1
nft() view returns (address)
0x75d639e5e52b4ea5426f2fb46959b9c3099b729a
owner() view returns (address)
0x653d8554b690d54ea447ad82c933a6851cc35bf2
price() view returns (uint256)
330000000000000000
saleStarted() view returns (bool)
false
startTimestamp() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
whitelistRoot() view returns (bytes32)
0xb12273a5f43d739e4c1a6d220e321d2e4c970a18b348aa3158fc3d15bdf60bf5
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.