0xfcabab88107170dd0ef272cb0425d3e1bd463f65
Verified contract
Proxy
Active on
Ethereum with 78 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0xd82e…9ef8
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "0xfcabab88107170dd0ef272cb0425d3e1bd463f65"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17412955 | a year ago | | | 0 | 0.00067122834 | |
| 17285874 | 2 years ago | | | 0 | 0.0075247539 | |
| 17277583 | 2 years ago | | | 0 | 0.0081260379 | |
| 17277532 | 2 years ago | | | 0 | 0.0062659900 | |
| 17270844 | 2 years ago | | | 0 | 0.0073526439 | |
| 17256875 | 2 years ago | | | 0 | 0.0069824700 | |
| 17248806 | 2 years ago | | | 0 | 0.0074271876 | |
| 17242043 | 2 years ago | | | 0 | 0.010099086 | |
| 17121764 | 2 years ago | | | 0 | 0.0046882492 | |
| 17121521 | 2 years ago | | | 0 | 0.0063148721 |
ABI
ABI objects
Getter at block 21218367
__SALE_NEVER_STARTS() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxPerAddress() view returns (uint256)
4
nft() view returns (address)
0xd82e078207b5b841bd7f31f13446c9eeb2bb9ef8
owner() view returns (address)
0x26b08544ae7abf3e84741c66877acda8f4ec712f
price() view returns (uint256)
0
saleStarted() view returns (bool)
false
startTimestamp() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
title() view returns (string)
mint4
whitelistRoot() view returns (bytes32)
0x6c5faca8576c0fd46b826cff710fb21adc3e59fc5ce4df7ba005ad0c3c3ecb7d
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.