StarChainToken
Verified contract
Active on
Ethereum with 129,407 txns
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 |
---|---|---|---|---|---|
STC | ERC-20 | 15.96675K | -- | -- | |
USE | ERC-20 | 80 | -- | -- | |
UST | ERC-20 | 80 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20623319 | 2 months ago | | | 0 | 0.000086864224 | |
| 20623301 | 2 months ago | | | 0 | 0.000054419058 | |
| 20453320 | 3 months ago | | | 0 | 0.000047089000 | |
| 19595501 | 7 months ago | | | 0 | 0.00044328958 | |
| 19595427 | 7 months ago | | | 0 | 0.00067921926 | |
| 19593471 | 7 months ago | | | 0 | 0.00038801306 | |
| 19593418 | 7 months ago | | | 0 | 0.00034619791 | |
| 19593418 | 7 months ago | | | 0 | 0.00051694368 | |
| 19481126 | 8 months ago | | | 0 | 0.0013081730 | |
| 19460995 | 8 months ago | | | 0 | 0.00078266992 |
ABI
ABI objects
Getter at block 21158185
decimals() view returns (uint8)
8
name() view returns (string)
StarChainToken
symbol() view returns (string)
STC
totalSupply() view returns (uint256 total)
100000000000000000
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 _amount) returns (bool success)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.