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 "StarCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12600188 | 3 years ago | | | 0 | 0.00065307600 | |
| 12081215 | 4 years ago | | | 0 | 0.0049590391 | |
| 12081214 | 4 years ago | | | 0 | 0.0049590391 | |
| 11574850 | 4 years ago | | | 0 | 0.0017628581 | |
| 10184709 | 4 years ago | | | 0 | 0.0020795970 | |
| 9909335 | 5 years ago | | | 0 | 0.00063987600 | |
| 9863537 | 5 years ago | | | 0 | 0.00017501250 | |
| 9863530 | 5 years ago | | | 0 | 0.00028742250 | |
| 9863525 | 5 years ago | | | 0 | 0.00028742250 | |
| 9860671 | 5 years ago | | | 0 | 0.000083962800 |
ABI
ABI objects
Getter at block 21207571
INITIAL_SUPPLY() view returns (uint256)
400000000000000000000000000
MAXIMUM_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
StarCoin
owner() view returns (address)
0x7d9778e7607635255c9ec34c078e98ab1ab754a7
releaseAgent() view returns (address)
0x7d9778e7607635255c9ec34c078e98ab1ab754a7
released() view returns (bool)
true
symbol() view returns (string)
STAR
totalSupply() view returns (uint256)
400000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
transferAgents(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
release()
setReleaseAgent(address addr)
setTransferAgent(address addr, bool state)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.