PresaleETH
Verified contract
Active on
Ethereum with 4,599 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
0xccda…bd8a
Balances ($0.00)
No balances found for "PresaleETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21170745 | 24 minutes ago | | | 0.04 | 0.0061106451 | |
| 21170721 | 29 minutes ago | | | 0.02 | 0.0030652431 | |
| 21170265 | 2 hours ago | | | 0.01 | 0.0023826305 | |
| 21170020 | 3 hours ago | | | 0.09 | 0.0045635617 | |
| 21168972 | 6 hours ago | | | 0.187469 | 0.0033568828 | |
| 21168824 | 7 hours ago | | | 0.03 | 0.0020757427 | |
| 21168660 | 7 hours ago | | | 0.32 | 0.0048004230 | |
| 21168334 | 8 hours ago | | | 0.002074 | 0.0021409114 | |
| 21168322 | 9 hours ago | | | 0.025 | 0.0047076913 | |
| 21168211 | 9 hours ago | | | 0.003969 | 0.0018952843 |
ABI
ABI objects
Getter at block 21170862
USDT() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
amountRaised() view returns (uint256)
721989783851162997604
amountRaisedOverall() view returns (uint256)
2081760797889
amountRaisedUSDT() view returns (uint256)
100128658662
claimStartTime() view returns (uint256)
0
currentStage() view returns (uint256)
8
fundReceiver() view returns (address)
0xccdac213e5737e916b17347d94f0d043b1e2bd8a
getLatestPrice() view returns (uint256)
336812000000
isPresaleEnded() view returns (bool)
false
owner() view returns (address)
0x0f6f471dceb09c886f27d2df32f5c93f0db3be63
presaleStatus() view returns (bool)
true
priceFeed() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
soldToken() view returns (uint256)
153262092109577975281399458
totalStages() view returns (uint256)
9
totalUsersCount() view returns (uint256)
2638
uniqueBuyers() view returns (uint256)
2638
Read-only
UsersAddresses(uint256) view returns (address)
getPhaseDetail(uint256 phaseInd) view returns (uint256 tokenToSell, uint256 soldTokens, uint256 priceUsd)
isExist(address) view returns (bool)
nativeToToken(uint256 _amount, uint256 phaseId) view returns (uint256)
nativeToUsd(uint256 _amount) view returns (uint256)
phases(uint256) view returns (uint256 tokensToSell, uint256 totalSoldTokens, uint256 tokenPerUsdPrice)
tokenPerUsdPrice(uint256) view returns (uint256)
tokensToSell(uint256) view returns (uint256)
usdtToToken(uint256 _amount, uint256 phaseId) view returns (uint256)
users(address) view returns (uint256 native_balance, uint256 usdt_balance, uint256 token_balance, uint256 claimed_tokens)
State-modifying
Events buyToken() payable
buyTokenUSDT(uint256 amount)
endPresale()
initiateTransfer(uint256 _value)
renounceOwnership()
setCurrentStage(uint256 _stageNum)
setPresaleStatus(bool _status)
transferOwnership(address newOwner)
transferTokens(address token, uint256 _value)
updatePresale(uint256 _phaseId, uint256 _tokensToSell, uint256 _tokenPerUsdPrice)
updatePriceFeed(address _priceFeed)
BuyToken(address indexed _user, uint256 indexed _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdatePrice(uint256 _oldPrice, uint256 _newPrice)
constructor(address _fundReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.