Harmony Block Capital
Verified contract
Active on
Ethereum with 117 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Harmony Block Capital"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10794211 | 4 years ago | | | 0 | 0.0056220040 | |
| 10793625 | 4 years ago | | | 0 | 0.0045160360 | |
| 10759526 | 4 years ago | | | 0 | 0.0047623680 | |
| 10759526 | 4 years ago | | | 0 | 0.0047639040 | |
| 10682535 | 4 years ago | | | 0 | 0.0049127760 | |
| 10682495 | 4 years ago | | | 0 | 0.0049127760 | |
| 10682483 | 4 years ago | | | 0 | 0.0049127760 | |
| 10681398 | 4 years ago | | | 0 | 0.0042986790 | |
| 10681398 | 4 years ago | | | 0 | 0.0040939800 | |
| 10681350 | 4 years ago | | | 0 | 0.0041311981 |
ABI
ABI objects
Getter at block 21190070
decimals() view returns (uint256)
6
isOwner() view returns (bool)
false
name() view returns (string)
Harmony Block Capital
owner() view returns (address)
0x1001ed634ff8b495479783a0620fdd71a6151b6c
symbol() view returns (string)
TRUST
totalSupply() view returns (uint256)
100000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkIfFrozen(address target) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address target, bool freeze)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address indexed target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 decimals, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.