Human Token
Verified contract
Active on
Ethereum with 9,864 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.364722 |
$177.3 | |
BiFi | ERC-20 | 50K | $0.002721 |
$136.07 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271417 | an hour ago | | | 0 | 0.00051669474 | |
| 21270315 | 5 hours ago | | | 0 | 0.00019947753 | |
| 21269554 | 8 hours ago | | | 0 | 0.00027590474 | |
| 21269546 | 8 hours ago | | | 0 | 0.00031006137 | |
| 21263716 | a day ago | | | 0 | 0.00033246819 | |
| 21258794 | 2 days ago | | | 0 | 0.00032182427 | |
| 21255287 | 2 days ago | | | 0 | 0.00033389620 | |
| 21255189 | 2 days ago | | | 0 | 0.00034869541 | |
| 21254947 | 2 days ago | | | 0 | 0.00034117432 | |
| 21253988 | 2 days ago | | | 0 | 0.00039560284 |
ABI
ABI objects
Getter at block 21271802
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.