Hierarchical Token Bucket
Verified contract
Active on
Ethereum with 284 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 |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7866394 | 6 years ago | | | 0 | 0.0022579800 | |
| 7862475 | 6 years ago | | | 0 | 0.0022579800 | |
| 7861701 | 6 years ago | | | 0 | 0.0022503000 | |
| 7861659 | 6 years ago | | | 0 | 0.0022503000 | |
| 7861645 | 6 years ago | | | 0 | 0.0022503000 | |
| 7861503 | 6 years ago | | | 0 | 0.0022541400 | |
| 7762889 | 6 years ago | | | 0 | 0.00022633000 | |
| 7469733 | 6 years ago | | | 0 | 0.00010646600 | |
| 7468078 | 6 years ago | | | 0 | 0.00020041522 | |
| 7282573 | 6 years ago | | | 0 | 0.00034784562 |
ABI
ABI objects
Getter at block 21329352
decimals() view returns (uint8)
0
name() view returns (string)
Hierarchical Token Bucket
owner() view returns (address)
0xbf83bf66019a082564501dc70e2ebf3cecf03510
symbol() view returns (string)
数据账本
totalRised() view returns (uint256)
0
totalSupply() view returns (uint256)
100000000652
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
FundTransfer(address backer, uint256 amount, bool isContribution)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
fallback()
This contract contains no error objects.