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 |
---|---|---|---|---|---|
SNCT | ERC-20 | 30 | -- | -- | |
MYOU | ERC-20 | 0.2 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20841101 | a month ago | | | 0 | 0.00075426570 | |
| 12888271 | 3 years ago | | | 0 | 0.00055330505 | |
| 12623927 | 3 years ago | | | 0 | 0.00021965498 | |
| 11255594 | 4 years ago | | | 0 | 0.00050000004 | |
| 10399437 | 4 years ago | | | 0 | 0.0020385820 | |
| 10399429 | 4 years ago | | | 0 | 0.0012238711 | |
| 10120537 | 4 years ago | | | 0 | 0.00042248413 | |
| 10114415 | 4 years ago | | | 0 | 0.00098800000 | |
| 10080745 | 4 years ago | | | 0 | 0.00032058672 | |
| 9899549 | 5 years ago | | | 0 | 0.00031523950 |
ABI
ABI objects
Getter at block 21165994
decimals() view returns (uint8)
3
name() view returns (string)
UDS
symbol() view returns (string)
UDS
totalSupply() view returns (uint256)
1000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
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(string _tokenName, string _tokenSymbol, uint256 _initialSupply, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.