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 |
---|---|---|---|---|---|
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20940592 | 2 months ago | | | 0 | 0.00063959887 | |
| 18845284 | a year ago | | | 0 | 0.00087967636 | |
| 18845257 | a year ago | | | 0 | 0.00084539886 | |
| 18845249 | a year ago | | | 0 | 0.00084362869 | |
| 18845220 | a year ago | | | 0 | 0.00085666777 | |
| 18841394 | a year ago | | | 0 | 0.00099223220 | |
| 18840687 | a year ago | | | 0 | 0.0012098992 | |
| 18589813 | a year ago | | | 0 | 0.0010316117 | |
| 13663802 | 3 years ago | | | 0 | 0.0064092880 | |
| 13663802 | 3 years ago | | | 0 | 0.0064092880 |
ABI
ABI objects
Getter at block 21304864
INITIAL_SUPPLY() view returns (uint256)
400000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Honest
owner() view returns (address)
0xc962198ba067f83a9f01fcdb41757b52590ef605
paused() view returns (bool)
false
symbol() view returns (string)
HNST
totalSupply() view returns (uint256)
400000000000000000000000000
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.