0xbc751bc3edf01f6815f23c9601594a6a847c8b61
Verified contract
Proxy
Active on
Ethereum with 381 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 "0xbc751bc3edf01f6815f23c9601594a6a847c8b61"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17412957 | 2 years ago | | | 0 | 0.00067180937 | |
| 17305279 | 2 years ago | | | 0 | 0.0049812890 | |
| 17298565 | 2 years ago | | | 0 | 0.0053896665 | |
| 17286872 | 2 years ago | | | 0 | 0.0097184725 | |
| 17286277 | 2 years ago | | | 0 | 0.0070476258 | |
| 17285049 | 2 years ago | | | 0 | 0.0066242539 | |
| 17284085 | 2 years ago | | | 0 | 0.0078838985 | |
| 17283538 | 2 years ago | | | 0 | 0.0083452122 | |
| 17279324 | 2 years ago | | | 0 | 0.0092345694 | |
| 17279133 | 2 years ago | | | 0 | 0.0082807510 |
ABI
ABI objects
Getter at block 21403873
__SALE_NEVER_STARTS() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxPerAddress() view returns (uint256)
2
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)
MINT2
whitelistRoot() view returns (bytes32)
0x07d8c05f13d92dac722ecef3b7b5901718c749bce082869a6ede594a6655c222
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.