ETHSeedSale
Verified contract
Active on
Ethereum with 500 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 "ETHSeedSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17093376 | 2 years ago | | | 0 | 0.0016746496 | |
| 17092974 | 2 years ago | | | 0.9 | 0.0010910986 | |
| 17092974 | 2 years ago | | | 0.24 | 0.0010910986 | |
| 17092974 | 2 years ago | | | 1 | 0.0011448172 | |
| 17092973 | 2 years ago | | | 1 | 0.0047547390 | |
| 17092973 | 2 years ago | | | 1 | 0.0044153189 | |
| 17092972 | 2 years ago | | | 1 | 0.0044986819 | |
| 17092972 | 2 years ago | | | 1 | 0.0045221699 | |
| 17092972 | 2 years ago | | | 0.1 | 0.0045220230 | |
| 17092972 | 2 years ago | | | 0.1 | 0.0046541426 |
ABI
ABI objects
Getter at block 21400793
BUY_PRICE() view returns (int256)
12500000000000000
HARDCAP() view returns (uint256)
310000000000000000000
MAX_ETH_PER_WALLET() view returns (uint256)
1000000000000000000
MIN_ETH_PER_WALLET() view returns (uint256)
100000000000000000
SALE_LENGTH() view returns (uint256)
172800
SOFTCAP() view returns (uint256)
100000000000000000
endTime() view returns (uint256)
1682179200
getLatestPrice() view returns (int256)
389144622400
owner() view returns (address)
0x90593daba7a2a97dd544cb1dc8aaa12085ce07d1
startTime() view returns (uint256)
1682006400
status() view returns (uint8)
2
totalCollected() view returns (uint256)
310000000000000000000
totalSold() view returns (int256)
48045425655198916180000000
Read-only
getTokenAmount(address _account) view returns (int256 tokenAmount)
participantTokens(address) view returns (int256)
participants(address) view returns (uint256)
State-modifying
Events forceFail()
refund()
renounceOwnership()
sell() payable
transferOwnership(address newOwner)
withdraw(address _recipient)
ForceFailed()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Refund(address recipient, uint256 ETHToRefund)
SaleTokenChanged(address saleToken)
SellToken(address recipient, int256 tokensSold, uint256 value, int256 amountInUSD, int256 price)
Withdraw(address recipient, uint256 amount)
constructor(int256 _buyPrice, uint256 _softCap, uint256 _hardCap, uint256 _minETHPerWallet, uint256 _maxETHPerWallet, uint256 _startTime, uint256 _sellLengh, address _priceFeed)
receive()
This contract contains no error objects.