Allowlist
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Allowlist"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Allowlist"
ABI
ABI objects
Getter at block 20798707
__SALE_NEVER_STARTS() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxPerAddress() view returns (uint256)
0
nft() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
price() view returns (uint256)
0
saleStarted() view returns (bool)
true
startTimestamp() view returns (uint256)
0
title() view returns (string)
whitelistRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
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 initialize(string _title, address _nft, bytes32 _whitelistRoot, uint256 _price, uint256 _maxPerAddress)
mint(uint256 nTokens, bytes32[] proof) payable
renounceOwnership()
startSale()
stopSale()
transferOwnership(address newOwner)
updateMaxPerAddress(uint256 _maxPerAddress)
updatePrice(uint256 _price)
updateStartTimestamp(uint256 _startTimestamp)
updateWhitelistRoot(bytes32 _whitelistRoot)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.