Bankless BED Index
Verified contract
Active on
Ethereum with 2,306 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($811,435.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 5.117893 | $90,880.00 |
$465,114.14 | |
WETH | ERC-20 | 69.89878 | $3,171.22 |
$221,664.41 | |
DPI | ERC-20 | 1.319124K | $94.50 |
$124,657.2 | |
$ | ERC-20 | 50K | -- | -- | |
$ Evmosia.com | ERC-20 | 2.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21192050 | a day ago | | | 0 | 0.00081870283 | |
| 21192013 | a day ago | | | 0 | 0.0010454380 | |
| 21180465 | 3 days ago | | | 0 | 0.0034356200 | |
| 21158505 | 6 days ago | | | 0 | 0.0012364323 | |
| 21143763 | 8 days ago | | | 0 | 0.00095907103 | |
| 21096165 | 15 days ago | | | 0 | 0.00022051402 | |
| 21078743 | 17 days ago | | | 0 | 0.00051601766 | |
| 21077895 | 17 days ago | | | 0 | 0.00050081095 | |
| 21064239 | 19 days ago | | | 0 | 0.00062365683 | |
| 21042748 | 22 days ago | | | 0 | 0.00019673824 |
ABI
ABI objects
Getter at block 21202515 getPositions() view returns (struct ISetTokenPosition[])
controller() view returns (address)
0xa4c8d221d8bb851f83aadd0223a8900a6921a349
decimals() view returns (uint8)
18
getComponents() view returns (address[])
[0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b, 0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599, 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2]
getModules() view returns (address[])
[0xd8EF3cACe8b4907117a45B0b125c68560532F94D, 0x08f866c74205617B6F3903EF481798EcED10cDEC, 0x84cE03AE547330f61584aD6103743732B1AE97C5]
isLocked() view returns (bool)
false
locker() view returns (address)
0x0000000000000000000000000000000000000000
manager() view returns (address)
0x5e6898ee65edd36f76571db4171b4ebdeab5262c
name() view returns (string)
Bankless BED Index
positionMultiplier() view returns (int256)
992312524121540760
symbol() view returns (string)
BED
totalSupply() view returns (uint256)
6050349934405765923075
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.