Star Network
Verified contract
Active on
Ethereum with 835 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 "Star Network"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17603214 | a year ago | | | 0 | 0.00066698692 | |
| 12593074 | 3 years ago | | | 0 | 0.00099507100 | |
| 12352398 | 4 years ago | | | 0 | 0.0023256000 | |
| 12295685 | 4 years ago | | | 0 | 0.0022824680 | |
| 12295671 | 4 years ago | | | 0 | 0.0029353600 | |
| 12295667 | 4 years ago | | | 0 | 0.0023902240 | |
| 12295657 | 4 years ago | | | 0 | 0.0015869520 | |
| 12295614 | 4 years ago | | | 0 | 0.0017436880 | |
| 12295583 | 4 years ago | | | 0 | 0.0036692000 | |
| 12295583 | 4 years ago | | | 0 | 0.0036692000 |
ABI
ABI objects
Getter at block 21214755
decimals() view returns (uint256)
18
mintable() view returns (bool)
true
name() view returns (string)
Star Network
owner() view returns (address)
0x231430a221ccf7d5734ea587ee5f7ee7b00e5d92
symbol() view returns (string)
STN
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool)
mint(uint256 amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _owner, string _name, string _symbol, uint256 _decimals, uint256 _totalSupply, bool _mintable)
This contract contains no fallback and receive objects.
This contract contains no error objects.