Wrapped STA
Verified contract
Active on
Ethereum with 2,477 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($48,841.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STA | ERC-20 | 25.124687M | $0.001944 |
$48,841.39 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155602 | 15 days ago | | | 0 | 0.00056358324 | |
| 21116263 | 20 days ago | | | 0 | 0.00032612149 | |
| 21014778 | a month ago | | | 0 | 0.00077051986 | |
| 21014774 | a month ago | | | 0 | 0.00075360652 | |
| 20853056 | 2 months ago | | | 0 | 0.00025731246 | |
| 20207561 | 5 months ago | | | 0 | 0.00026723076 | |
| 20173057 | 5 months ago | | | 0 | 0.00023121000 | |
| 19919839 | 6 months ago | | | 0 | 0.0010205093 | |
| 19917350 | 6 months ago | | | 0 | 0.00034575181 | |
| 19528593 | 8 months ago | | | 0 | 0.00094107379 |
ABI
ABI objects
Getter at block 21259745
STA() view returns (address)
0xa7de087329bfcda5639247f96140f9dabe3deed1
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped STA
symbol() view returns (string)
WSTA
totalSupply() view returns (uint256)
25124667085640082895308383
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
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 account, uint256 amount) returns (bool)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unwrap(uint256 _amount)
wrap(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unwrapped(address _unwrapper, uint256 _amountUnwrapped, uint256 _amountOut)
Wrapped(address _wrapper, uint256 _amountIn, uint256 _amountWrapped)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.