Compound Ether
Verified contract
Active on
Ethereum with 321,005 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3d98…cd3b
0xf958…a227
Balances ($190,652,755.78)
Native
Value
$190,531,718.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 57.562801K | $3,309.98 |
$190,531,718.94 | |
AAVE | ERC-20 | 614.691118 | $166.81 |
$102,536.63 | |
cETH | ERC-20 | 272.751297 | $66.60 |
$18,165.24 | |
USDT | ERC-20 | 155.383512 | $1.001 |
$155.54 | |
COMP | ERC-20 | 1.369546 | $56.01 |
$76.71 | |
OOKS | ERC-20 | 78.548811 | $0.679511 |
$53.37 | |
SHIB | ERC-20 | 1.37741M | $0.000025 |
$34.92 | |
ZRX | ERC-20 | 11 | $0.442633 |
$4.87 | |
HEX | ERC-20 | 1.101307K | $0.003122 |
$3.44 | |
cUSDC | ERC-20 | 141.35258 | $0.024273 |
$3.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246141 | 28 minutes ago | | | 0 | 0.00084816445 | |
| 21246122 | 32 minutes ago | | | 0 | 0.0051261143 | |
| 21245818 | 2 hours ago | | | 0.015419959 | 0.0031520090 | |
| 21245505 | 3 hours ago | | | 0 | 0.0013419383 | |
| 21245472 | 3 hours ago | | | 0 | 0.00059854553 | |
| 21245063 | 4 hours ago | | | 0 | 0.00062191895 | |
| 21245028 | 4 hours ago | | | 0 | 0.0017248648 | |
| 21244999 | 4 hours ago | | | 50 | 0.0016986318 | |
| 21244955 | 4 hours ago | | | 0 | 0.00054902574 | |
| 21243613 | 9 hours ago | | | 0 | 0.00054401708 |
ABI
ABI objects
Getter at block 21246281 supplyRatePerBlock() view returns (uint256)
accrualBlockNumber() view returns (uint256)
21246122
admin() view returns (address)
0x6d903f6003cca6255d85cca4d3b5e5146dc33925
borrowIndex() view returns (uint256)
1160967696036845769
borrowRatePerBlock() view returns (uint256)
8797059780
comptroller() view returns (address)
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b
decimals() view returns (uint256)
8
exchangeRateStored() view returns (uint256)
200999667649596686717186726
getCash() view returns (uint256)
57562800663516104743201
initialExchangeRateMantissa() view returns (uint256)
200000000000000000000000000
interestRateModel() view returns (address)
0xf9583618169920c544ec89795a346f487cb5a227
isCToken() view returns (bool)
true
name() view returns (string)
Compound Ether
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
reserveFactorMantissa() view returns (uint256)
200000000000000000
symbol() view returns (string)
cETH
totalBorrows() view returns (uint256)
797385176468883699102
totalReserves() view returns (uint256)
831981118369129032037
totalSupply() view returns (uint256)
286210446983947
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
borrowBalanceStored(address account) view returns (uint256)
getAccountSnapshot(address account) view returns (uint256, uint256, uint256, uint256)
State-modifying
Events _acceptAdmin() returns (uint256)
_reduceReserves(uint256 reduceAmount) returns (uint256)
_setComptroller(address newComptroller) returns (uint256)
_setInterestRateModel(address newInterestRateModel) returns (uint256)
_setPendingAdmin(address newPendingAdmin) returns (uint256)
_setReserveFactor(uint256 newReserveFactorMantissa) returns (uint256)
accrueInterest() returns (uint256)
approve(address spender, uint256 amount) returns (bool)
balanceOfUnderlying(address owner) returns (uint256)
borrow(uint256 borrowAmount) returns (uint256)
borrowBalanceCurrent(address account) returns (uint256)
exchangeRateCurrent() returns (uint256)
liquidateBorrow(address borrower, address cTokenCollateral) payable
mint() payable
redeem(uint256 redeemTokens) returns (uint256)
redeemUnderlying(uint256 redeemAmount) returns (uint256)
repayBorrow() payable
repayBorrowBehalf(address borrower) payable
seize(address liquidator, address borrower, uint256 seizeTokens) returns (uint256)
totalBorrowsCurrent() returns (uint256)
transfer(address dst, uint256 amount) returns (bool)
transferFrom(address src, address dst, uint256 amount) returns (bool)
AccrueInterest(uint256 interestAccumulated, uint256 borrowIndex, uint256 totalBorrows)
Approval(address indexed owner, address indexed spender, uint256 amount)
Borrow(address borrower, uint256 borrowAmount, uint256 accountBorrows, uint256 totalBorrows)
Failure(uint256 error, uint256 info, uint256 detail)
LiquidateBorrow(address liquidator, address borrower, uint256 repayAmount, address cTokenCollateral, uint256 seizeTokens)
Mint(address minter, uint256 mintAmount, uint256 mintTokens)
NewAdmin(address oldAdmin, address newAdmin)
NewComptroller(address oldComptroller, address newComptroller)
NewMarketInterestRateModel(address oldInterestRateModel, address newInterestRateModel)
NewPendingAdmin(address oldPendingAdmin, address newPendingAdmin)
NewReserveFactor(uint256 oldReserveFactorMantissa, uint256 newReserveFactorMantissa)
Redeem(address redeemer, uint256 redeemAmount, uint256 redeemTokens)
RepayBorrow(address payer, address borrower, uint256 repayAmount, uint256 accountBorrows, uint256 totalBorrows)
ReservesReduced(address admin, uint256 reduceAmount, uint256 newTotalReserves)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address comptroller_, address interestRateModel_, uint256 initialExchangeRateMantissa_, string name_, string symbol_, uint256 decimals_)
fallback()
This contract contains no error objects.