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 |
---|---|---|---|---|---|
MYOU | ERC-20 | 0.1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13434199 | 3 years ago | | | 0 | 0.0019587541 | |
| 13357437 | 3 years ago | | | 0 | 0.0044965951 | |
| 13230500 | 3 years ago | | | 0 | 0.0032553991 | |
| 12773019 | 3 years ago | | | 0 | 0.0023111551 | |
| 12711251 | 3 years ago | | | 0 | 0.00033016500 | |
| 12600468 | 3 years ago | | | 0 | 0.00036673005 | |
| 12573036 | 3 years ago | | | 0 | 0.00058676805 | |
| 12445023 | 3 years ago | | | 0 | 0.0015407700 | |
| 12444073 | 3 years ago | | | 0 | 0.0016875100 | |
| 12385229 | 4 years ago | | | 0 | 0.00078292003 |
ABI
ABI objects
Getter at block 21160700
decimals() view returns (uint256)
18
name() view returns (string)
USM
symbol() view returns (string)
USM
totalSupply() view returns (uint256)
2000000000000000000000000000
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)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.