Sightseeing Chain
Verified contract
Active on
Ethereum with 86 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Sightseeing Chain"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7873101 | 5 years ago | | | 0 | 0.00065874600 | |
| 7461698 | 6 years ago | | | 0 | 0.00089811028 | |
| 7461694 | 6 years ago | | | 0 | 0.00099726825 | |
| 7322529 | 6 years ago | | | 0 | 0.0013746748 | |
| 7322521 | 6 years ago | | | 0 | 0.0029575923 | |
| 7307832 | 6 years ago | | | 0 | 0.0027396474 | |
| 7264871 | 6 years ago | | | 0 | 0.00043916400 | |
| 7087542 | 6 years ago | | | 0 | 0.0016014910 | |
| 7030066 | 6 years ago | | | 0 | 0.00046379700 | |
| 7030063 | 6 years ago | | | 0 | 0.00072279075 |
ABI
ABI objects
Getter at block 21094958
decimals() view returns (uint256)
18
name() view returns (string)
Sightseeing Chain
symbol() view returns (string)
SSCN
totalSupply() view returns (uint256)
100000000000000000000000000
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.