Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($236,860,458.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 18.339091K | $3,419.14 |
$62,703,919.43 | |
wstETH | ERC-20 | 15.348795K | $4,011.13 |
$61,566,010.79 | |
cbETH | ERC-20 | 13.101772K | $3,698.73 |
$48,459,917.31 | |
cbBTC | ERC-20 | 256.65898 | $99,073.00 |
$25,427,975.15 | |
bsdETH | ERC-20 | 3.001312K | $3,476.33 |
$10,433,551.1 | |
wsuperOETHb | ERC-20 | 1.994535K | $3,512.41 |
$7,005,624.62 | |
USDC | ERC-20 | 4.826387M | $1.001 |
$4,831,213.2 | |
EURC | ERC-20 | 3.179238M | $1.053 |
$3,347,738.07 | |
ezETH | ERC-20 | 940.042907 | $3,507.69 |
$3,297,379.1 | |
weETH | ERC-20 | 869.273269 | $3,602.22 |
$3,131,313.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22729617 | 34 minutes ago | | | 0 | 2.2540900e-7 | |
| 22729583 | 35 minutes ago | | | 0 | 2.2542239e-7 | |
| 22729485 | 38 minutes ago | | | 0 | 1.4234233e-7 | |
| 22729398 | 41 minutes ago | | | 0 | 1.5879527e-7 | |
| 22729258 | an hour ago | | | 0 | 2.2380973e-7 | |
| 22729181 | an hour ago | | | 0 | 1.4492618e-7 | |
| 22729073 | an hour ago | | | 0 | 1.7350050e-7 | |
| 22728930 | an hour ago | | | 0 | 1.9201350e-7 | |
| 22727552 | 2 hours ago | | | 0 | 0.000000090313584681 | |
| 22725843 | 3 hours ago | | | 0 | 1.5537830e-7 |
ABI
ABI objects
Getter at block 22730619
DOMAIN_SEPARATOR() view returns (bytes32)
0xc6022463533fe30be3a35b0825db824f0250c798d392b1874768ad2778eaad20
feeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xcba28b38103307ec8da98377fff9816c164f9afa
Read-only
extSloads(bytes32[] slots) view returns (bytes32[] res)
idToMarketParams(bytes32) view returns (address loanToken, address collateralToken, address oracle, address irm, uint256 lltv)
isAuthorized(address, address) view returns (bool)
isIrmEnabled(address) view returns (bool)
isLltvEnabled(uint256) view returns (bool)
market(bytes32) view returns (uint128 totalSupplyAssets, uint128 totalSupplyShares, uint128 totalBorrowAssets, uint128 totalBorrowShares, uint128 lastUpdate, uint128 fee)
nonce(address) view returns (uint256)
position(bytes32, address) view returns (uint256 supplyShares, uint128 borrowShares, uint128 collateral)
State-modifying
Events accrueInterest(struct MarketParams marketParams)
borrow(struct MarketParams marketParams, uint256 assets, uint256 shares, address onBehalf, address receiver) returns (uint256, uint256)
createMarket(struct MarketParams marketParams)
enableIrm(address irm)
enableLltv(uint256 lltv)
flashLoan(address token, uint256 assets, bytes data)
liquidate(struct MarketParams marketParams, address borrower, uint256 seizedAssets, uint256 repaidShares, bytes data) returns (uint256, uint256)
repay(struct MarketParams marketParams, uint256 assets, uint256 shares, address onBehalf, bytes data) returns (uint256, uint256)
setAuthorization(address authorized, bool newIsAuthorized)
setAuthorizationWithSig(struct Authorization authorization, struct Signature signature)
setFee(struct MarketParams marketParams, uint256 newFee)
setFeeRecipient(address newFeeRecipient)
setOwner(address newOwner)
supply(struct MarketParams marketParams, uint256 assets, uint256 shares, address onBehalf, bytes data) returns (uint256, uint256)
supplyCollateral(struct MarketParams marketParams, uint256 assets, address onBehalf, bytes data)
withdraw(struct MarketParams marketParams, uint256 assets, uint256 shares, address onBehalf, address receiver) returns (uint256, uint256)
withdrawCollateral(struct MarketParams marketParams, uint256 assets, address onBehalf, address receiver)
This contract contains no event objects.
constructor(address newOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.