Wrapped sGaas
Verified contract
Active on
Ethereum with 3,994 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sGaas | ERC-20 | 4.579739K | -- | -- | |
wsGaas | ERC-20 | 0.336312 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21233827 | 12 days ago | | | 0 | 0.00030076492 | |
| 21099780 | a month ago | | | 0 | 0.000092673634 | |
| 21015257 | a month ago | | | 0 | 0.00069182695 | |
| 20846838 | 2 months ago | | | 0 | 0.00017806218 | |
| 20451122 | 4 months ago | | | 0 | 0.000027522745 | |
| 20386065 | 4 months ago | | | 0 | 0.000087395443 | |
| 20347126 | 4 months ago | | | 0 | 0.000084763515 | |
| 20303270 | 5 months ago | | | 0 | 0.000081101344 | |
| 20198375 | 5 months ago | | | 0 | 0.000070750458 | |
| 20194807 | 5 months ago | | | 0 | 0.000035605047 |
ABI
ABI objects
Getter at block 21320034
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped sGaas
sGaas() view returns (address)
0x0aa9d1c726acbfa1ef8683a6b105ef46c5889a7c
symbol() view returns (string)
wsGaas
totalSupply() view returns (uint256)
3975964488025093944882
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
sGaasTowsGaas(uint256 _amount) view returns (uint256)
wsGaasTosGaas(uint256 _amount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unwrap(uint256 _amount) returns (uint256)
wrap(uint256 _amount) returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _sGaas)
This contract contains no fallback and receive objects.
This contract contains no error objects.