HelloGold Token
Verified contract
Active on
Ethereum with 23,729 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeab4…7414
Balances ($0.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OCN | ERC-20 | 700 | $0.000042 |
$0.03 | |
| ERC-20 | 21M | -- | -- | |
HGT | ERC-20 | 97.764031K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21229950 | 4 days ago | | | 0 | 0.0032987597 | |
| 21117872 | 19 days ago | | | 0 | 0.0018463993 | |
| 19494490 | 8 months ago | | | 0 | 0.0022674600 | |
| 19280491 | 9 months ago | | | 0 | 0.0018652552 | |
| 19207359 | 9 months ago | | | 0 | 0.0013608782 | |
| 18313756 | a year ago | | | 0 | 0.00040074119 | |
| 18063434 | a year ago | | | 0 | 0.00036948800 | |
| 17785421 | a year ago | | | 0 | 0.0021336291 | |
| 17780045 | a year ago | | | 0 | 0.011666624 | |
| 17469613 | a year ago | | | 0 | 0.0039611367 |
ABI
ABI objects
Getter at block 21256433
GBTAddress() pure returns (address)
0xeab43193cf0623073ca89db9b712796356fa7414
decimals() pure returns (uint8)
8
name() pure returns (string)
HelloGold Token
owner() pure returns (address)
0x97202b21c749b1cbf2b7bbbf23a6c60205b29e1f
paused() pure returns (bool)
false
symbol() pure returns (string)
HGT
totalSupply() pure returns (uint256)
100000000000000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
pause() returns (bool)
setGBT(address gbt_)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address _reserve)
This contract contains no fallback and receive objects.
This contract contains no error objects.