Star Exchange Coin
Verified contract
Active on
Ethereum with 735 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Star Exchange Coin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12004934 | 4 years ago | | | 0 | 0.0082670490 | |
| 12004931 | 4 years ago | | | 0 | 0.0040856100 | |
| 10839170 | 4 years ago | | | 0 | 0.0076871370 | |
| 10838428 | 4 years ago | | | 0 | 0.0087533460 | |
| 10769555 | 4 years ago | | | 0 | 0.021603600 | |
| 9988009 | 5 years ago | | | 0 | 0.00046437420 | |
| 9961157 | 5 years ago | | | 0 | 0.00072063000 | |
| 9961125 | 5 years ago | | | 0 | 0.00034338481 | |
| 9958348 | 5 years ago | | | 0 | 0.0010804200 | |
| 9728164 | 5 years ago | | | 0 | 0.0021608400 |
ABI
ABI objects
Getter at block 21169314
decimals() view returns (uint8)
8
name() view returns (string)
Star Exchange Coin
symbol() view returns (string)
SEC
totalSupply() view returns (uint256)
200000000000000000
Read-only
_allowed(address, address) view returns (uint256)
allowance(address _master, address _spender) view returns (uint256)
balanceOf(address addr) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(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)
Burn(address indexed _from, 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.