ETH 2x Flexible Leverage Index
Verified contract
Active on
Ethereum with 17,071 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($19,519,452.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH2X | ERC-20 | 320.884958K | $60.83 |
$19,519,431.99 | |
ETH2x-FLI | ERC-20 | 1.008421 | $19.47 |
$19.63 | |
cETH | ERC-20 | 0.019084 | $64.60 |
$1.23 | |
WETH | ERC-20 | 0 | $3,207.76 |
$0 | |
KOCHI | ERC-20 | 2.216319B | -- | -- | |
CLND | ERC-20 | 54.479025K | -- | -- | |
BGBG | ERC-20 | 908.562504 | -- | -- | |
HQG | ERC-20 | 1 | -- | -- | |
CRI | ERC-20 | 0.026 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159169 | 40 minutes ago | | | 0 | 0.0014814300 | |
| 21158683 | 2 hours ago | | | 0 | 0.0010985264 | |
| 21157971 | 5 hours ago | | | 0 | 0.0017730690 | |
| 21157314 | 7 hours ago | | | 0 | 0.00081073097 | |
| 21155172 | 14 hours ago | | | 0 | 0.00067273356 | |
| 21153642 | 19 hours ago | | | 0 | 0.00041659452 | |
| 21153537 | 20 hours ago | | | 0 | 0.00041117139 | |
| 21153531 | 20 hours ago | | | 0 | 0.00066986886 | |
| 21153486 | 20 hours ago | | | 0 | 0.00071169708 | |
| 21153478 | 20 hours ago | | | 0 | 0.00071194033 |
ABI
ABI objects
Getter at block 21159367
controller() view returns (address)
0xa4c8d221d8bb851f83aadd0223a8900a6921a349
decimals() view returns (uint8)
18
getComponents() view returns (address[])
[0x65c4C0517025Ec0843C9146aF266A2C5a2D148A2, 0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5]
getModules() view returns (address[])
[0x39F024d621367C044BacE2bf0Fb15Fb3612eCB92, 0x08f866c74205617B6F3903EF481798EcED10cDEC, 0x8d5174eD1dd217e240fDEAa52Eb7f4540b04F419, 0x0e1fD036506c1129e9F2A05c1a01DDCfa813b0Aa, 0xbe4aEdE1694AFF7F1827229870f6cf3d9e7a999c, 0x90F765F63E7DC5aE97d6c576BF693FB6AF41C129, 0x69a592D2129415a4A1d1b1E309C17051B7F28d57]
getPositions() view returns (struct ISetTokenPosition[])
[(0x65c4c0517025ec0843c9146af266a2c5a2d148a2, 0x0000000000000000000000000000000000000000, 324025092170292784, 0, 0x), (0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5, 0x0000000000000000000000000000000000000000, 0, 0, 0x)]
isLocked() view returns (bool)
false
locker() view returns (address)
0x0000000000000000000000000000000000000000
manager() view returns (address)
0x0749ce17c983deb806d6b841c65b7359c3d5b104
name() view returns (string)
ETH 2x Flexible Leverage Index
positionMultiplier() view returns (int256)
943214081533288106
symbol() view returns (string)
ETH2x-FLI
totalSupply() view returns (uint256)
990308978126312868743264
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
components(uint256) view returns (address)
getDefaultPositionRealUnit(address _component) view returns (int256)
getExternalPositionData(address _component, address _positionModule) view returns (bytes)
getExternalPositionModules(address _component) view returns (address[])
getExternalPositionRealUnit(address _component, address _positionModule) view returns (int256)
getTotalComponentRealUnits(address _component) view returns (int256)
isComponent(address _component) view returns (bool)
isExternalPositionModule(address _component, address _module) view returns (bool)
isInitializedModule(address _module) view returns (bool)
isPendingModule(address _module) view returns (bool)
moduleStates(address) view returns (uint8)
modules(uint256) view returns (address)
State-modifying
Events addComponent(address _component)
addExternalPositionModule(address _component, address _positionModule)
addModule(address _module)
approve(address spender, uint256 amount) returns (bool)
burn(address _account, uint256 _quantity)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
editDefaultPositionUnit(address _component, int256 _realUnit)
editExternalPositionData(address _component, address _positionModule, bytes _data)
editExternalPositionUnit(address _component, address _positionModule, int256 _realUnit)
editPositionMultiplier(int256 _newMultiplier)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initializeModule()
invoke(address _target, uint256 _value, bytes _data) returns (bytes _returnValue)
lock()
mint(address _account, uint256 _quantity)
removeComponent(address _component)
removeExternalPositionModule(address _component, address _positionModule)
removeModule(address _module)
removePendingModule(address _module)
setManager(address _manager)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
ComponentAdded(address indexed _component)
ComponentRemoved(address indexed _component)
DefaultPositionUnitEdited(address indexed _component, int256 _realUnit)
ExternalPositionDataEdited(address indexed _component, address indexed _positionModule, bytes _data)
ExternalPositionUnitEdited(address indexed _component, address indexed _positionModule, int256 _realUnit)
Invoked(address indexed _target, uint256 indexed _value, bytes _data, bytes _returnValue)
ManagerEdited(address _newManager, address _oldManager)
ModuleAdded(address indexed _module)
ModuleInitialized(address indexed _module)
ModuleRemoved(address indexed _module)
PendingModuleRemoved(address indexed _module)
PositionModuleAdded(address indexed _component, address indexed _positionModule)
PositionModuleRemoved(address indexed _component, address indexed _positionModule)
PositionMultiplierEdited(int256 _newMultiplier)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[] _components, int256[] _units, address[] _modules, address _controller, address _manager, string _name, string _symbol)
receive()
This contract contains no error objects.