Hillstone.Finance
Verified contract
Active on
Ethereum with 3,197 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HSF | ERC-20 | 606.08624 | $0.010549 |
$6.39 | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159638 | 3 hours ago | | | 0 | 0.0011124926 | |
| 21158531 | 7 hours ago | | | 0 | 0.0014267193 | |
| 21158451 | 7 hours ago | | | 0 | 0.00084237369 | |
| 21158437 | 7 hours ago | | | 0 | 0.0010555361 | |
| 21154405 | 21 hours ago | | | 0 | 0.00043671037 | |
| 21153340 | a day ago | | | 0 | 0.00042990709 | |
| 21148586 | 2 days ago | | | 0 | 0.00035249838 | |
| 21146488 | 2 days ago | | | 0 | 0.00065834421 | |
| 21144285 | 2 days ago | | | 0 | 0.0010818331 | |
| 21142425 | 3 days ago | | | 0 | 0.00071087632 |
ABI
ABI objects
Getter at block 21160603
decimals() view returns (uint8)
18
name() view returns (string)
Hillstone.Finance
owner() view returns (address)
0x59803c06151a10a879b1d9f49e5a5603cd3ea203
symbol() view returns (string)
HSF
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getBlackListStatus(address _addr) view returns (bool)
isBlackListed(address) view returns (bool)
State-modifying
Events addBlackList(address _addr)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeBlackList(address _addr)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
AddedBlackList(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedBlackList(address _user)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.