Presale
Verified contract
Active on
Ethereum with 2,491 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($20.74)
Native
Value
$20.74
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.006 | $3,457.14 |
$20.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21278715 | 25 minutes ago | | | 0.003 | 0.0021107986 | |
| 21276689 | 7 hours ago | | | 0.0001 | 0.00081405414 | |
| 21276235 | 9 hours ago | | | 0.02 | 0.0012142069 | |
| 21276090 | 9 hours ago | | | 0.02 | 0.0015009743 | |
| 21275110 | 12 hours ago | | | 0 | 0.00030861309 | |
| 21274859 | 13 hours ago | | | 0.01 | 0.00080260980 | |
| 21274605 | 14 hours ago | | | 0.06 | 0.00065779253 | |
| 21274572 | 14 hours ago | | | 0.014 | 0.0014453217 | |
| 21273322 | 18 hours ago | | | 0.008 | 0.0010486652 | |
| 21273296 | 19 hours ago | | | 0.0001 | 0.00099811360 |
ABI
ABI objects
Getter at block 21278835
bonusPercent() view returns (uint256)
50
owner() view returns (address)
0x8081dbbc34f24771eae3942430b677c015fb6a18
rate() view returns (uint256)
54380660000000
saleStatus() view returns (bool)
true
saleTokenDec() view returns (uint256)
18
totalBuyers() view returns (uint256)
679
totalTokensSold() view returns (uint256)
7187991157466722174542232
totalTokensforSale() view returns (uint256)
50000000000000000000000000
Read-only
buyers(uint256) view returns (address)
buyersAmountList(uint256 _from, uint256 _to) view returns (struct PresaleBuyerAmount[])
buyersDetails(address) view returns (uint256 amount, bool exists, uint256 rewards, uint256 lastVestTime)
calculateReward(uint256 _amount, uint256 _lastVestTime) view returns (uint256)
getTokenAmount(address token, uint256 amount) view returns (uint256)
payableTokens(address) view returns (bool)
tokenPrices(address) view returns (uint256)
State-modifying
Events addOldBuyers(address[] _buyers, uint256[] _amounts)
addPayableTokens(address[] _tokens, uint256[] _prices)
buyToken(address _token, uint256 _amount) payable
payableTokenStatus(address _token, bool _status)
renounceOwnership()
resumeSale()
setBonusPercent(uint256 _bonusPercent)
setSaleToken(uint256 _decimals, uint256 _totalTokensforSale, uint256 _rate, bool _saleStatus)
stopSale()
transferOwnership(address newOwner)
updateTokenRate(address[] _tokens, uint256[] _prices, uint256 _rate)
withdraw(address token, uint256 amt)
withdrawAll(address token)
withdrawCurrency(uint256 amt)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
fallback()
receive()
This contract contains no error objects.