HYPER Token
Verified contract
Active on
Ethereum with 21 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.65)
Native
Value
$0.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000168 | $3,869.66 |
$0.65 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7100040 | 6 years ago | | | 0 | 0.00013048500 | |
| 7100035 | 6 years ago | | | 0 | 0.00015039000 | |
| 6685950 | 6 years ago | | | 0 | 0.00028395000 | |
| 6685944 | 6 years ago | | | 0 | 0.00021747500 | |
| 6680957 | 6 years ago | | | 0 | 0.00065242500 | |
| 6680838 | 6 years ago | | | 0 | 0.00056790000 | |
| 6680665 | 6 years ago | | | 0.1 | 0.0017745750 | |
| 6680628 | 6 years ago | | | 0.3 | 0.0019952800 | |
| 6680623 | 6 years ago | | | 0 | 0.00024972300 | |
| 6680606 | 6 years ago | | | 0.5 | 0.00014172400 |
ABI
ABI objects
Getter at block 21428516
apex() view returns (address)
0x250f9cd6d75c8cdc34183a51b68ed727b86c1b41
buyPrice() view returns (uint256)
88000000000
decimals() view returns (uint8)
18
depositCount_() view returns (uint256)
8
exitFee() view returns (uint8)
50
isPremine() view returns (bool)
false
isStarted() view returns (bool)
false
maxEarlyStake() view returns (uint256)
3000000000000000000
myTokens() view returns (uint256)
0
name() view returns (string)
HYPER Token
sellPrice() view returns (uint256)
40000000000
stakingRequirement() view returns (uint256)
300000000000000000000
startTime() view returns (uint256)
0
symbol() view returns (string)
HYPER
totalEthereumBalance() view returns (uint256)
167700131164887
totalSupply() view returns (uint256)
49636076329494272
whaleBalanceLimit() view returns (uint256)
125000000000000000000
Read-only
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
calculateUntaxedEthereumReceived(uint256 _tokensToSell) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
State-modifying
Events buy(address _referredBy) payable returns (uint256)
buyFor(address _referredBy, address _customerAddress) payable returns (uint256)
exit()
reinvest()
sell(uint256 _amountOfTokens)
setStartTime(uint256 _startTime)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
withdraw()
Transfer(address indexed from, address indexed to, uint256 tokens)
onReinvestment(address indexed customerAddress, uint256 ethereumReinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingEthereum, uint256 tokensMinted, address indexed referredBy, uint256 timestamp, uint256 price)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned, uint256 timestamp, uint256 price)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
constructor()
fallback()
This contract contains no error objects.