Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STL | ERC-20 | 103.2K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21115520 | 6 days ago | | | 0 | 0.00031275614 | |
| 21044402 | 16 days ago | | | 0 | 0.00076731420 | |
| 21006399 | 21 days ago | | | 0 | 0.00032456609 | |
| 20934003 | a month ago | | | 0 | 0.00039545476 | |
| 20934002 | a month ago | | | 0 | 0.00032632056 | |
| 20900072 | a month ago | | | 0 | 0.00015589881 | |
| 20897254 | a month ago | | | 0 | 0.00014074494 | |
| 20700502 | 2 months ago | | | 0 | 0.00011314969 | |
| 20687385 | 2 months ago | | | 0 | 0.00014828901 | |
| 20687380 | 2 months ago | | | 0 | 0.00016108387 |
ABI
ABI objects
Getter at block 21160177
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
ONS
operator() view returns (address)
0x6f2eb8957b06b00ccec0f901c8c0100a39585332
owner() view returns (address)
0x6f2eb8957b06b00ccec0f901c8c0100a39585332
symbol() view returns (string)
ONS
totalSupply() view returns (uint256)
121682372696759259259108
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.