ETH 2x Flexible Leverage Index

Verified contract

Active on Ethereum with 17,142 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $20,046,504.6
ERC-20
Value $21.45
ERC-20
Value $1.28
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xeea279437d8ce3fe5e67aeb3178904156afd13bde608ffdef457a541a20748bf
0xc02533b0d5c9f098e769bcaf3960ca6333db9e80a760a9637cf3098e11b37cd2
0x5eacd1ea9997a931199349af893c292043336cafd2338489f154975a5446bbff
0x7084b3124119cb8dbfb95d1c2f19c78c46e7a096e15cddd4c8688a802c3ff481
0x88ad4f518d0fd192f5a9bd47f7ae19d0480e9316e5515e9275109ee416453700
0xbfb1f850e46c5f305f48fe0b673088b06490d2aa482dbc0340e062d249fa5a92
0x71adfc5ae2400175551501d5ad7f04d6a71b8ad91f656a405f3b5ff39b024799
0x8be8e4872b8239a16afd5ce31b2de6131fab86002f5c2d9886e8f3fa4ac22d18
0xa7a5ac0a546d75a9d81ffd3fbe4326b95f16b64112db2bba986ad091475fd608
0xe63394c2306a68ba9042046c377d248820fa4425b74c923721585d99590e2ac0

Functions
Getter at block 21271351
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)
956363216718746071073969
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
components(uint256view returns (address)
getDefaultPositionRealUnit(address _componentview returns (int256)
getExternalPositionData(address _componentaddress _positionModuleview returns (bytes)
getExternalPositionModules(address _componentview returns (address[])
getExternalPositionRealUnit(address _componentaddress _positionModuleview returns (int256)
getTotalComponentRealUnits(address _componentview returns (int256)
isComponent(address _componentview returns (bool)
isExternalPositionModule(address _componentaddress _moduleview returns (bool)
isInitializedModule(address _moduleview returns (bool)
isPendingModule(address _moduleview returns (bool)
moduleStates(addressview returns (uint8)
modules(uint256view returns (address)
State-modifying
addComponent(address _component
addExternalPositionModule(address _componentaddress _positionModule
addModule(address _module
approve(address spenderuint256 amountreturns (bool)
burn(address _accountuint256 _quantity
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
editDefaultPositionUnit(address _componentint256 _realUnit
editExternalPositionData(address _componentaddress _positionModulebytes _data
editExternalPositionUnit(address _componentaddress _positionModuleint256 _realUnit
editPositionMultiplier(int256 _newMultiplier
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initializeModule(
invoke(address _targetuint256 _valuebytes _datareturns (bytes _returnValue)
lock(
mint(address _accountuint256 _quantity
removeComponent(address _component
removeExternalPositionModule(address _componentaddress _positionModule
removeModule(address _module
removePendingModule(address _module
setManager(address _manager
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
unlock(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ComponentAdded(address indexed _component
ComponentRemoved(address indexed _component
DefaultPositionUnitEdited(address indexed _componentint256 _realUnit
ExternalPositionDataEdited(address indexed _componentaddress indexed _positionModulebytes _data
ExternalPositionUnitEdited(address indexed _componentaddress indexed _positionModuleint256 _realUnit
Invoked(address indexed _targetuint256 indexed _valuebytes _databytes _returnValue
ManagerEdited(address _newManageraddress _oldManager
ModuleAdded(address indexed _module
ModuleInitialized(address indexed _module
ModuleRemoved(address indexed _module
PendingModuleRemoved(address indexed _module
PositionModuleAdded(address indexed _componentaddress indexed _positionModule
PositionModuleRemoved(address indexed _componentaddress indexed _positionModule
PositionMultiplierEdited(int256 _newMultiplier
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address[] _componentsint256[] _unitsaddress[] _modulesaddress _controlleraddress _managerstring _namestring _symbol
Fallback and receive
receive(
Errors

This contract contains no error objects.