Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($955,854,216.92)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
wstETH | ERC-20 | 42.327177K | $3,951.95 |
$167,274,885.62 | |
WBTC | ERC-20 | 1.455856K | $98,349.00 |
$143,181,965.58 | |
sUSDe | ERC-20 | 118.906599M | $1.12 |
$133,175,391.34 | |
DAI | ERC-20 | 88.617857M | $0.999519 |
$88,575,231.45 | |
USDe | ERC-20 | 72.534724M | $1.002 |
$72,679,793.52 | |
USD0++ | ERC-20 | 68.686573M | $1.00 |
$68,686,572.73 | |
0x9f8f…79a2 | ERC-20 | 38.76998K | $1,636.56 |
$63,449,398.22 | |
cbBTC | ERC-20 | 418.601177 | $98,814.00 |
$41,363,656.73 | |
WETH | ERC-20 | 10.710904K | $3,354.70 |
$35,931,869.84 | |
USDC | ERC-20 | 25.537993M | $0.999823 |
$25,533,472.82 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242583 | 3 hours ago | | | 0 | 0.0012649863 | |
| 21242084 | 4 hours ago | | | 0 | 0.0012417778 | |
| 21241946 | 5 hours ago | | | 0 | 0.00028405996 | |
| 21241941 | 5 hours ago | | | 0 | 0.00082061538 | |
| 21241932 | 5 hours ago | | | 0 | 0.0010644239 | |
| 21241929 | 5 hours ago | | | 0 | 0.00040421330 | |
| 21237606 | 19 hours ago | | | 0 | 0.0013829013 | |
| 21237525 | 19 hours ago | | | 0 | 0.00088999038 | |
| 21237364 | 20 hours ago | | | 0 | 0.00075893883 | |
| 21234551 | a day ago | | | 0 | 0.0010417289 |
ABI
ABI objects
Getter at block 21243336
DOMAIN_SEPARATOR() view returns (bytes32)
0xec6ac4ec6469375712b671d38548b711c7a4a17b4db99be41e0eb9f28cafdd2d
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)
AccrueInterest(bytes32 indexed id, uint256 prevBorrowRate, uint256 interest, uint256 feeShares)
Borrow(bytes32 indexed id, address caller, address indexed onBehalf, address indexed receiver, uint256 assets, uint256 shares)
CreateMarket(bytes32 indexed id, struct MarketParams marketParams)
EnableIrm(address indexed irm)
EnableLltv(uint256 lltv)
FlashLoan(address indexed caller, address indexed token, uint256 assets)
IncrementNonce(address indexed caller, address indexed authorizer, uint256 usedNonce)
Liquidate(bytes32 indexed id, address indexed caller, address indexed borrower, uint256 repaidAssets, uint256 repaidShares, uint256 seizedAssets, uint256 badDebtAssets, uint256 badDebtShares)
Repay(bytes32 indexed id, address indexed caller, address indexed onBehalf, uint256 assets, uint256 shares)
SetAuthorization(address indexed caller, address indexed authorizer, address indexed authorized, bool newIsAuthorized)
SetFee(bytes32 indexed id, uint256 newFee)
SetFeeRecipient(address indexed newFeeRecipient)
SetOwner(address indexed newOwner)
Supply(bytes32 indexed id, address indexed caller, address indexed onBehalf, uint256 assets, uint256 shares)
SupplyCollateral(bytes32 indexed id, address indexed caller, address indexed onBehalf, uint256 assets)
Withdraw(bytes32 indexed id, address caller, address indexed onBehalf, address indexed receiver, uint256 assets, uint256 shares)
WithdrawCollateral(bytes32 indexed id, address caller, address indexed onBehalf, address indexed receiver, uint256 assets)
constructor(address newOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.