Humble abode chain
Verified contract
Active on
Ethereum with 178 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 "Humble abode chain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8957165 | 5 years ago | | | 0 | 0.000074627731 | |
| 8932191 | 5 years ago | | | 0 | 0.00011494560 | |
| 8925343 | 5 years ago | | | 0 | 0.00056064000 | |
| 8925314 | 5 years ago | | | 0 | 0.00057715150 | |
| 8924878 | 5 years ago | | | 0 | 0.000074496000 | |
| 8909179 | 5 years ago | | | 0 | 0.00015674400 | |
| 8891067 | 5 years ago | | | 0 | 0.000074752000 | |
| 8888352 | 5 years ago | | | 0 | 0.00017835136 | |
| 8888347 | 5 years ago | | | 0 | 0.00033580800 | |
| 8888147 | 5 years ago | | | 0 | 0.000082086400 |
ABI
ABI objects
Getter at block 21160146
decimals() view returns (uint8)
6
name() view returns (string)
Humble abode chain
owner() view returns (address)
0x7b6e39121172ee5a7b91491922cae0882bb85f56
running() view returns (bool)
true
symbol() view returns (string)
HA
totalSupply() view returns (uint256)
1000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
startTransaction()
stopTransaction()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StartTransaction(address indexed owner)
StopTransaction(address indexed owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.