PresaleListExtension
Verified contract
Active on
Ethereum with 975 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 "PresaleListExtension"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15230496 | 2 years ago | | | 0 | 0.00015898127 | |
| 15229285 | 2 years ago | | | 0 | 0.0031445737 | |
| 15228771 | 2 years ago | | | 0 | 0.0068990529 | |
| 15225225 | 2 years ago | | | 0 | 0.015457410 | |
| 15225207 | 2 years ago | | | 0 | 0.013835476 | |
| 15225179 | 2 years ago | | | 0 | 0.011772120 | |
| 15225071 | 2 years ago | | | 0 | 0.0081130178 | |
| 15225042 | 2 years ago | | | 0 | 0.011323806 | |
| 15225005 | 2 years ago | | | 0 | 0.020917412 | |
| 15224841 | 2 years ago | | | 0 | 0.013624293 |
ABI
ABI objects
Getter at block 21321462
__SALE_NEVER_STARTS() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxPerAddress() view returns (uint256)
1
nft() view returns (address)
0xde95471123ce8bd81ad8e7ba553e019da110b654
owner() view returns (address)
0x4257564c6a110a896168a42efee4c5ae3dfd26f0
price() view returns (uint256)
0
saleStarted() view returns (bool)
true
startTimestamp() view returns (uint256)
1658671667
whitelistRoot() view returns (bytes32)
0x5034c39e0910f13dd2e73f2c69116fba49384d1044a5cedde8e89d0100ca8948
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.