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) |
---|---|---|---|---|---|---|---|
| 21249191 | a day ago | | | 0 | 0.00056659659 | |
| 21249188 | a day ago | | | 0 | 0.00050550486 | |
| 21232277 | 4 days ago | | | 0 | 0.00090601294 | |
| 21225783 | 5 days ago | | | 0 | 0.00043324226 | |
| 21199931 | 8 days ago | | | 0 | 0.00059760599 | |
| 21199931 | 8 days ago | | | 0 | 0.00071744764 | |
| 21199928 | 8 days ago | | | 0 | 0.00054266750 | |
| 21115520 | 20 days ago | | | 0 | 0.00031275614 | |
| 21044402 | a month ago | | | 0 | 0.00076731420 | |
| 21006399 | a month ago | | | 0 | 0.00032456609 |
ABI
ABI objects
Getter at block 21259668
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
ONS
operator() view returns (address)
0x0000000000000000000000000000000000000001
owner() view returns (address)
0x0000000000000000000000000000000000000001
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.