BTC 2x Flexible Leverage Index
Verified contract
Active on
Ethereum with 3,448 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,443,544.60)
Native
Value
$1,970.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.618978 | $3,183.92 |
$1,970.78 | |
BTC2X | ERC-20 | 39.499211K | $87.13 |
$3,441,566.24 | |
cWBTC | ERC-20 | 0.004422 | $1,652.39 |
$7.31 | |
USDC | ERC-20 | 0.276629 | $1.001 |
$0.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163594 | 3 hours ago | | | 0 | 0.00061722619 | |
| 21162717 | 6 hours ago | | | 0 | 0.00067039873 | |
| 21158604 | 20 hours ago | | | 0 | 0.0010963825 | |
| 21157983 | a day ago | | | 0 | 0.0017341711 | |
| 21157254 | a day ago | | | 0 | 0.00094973761 | |
| 21153601 | 2 days ago | | | 0 | 0.00065541326 | |
| 21153573 | 2 days ago | | | 0 | 0.00051338172 | |
| 21153522 | 2 days ago | | | 0 | 0.00066881833 | |
| 21153406 | 2 days ago | | | 0 | 0.00057014653 | |
| 21153379 | 2 days ago | | | 0 | 0.00059833512 |
ABI
ABI objects
Getter at block 21164517
controller() view returns (address)
0xa4c8d221d8bb851f83aadd0223a8900a6921a349
decimals() view returns (uint8)
18
getComponents() view returns (address[])
[0xD2AC55cA3Bbd2Dd1e9936eC640dCb4b745fDe759, 0xccF4429DB6322D5C611ee964527D42E5d685DD6a]
getModules() view returns (address[])
[0x39F024d621367C044BacE2bf0Fb15Fb3612eCB92, 0x69a592D2129415a4A1d1b1E309C17051B7F28d57, 0x8d5174eD1dd217e240fDEAa52Eb7f4540b04F419, 0x0e1fD036506c1129e9F2A05c1a01DDCfa813b0Aa, 0xbe4aEdE1694AFF7F1827229870f6cf3d9e7a999c, 0x90F765F63E7DC5aE97d6c576BF693FB6AF41C129]
getPositions() view returns (struct ISetTokenPosition[])
[(0xd2ac55ca3bbd2dd1e9936ec640dcb4b745fde759, 0x0000000000000000000000000000000000000000, 257923931463342104, 0, 0x), (0xccf4429db6322d5c611ee964527d42e5d685dd6a, 0x0000000000000000000000000000000000000000, 0, 0, 0x)]
isLocked() view returns (bool)
false
locker() view returns (address)
0x0000000000000000000000000000000000000000
manager() view returns (address)
0x3b439351177fc9d7b5fd11aedcc177d73f989341
name() view returns (string)
BTC 2x Flexible Leverage Index
positionMultiplier() view returns (int256)
946558039412023861
symbol() view returns (string)
BTC2x-FLI
totalSupply() view returns (uint256)
153142868896941709937398
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.