Leveraged ETH
Verified contract
Proxy
Active on
Ethereum with 482 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 43 additional slots
Balances ($0.00)
No balances found for "Leveraged ETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21285110 | 6 hours ago | | | 0 | 0.00035045562 | |
| 21285095 | 7 hours ago | | | 0 | 0.00055097252 | |
| 21273628 | 2 days ago | | | 0 | 0.00085744526 | |
| 21265637 | 3 days ago | | | 0 | 0.0010384770 | |
| 21263626 | 3 days ago | | | 0 | 0.00021084230 | |
| 21262097 | 3 days ago | | | 0 | 0.00035558532 | |
| 21251538 | 5 days ago | | | 0 | 0.0013945184 | |
| 21244012 | 6 days ago | | | 0 | 0.00084046957 | |
| 21226867 | 8 days ago | | | 0 | 0.00054301370 | |
| 21222443 | 9 days ago | | | 0 | 0.0013824780 |
ABI
ABI objects
Getter at block 21287033 nav() view returns (uint256)
decimals() view returns (uint8)
18
fToken() view returns (address)
0x53805a76e1f5ebbfe7115f16f9c87c2f7e633726
name() view returns (string)
Leveraged ETH
symbol() view returns (string)
xETH
totalSupply() view returns (uint256)
2809331868995862209455985
treasury() view returns (address)
0x0e5caa5c889bdf053c9a76395f62267e653afbb0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
initialize(address _treasury, address _fToken, string _name, string _symbol)
mint(address _to, uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.