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 "Presale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18695517 | a year ago | | | 0 | 0.00067959868 | |
| 18695248 | a year ago | | | 0 | 0.00073005516 | |
| 18695241 | a year ago | | | 0 | 0.00074174641 | |
| 18694378 | a year ago | | | 0 | 0.00083399914 | |
| 18694219 | a year ago | | | 0 | 0.0010991272 | |
| 18641978 | a year ago | | | 0.95 | 0.0042709137 | |
| 18641812 | a year ago | | | 0.4 | 0.0038136700 | |
| 18641235 | a year ago | | | 1 | 0.0033634833 | |
| 18640484 | a year ago | | | 1 | 0.0034436867 | |
| 18639858 | a year ago | | | 1 | 0.0026191463 |
ABI
ABI objects
Getter at block 21220780
MAX_AMOUNT_IN() view returns (uint256)
1000000000000000000
MAX_SALE() view returns (uint256)
14000000000000000000000000
MAX_TOTAL_OUT() view returns (uint256)
26000000000000000000000000
MIN_AMOUNT_IN() view returns (uint256)
400000000000000000
ROOT() view returns (bytes32)
0x162100b6215fd4636f98b7da478ddd8d216b61e6b09727681ca1067469b84e6d
START_CLAIM_TIME() view returns (uint256)
0
TOKEN() view returns (address)
0xc565035232f9d6c10453bd73b84d6a46989663d7
VESTING_TIME() view returns (uint256)
7776000
VESTING_TIME_WL() view returns (uint256)
12960000
actualSale() view returns (uint256)
0
owner() view returns (address)
0x925f911afe4512a5eee55266d1e658cac2d39313
price() view returns (uint256)
100000
state() view returns (uint256)
0
totalOut() view returns (uint256)
25998988000000000000000000
totalTokens() view returns (uint256)
0
Read-only
pendingOf(address who) view returns (uint256)
users(address) view returns (uint256 amountIn, uint256 amountOut, uint256 vesting_time, uint256 claimed)
State-modifying
Events claim()
pause()
purchasePublic() payable
purchaseWL(bytes32[] proof) payable
renounceOwnership()
setMaxAmounts(uint256 _minAmountIn, uint256 _maxAmountIn)
setMaxTotalOut(uint256 _maxTotalOut)
setOptions(uint256 _minAmountIn, uint256 _maxAmountIn, uint256 _price)
setPrice(uint256 _price)
setTotalTokens(uint256 amount)
startClaim(uint256 additionalTime)
startPublic()
startWL(bytes32 root, uint256 _max_sale)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _token, uint256 _vestingTime, uint256 _vestingTimeWL, uint256 _minAmountIn, uint256 _maxAmountIn, uint256 _maxTotalOut, uint256 _price, address _multisig)
This contract contains no fallback and receive objects.
This contract contains no error objects.