HyperTV Token
Verified contract
Active on
Ethereum with 1,318 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HYTV | ERC-20 | 3.759968K | -- | -- | |
ARAW | ERC-20 | 500 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8468460 | 5 years ago | | | 0 | 0.00088211500 | |
| 8416121 | 5 years ago | | | 0 | 0.0014971150 | |
| 8172465 | 5 years ago | | | 0 | 0.000036515000 | |
| 8119382 | 5 years ago | | | 0 | 0.00014606000 | |
| 7523391 | 6 years ago | | | 0 | 0.00014119600 | |
| 6993141 | 6 years ago | | | 0 | 0.00010877700 | |
| 6806260 | 6 years ago | | | 0 | 0.00091287500 | |
| 6794708 | 6 years ago | | | 0 | 0.00086980100 | |
| 6486314 | 6 years ago | | | 0 | 0.00046442516 | |
| 6454353 | 6 years ago | | | 0 | 0.00018311600 |
ABI
ABI objects
Getter at block 21172485
decimals() view returns (uint256)
3
initialSupply() view returns (uint256)
20000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
HyperTV Token
owner() view returns (address)
0x0d6b62bc819a275f7a1868aff1794ee4e0ccd4f7
symbol() view returns (string)
HYTV
totalSupply() view returns (uint256)
20000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.