Invest Like Stakeborg Index
Verified contract
Active on
Ethereum with 506 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($125,405.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.428221 | $70,393.00 |
$30,143.77 | |
WETH | ERC-20 | 9.275804 | $2,543.99 |
$23,597.55 | |
AAVE | ERC-20 | 139.111879 | $144.54 |
$20,107.23 | |
LINK | ERC-20 | 1.372109K | $11.62 |
$15,943.91 | |
APE | ERC-20 | 10.17387K | $1.016 |
$10,336.65 | |
MATIC | ERC-20 | 27.592355K | $0.319718 |
$8,821.77 | |
ENS | ERC-20 | 502.027751 | $16.86 |
$8,464.19 | |
YFI | ERC-20 | 0.707642 | $4,761.79 |
$3,369.64 | |
SNX | ERC-20 | 2.126032K | $1.40 |
$2,976.45 | |
DYDX | ERC-20 | 1.612742K | $1.019 |
$1,643.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21082852 | 14 hours ago | | | 0 | 0.00035873443 | |
| 21036848 | 7 days ago | | | 0 | 0.00069925123 | |
| 20948814 | 19 days ago | | | 0 | 0.00039465363 | |
| 20920157 | 23 days ago | | | 0 | 0.00068416402 | |
| 20918105 | 24 days ago | | | 0 | 0.00041388362 | |
| 20908584 | 25 days ago | | | 0 | 0.00028261418 | |
| 20905890 | 25 days ago | | | 0 | 0.00034646338 | |
| 20771577 | a month ago | | | 0 | 0.00076089069 | |
| 20771512 | a month ago | | | 0 | 0.0011730087 | |
| 20639790 | 2 months ago | | | 0 | 0.000069432782 |
ABI
ABI objects
Getter at block 21087145 getPositions() view returns (struct ISetTokenPosition[])
controller() view returns (address)
0xa4c8d221d8bb851f83aadd0223a8900a6921a349
decimals() view returns (uint8)
18
getComponents() view returns (address[])
[0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599, 0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0, 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, 0x4d224452801ACEd8B2F0aebE155379bb5D594381, 0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F, 0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e, 0x92D6C1e31e14520e676a687F0a93788B716BEff5, 0x514910771AF9Ca656af840dff83E8264EcF986CA, 0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9, 0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72]
getModules() view returns (address[])
[0x08f866c74205617B6F3903EF481798EcED10cDEC, 0x90F765F63E7DC5aE97d6c576BF693FB6AF41C129, 0xd8EF3cACe8b4907117a45B0b125c68560532F94D]
isLocked() view returns (bool)
false
locker() view returns (address)
0x0000000000000000000000000000000000000000
manager() view returns (address)
0xe06d7091db0fecc8496472e526eaf28d6eee0a24
name() view returns (string)
Invest Like Stakeborg Index
positionMultiplier() view returns (int256)
973487692801107573
symbol() view returns (string)
ILSI
totalSupply() view returns (uint256)
2290530415376469018560
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.