Stars Of Chain
Verified contract
Active on
Ethereum with 2,042 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Stars Of Chain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452832 | 3 months ago | | | 0 | 0.000051612000 | |
| 15583510 | 2 years ago | | | 0 | 0.0016939195 | |
| 13461956 | 3 years ago | | | 0 | 0.0043403559 | |
| 12060559 | 4 years ago | | | 0 | 0.0060080832 | |
| 12060559 | 4 years ago | | | 0 | 0.0060080832 | |
| 12060487 | 4 years ago | | | 0 | 0.0097867969 | |
| 11618809 | 4 years ago | | | 0 | 0.0039392640 | |
| 11611796 | 4 years ago | | | 0 | 0.0086682816 | |
| 11611039 | 4 years ago | | | 0 | 0.0084515746 | |
| 11607783 | 4 years ago | | | 0 | 0.0084731328 |
ABI
ABI objects
Getter at block 21160675
decimals() view returns (uint8)
18
name() view returns (string)
Stars Of Chain
owner() view returns (address)
0x02ecf0d183058efc4f8b9eaad7eebf84d56698cd
symbol() view returns (string)
STOC
totalSupply() view returns (uint256)
5000000000000000000000000
Read-only
_assert(bool assertion) pure
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
safeAdd(uint256 a, uint256 b) pure returns (uint256)
safeDiv(uint256 a, uint256 b) pure returns (uint256)
safeMul(uint256 a, uint256 b) pure returns (uint256)
safeSub(uint256 a, uint256 b) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnerShip(address newOwer)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address target, uint256 amount)
FrozenFunds(address target, bool frozen)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name)
This contract contains no fallback and receive objects.
This contract contains no error objects.