Convex FXS
Verified contract
Active on
Ethereum with 9,893 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($19.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FXS | ERC-20 | 8.648518 | $2.24 |
$19.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159920 | 14 hours ago | | | 0 | 0.0010949240 | |
| 21157397 | a day ago | | | 0 | 0.00072666094 | |
| 21157388 | a day ago | | | 0 | 0.00076572981 | |
| 21148845 | 2 days ago | | | 0 | 0.00040673466 | |
| 21148792 | 2 days ago | | | 0 | 0.00049598048 | |
| 21143507 | 3 days ago | | | 0 | 0.0010760092 | |
| 21141670 | 3 days ago | | | 0 | 0.00047747753 | |
| 21140750 | 3 days ago | | | 0 | 0.00041958895 | |
| 21140561 | 3 days ago | | | 0 | 0.00041690710 | |
| 21139352 | 3 days ago | | | 0 | 0.00077613784 |
ABI
ABI objects
Getter at block 21163975
decimals() view returns (uint8)
18
name() view returns (string)
Convex FXS
operator() view returns (address)
0x8f55d7c21bdff1a51afaa60f3de7590222a3181e
symbol() view returns (string)
cvxFXS
totalSupply() view returns (uint256)
7455216809629706521852830
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(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
setOperator(address _operator)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.