HYPEtoken
Verified contract
Active on
Ethereum with 5,394 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,193.85 |
$0 | |
FOR | ERC-20 | 1 | $0.00397 |
$0 | |
HYPE | ERC-20 | 9.998K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
0x2630…8a13 | ERC-20 | 536.2 | -- | -- | |
BAO | ERC-20 | 5 | -- | -- | |
STT | ERC-20 | 1 | -- | -- | |
dMMM | ERC-20 | 0.7 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20902919 | a month ago | | | 0 | 0.00016310103 | |
| 20296206 | 4 months ago | | | 0 | 0.000066324641 | |
| 20261787 | 4 months ago | | | 0 | 0.00040254400 | |
| 19475850 | 8 months ago | | | 0 | 0.0037866051 | |
| 19237496 | 9 months ago | | | 0 | 0.0028219171 | |
| 18825875 | a year ago | | | 0 | 0.0070700037 | |
| 16656869 | 2 years ago | | | 0 | 0.0017247262 | |
| 15851538 | 2 years ago | | | 0 | 0.00093286866 | |
| 15498980 | 2 years ago | | | 0 | 0.0034618701 | |
| 15498763 | 2 years ago | | | 0 | 0.0040254400 |
ABI
ABI objects
Getter at block 21157358
burningRate() view returns (uint256)
1176
decimals() view returns (uint8)
18
maximumSupply() view returns (uint256)
100000000000000000000000000
meltHoldSeconds() view returns (uint256)
172800
name() view returns (bytes32)
0x4859504520546f6b656e00000000000000000000000000000000000000000000
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xaf0c5afb6e495826c52f0a5a99c4206e9eae4642
safeGuard() view returns (bool)
false
symbol() view returns (bytes8)
0x4859504500000000
totalMintAfterInitial() view returns (uint256)
91872274050564998764876535
totalSupply() view returns (uint256)
52086557907954995929412610
whitelistingStatus() view returns (bool)
false
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
tokenTypeDatas(address) view returns (bytes32 tokenName, bytes8 tokenSymbol, uint256 decimalCount, uint256 minFreezingValue, uint256 rateFactor, uint256 perDayFreezeRate, bool freezingAllowed)
tokens(address, address) view returns (uint256 totalValue, uint256 freezeValue, uint256 freezeDate, uint256 meltValue)
viewMyReward(address token) view returns (uint256 freezedValue, uint256 rewardValue)
whitelisted(address) view returns (bool)
State-modifying
Events acceptOwnership()
airDrop(address[] recipients, uint256[] tokenAmount) returns (bool)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
changeWhitelistingStatus()
changesafeGuardStatus()
freezeAccount(address target, bool freeze)
freezingOnOffForTokenType(address token) returns (bool)
manualWithdrawEther()
manualWithdrawToken(uint256 _amount)
mintToken(address target, uint256 mintedAmount) returns (bool success)
newTokenTypeData(address token, bytes32 _tokenName, bytes8 _tokenSymbol, uint256 _decimalCount, uint256 _minFreezingValue, uint256 _rateFactor, uint256 _perDayFreezeRate) returns (bool)
releaseMyHype(address token) returns (bool)
setBurningRate(uint256 _burningRate) returns (bool success)
setMinFreezingValue(address token, uint256 _minFreezingValue) returns (bool)
setPerDayFreezeRate(address token, uint256 _perDayFreezeRate) returns (bool)
setRateFactor(address token, uint256 _rateFactor) returns (bool)
setWithdrawWaitingPeriod(uint256 valueInSeconds) returns (bool)
tokenBalanceFreeze(address token, uint256 amount) returns (bool)
tokenBalanceMelt(address token, uint256 amount) returns (bool)
tokenDeposit(address token, uint256 amount)
tokenWithdraw(address token, uint256 amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
whitelistUser(address userAddress)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferredEv(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
releaseMyHypeEv(address token, uint256 amount)
tokenBalanceFreezeEv(address token, uint256 amount, uint256 earning)
tokenBalanceMeltEv(address token, uint256 amount, uint256 earning)
tokenDepositEv(address token, address user, uint256 amount, uint256 balance)
tokenWithdrawEv(address token, address user, uint256 amount, uint256 balance)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.