Balances ($0.00)
No balances found for "STC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20968764 | 2 months ago | | | 0 | 0.00026335236 | |
| 15920817 | 2 years ago | | | 0 | 0.00078293040 | |
| 15338205 | 2 years ago | | | 0 | 0.00023081867 | |
| 12134104 | 4 years ago | | | 0 | 0.0063594787 | |
| 11788550 | 4 years ago | | | 0 | 0.0093523244 | |
| 11783897 | 4 years ago | | | 0 | 0.0068045087 | |
| 11783761 | 4 years ago | | | 0 | 0.0068534620 | |
| 11783038 | 4 years ago | | | 0 | 0.0060702092 | |
| 11762804 | 4 years ago | | | 0 | 0.0041832821 | |
| 11762606 | 4 years ago | | | 0 | 0.0037114740 |
ABI
ABI objects
Getter at block 21379293
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
STC
operator() view returns (address)
0x062f2cd99d80d287cebfeff3bdbe6539c0171d67
owner() view returns (address)
0x062f2cd99d80d287cebfeff3bdbe6539c0171d67
symbol() view returns (string)
STC
totalSupply() view returns (uint256)
100001000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
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.