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 "Stoken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9605024 | 5 years ago | | | 0 | 0.00033543000 | |
| 7569897 | 6 years ago | | | 0 | 0.00019920600 | |
| 7552408 | 6 years ago | | | 0 | 0.00029707200 | |
| 7402981 | 6 years ago | | | 0 | 0.00029707200 | |
| 7397225 | 6 years ago | | | 0 | 0.00017707200 | |
| 7359125 | 6 years ago | | | 0 | 0.00029707200 | |
| 7252651 | 6 years ago | | | 0 | 0.00017656000 | |
| 7251774 | 6 years ago | | | 0 | 0.00053121600 | |
| 7251758 | 6 years ago | | | 0 | 0.00066841200 | |
| 7213593 | 6 years ago | | | 0 | 0.00017707200 |
ABI
ABI objects
Getter at block 21191440
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Stoken
owner() view returns (address)
0x228e4edd5e8fd2f281f091d000ff523fd49ef282
symbol() view returns (string)
ST
totalSupply() view returns (uint256)
500000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(address burner, uint256 _value)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
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)
Burn(address indexed burner, 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(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.