ETHPublicSale2
Verified contract
Active on
Ethereum with 656 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($0.00)
No balances found for "ETHPublicSale2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18452555 | a year ago | | | 0.00060429021 | 0.00026460000 | |
| 17229048 | 2 years ago | | | 0.2 | 0.0014591585 | |
| 17152908 | 2 years ago | | | 0.0078695543 | 0.00085491337 | |
| 17152905 | 2 years ago | | | 0.0078695543 | 0.00080453305 | |
| 17152496 | 2 years ago | | | 0.0262 | 0.00093695965 | |
| 17152491 | 2 years ago | | | 0.0262 | 0.00090941353 | |
| 17152171 | 2 years ago | | | 0.03 | 0.00073990724 | |
| 17152160 | 2 years ago | | | 0.01 | 0.00066693201 | |
| 17146792 | 2 years ago | | | 0 | 0.0014224945 | |
| 17146149 | 2 years ago | | | 0.053538504 | 0.00076586810 |
ABI
ABI objects
Getter at block 21383129
BUY_PRICE() view returns (int256)
37000000000000000
HARDCAP() view returns (uint256)
600000000000000000000
MAX_ETH_PER_WALLET() view returns (uint256)
5000000000000000000
MIN_ETH_PER_WALLET() view returns (uint256)
100000000000000000
SALE_LENGTH() view returns (uint256)
86400
SOFTCAP() view returns (uint256)
1000000000000000000
endTime() view returns (uint256)
1682784000
getLatestPrice() view returns (int256)
381458468367
owner() view returns (address)
0x59957346c240cb30b84b66465f812def22f629b5
startTime() view returns (uint256)
1682697600
status() view returns (uint8)
2
totalCollected() view returns (uint256)
600000000000000000000
totalSold() view returns (int256)
30569798918918918918918558
Read-only
getTokenAmount(address _account) view returns (int256 tokenAmount)
participantTokens(address) view returns (int256)
participants(address) view returns (uint256)
State-modifying
Events buy() payable
forceFail()
refund()
renounceOwnership()
transferOwnership(address newOwner)
withdraw(address _recipient)
ForceFailed()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Refund(address recipient, uint256 ETHToRefund)
SaleTokenChanged(address saleToken)
Withdraw(address recipient, uint256 amount)
buyToken(address recipient, int256 tokensSold, uint256 value, int256 amountInUSD, int256 price)
constructor(int256 _buyPrice, uint256 _softCap, uint256 _hardCap, uint256 _minETHPerWallet, uint256 _maxETHPerWallet, uint256 _startTime, uint256 _buyLengh, address _priceFeed)
receive()
This contract contains no error objects.