DynamicPricePresaleListExtension
Verified contract
Active on
Ethereum with 38 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 "DynamicPricePresaleListExtension"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17155186 | 2 years ago | | | 0 | 0.00090857410 | |
| 17146402 | 2 years ago | | | 0 | 0.0064584418 | |
| 17121878 | 2 years ago | | | 0 | 0.0055258761 | |
| 17119254 | 2 years ago | | | 0.05 | 0.0063571155 | |
| 17114143 | 2 years ago | | | 0 | 0.0056845595 | |
| 17113606 | 2 years ago | | | 0 | 0.0061662944 | |
| 17111888 | 2 years ago | | | 0 | 0.0056114028 | |
| 17111736 | 2 years ago | | | 0 | 0.0069864731 | |
| 17111514 | 2 years ago | | | 0 | 0.0062020422 | |
| 17110669 | 2 years ago | | | 0.2 | 0.0080144269 |
ABI
ABI objects
Getter at block 21301305
__SALE_NEVER_STARTS() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxPerAddress() view returns (uint256)
5
nft() view returns (address)
0x9e410f145e911745e434c60cea0dec70f2c96d27
owner() view returns (address)
0xd0715d329029f47467c8e110a4d70aa8961bf210
pricePerOne() view returns (uint256)
50000000000000000
saleStarted() view returns (bool)
false
startTimestamp() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
whitelistRoot() view returns (bytes32)
0x9b387d3b1bb5cc57b00e29dfe1942395c14644ee3807a4dac292262d05b435d2
Read-only
claimedByAddress(address) view returns (uint256)
isWhitelisted(bytes32 root, address receiver, bytes32[] proof) pure returns (bool)
price(uint256 nTokens) view returns (uint256)
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 _pricePerOne, uint256 _maxPerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.