NudxSale
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 48 additional slots
Balances ($0.00)
No balances found for "NudxSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NudxSale"
ABI
ABI objects
Getter at block 21191907
CLIFF_TIME() pure returns (uint256)
2592000
DELTA_PRICE() view returns (uint256)
34400000000
INITIAL_PRICE() view returns (uint256)
133333333333
PERIOD_DURATION() pure returns (uint256)
432000
TOKENS_IN_ONE_PERIOD() view returns (uint256)
72916667000000
TOTAL_PERIODS() view returns (uint256)
36
VESTING_TIME() pure returns (uint256)
31536000
WHITELIST_PERIODS() view returns (uint8)
3
currentPeriod() view returns (uint256)
0
getCurrentPeriod() view returns (uint256)
0
getCurrentPrice() view returns (uint256)
133333333333
owner() view returns (address)
0x0000000000000000000000000000000000000000
startTime() view returns (uint256)
0
token() view returns (address)
0x0000000000000000000000000000000000000000
tokensSoldInCurrentPeriod() view returns (uint256)
0
whitelistEnabled() view returns (bool)
false
Read-only
whitelist(address) view returns (bool)
State-modifying
Events buyTokens() payable
enableWhitelist(bool _enabled)
endSale()
getInfo() returns (uint256 period, uint256 price, uint256 tokensSold, uint256 timeLeft)
initialize(address _token)
renounceOwnership()
setupWhitelist(address[] addresses, bool _newValue)
transferOwnership(address newOwner)
withdrawFunds()
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeriodStarted(uint256 period, uint256 startTime)
TokensPurchased(address indexed buyer, uint256 amount, uint256 totalEth)
constructor()
receive()
This contract contains no error objects.