Human Token
Verified contract
Active on
Ethereum with 9,775 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BTRST | ERC-20 | 486.130673 | $0.344809 |
$167.62 | |
BiFi | ERC-20 | 50K | $0.002306 |
$115.29 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158132 | 20 minutes ago | | | 0 | 0.00095840701 | |
| 21156763 | 5 hours ago | | | 0 | 0.00061891962 | |
| 21156756 | 5 hours ago | | | 0 | 0.00069392008 | |
| 21156438 | 6 hours ago | | | 0 | 0.00045046410 | |
| 21156238 | 7 hours ago | | | 0 | 0.00045061990 | |
| 21154906 | 11 hours ago | | | 0 | 0.00029775848 | |
| 21151957 | 21 hours ago | | | 0 | 0.00034450079 | |
| 21151947 | 21 hours ago | | | 0 | 0.00044081671 | |
| 21149933 | a day ago | | | 0 | 0.00040132633 | |
| 21149915 | a day ago | | | 0 | 0.00042955232 |
ABI
ABI objects
Getter at block 21158230
decimals() view returns (uint8)
18
name() view returns (string)
Human Token
symbol() view returns (string)
HMT
totalSupply() view returns (uint256)
1000000000000000000000000000
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 success)
approveBulk(address[] _spenders, uint256[] _values, uint256 _txId) returns (uint256 _bulkCount)
decreaseApproval(address _spender, uint256 _delta) returns (bool success)
increaseApproval(address _spender, uint256 _delta) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferBulk(address[] _tos, uint256[] _values, uint256 _txId) returns (uint256 _bulkCount)
transferFrom(address _spender, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
BulkApproval(uint256 indexed _txId, uint256 _bulkCount)
BulkTransfer(uint256 indexed _txId, uint256 _bulkCount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _totalSupply, string _name, uint8 _decimals, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.