Compound USDC
Verified contract
Proxy
Active on
Base with 53,918 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($21,784,170.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 4.800096K | $2,518.10 |
$12,087,121.39 | |
cbETH | ERC-20 | 1.614679K | $2,726.85 |
$4,402,988.54 | |
cbBTC | ERC-20 | 44.649393 | $70,081.00 |
$3,129,074.13 | |
USDC | ERC-20 | 1.373303M | $1.00 |
$1,373,302.66 | |
wstETH | ERC-20 | 265.603442 | $2,980.70 |
$791,684.18 | |
WGC | ERC-20 | 200 | $0.000101 |
$0.02 | |
USA | ERC-20 | 1 | $0.001623 |
$0 | |
kurbi | ERC-20 | 0.2 | $0.000635 |
$0 | |
BRETT | ERC-20 | 0.000354 | $0.090437 |
$0 | |
toby | ERC-20 | 777 | $0.00 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21837007 | 9 minutes ago | | | 0 | 4.4425000e-7 | |
| 21836990 | 10 minutes ago | | | 0 | 2.8737207e-7 | |
| 21835595 | an hour ago | | | 0 | 2.7069748e-7 | |
| 21834314 | 2 hours ago | | | 0 | 6.1880613e-7 | |
| 21833745 | 2 hours ago | | | 0 | 2.9926361e-7 | |
| 21833336 | 2 hours ago | | | 0 | 0.000000301488633720 | |
| 21832535 | 3 hours ago | | | 0 | 5.3002579e-7 | |
| 21831848 | 3 hours ago | | | 0 | 2.9284453e-7 | |
| 21829702 | 4 hours ago | | | 0 | 0.000000305007335919 | |
| 21828531 | 5 hours ago | | | 0 | 4.6884626e-7 |
ABI
ABI objects
Getter at block 21837287
baseBorrowMin() view returns (uint256)
1
baseMinForRewards() view returns (uint256)
1000000000
baseScale() view returns (uint256)
1000000
baseToken() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
baseTokenPriceFeed() view returns (address)
0x7e860098f58bbfc8648a4311b374b1d669a2bc6b
baseTrackingBorrowSpeed() view returns (uint256)
57870370370
baseTrackingSupplySpeed() view returns (uint256)
150462962962
borrowKink() view returns (uint256)
900000000000000000
borrowPerSecondInterestRateBase() view returns (uint256)
475646879
borrowPerSecondInterestRateSlopeHigh() view returns (uint256)
126839167935
borrowPerSecondInterestRateSlopeLow() view returns (uint256)
1055936073
decimals() view returns (uint8)
6
extensionDelegate() view returns (address)
0x3bac64185786922292266aa92a58cf870d694e2a
getReserves() view returns (int256)
186954757396
getUtilization() view returns (uint256)
905434834037039689
governor() view returns (address)
0xcc3e7c85bb0ee4f09380e041fee95a0caedd4a02
isAbsorbPaused() view returns (bool)
false
isBuyPaused() view returns (bool)
false
isSupplyPaused() view returns (bool)
false
isTransferPaused() view returns (bool)
false
isWithdrawPaused() view returns (bool)
false
numAssets() view returns (uint8)
4
pauseGuardian() view returns (address)
0x3cb4653f3b45f448d9100b118b75a1503281d2ee
storeFrontPriceFactor() view returns (uint256)
600000000000000000
supplyKink() view returns (uint256)
900000000000000000
supplyPerSecondInterestRateBase() view returns (uint256)
0
supplyPerSecondInterestRateSlopeHigh() view returns (uint256)
114155251141
supplyPerSecondInterestRateSlopeLow() view returns (uint256)
1236681887
targetReserves() view returns (uint256)
5000000000000
totalBorrow() view returns (uint256)
11358972789367
totalSupply() view returns (uint256)
12545320693463
trackingIndexScale() view returns (uint256)
1000000000000000
Read-only
balanceOf(address account) view returns (uint256)
borrowBalanceOf(address account) view returns (uint256)
getAssetInfo(uint8 i) view returns (struct CometCoreAssetInfo)
getAssetInfoByAddress(address asset) view returns (struct CometCoreAssetInfo)
getBorrowRate(uint256 utilization) view returns (uint64)
getCollateralReserves(address asset) view returns (uint256)
getPrice(address priceFeed) view returns (uint256)
getSupplyRate(uint256 utilization) view returns (uint64)
hasPermission(address owner, address manager) view returns (bool)
isAllowed(address, address) view returns (bool)
isBorrowCollateralized(address account) view returns (bool)
isLiquidatable(address account) view returns (bool)
liquidatorPoints(address) view returns (uint32 numAbsorbs, uint64 numAbsorbed, uint128 approxSpend, uint32 _reserved)
quoteCollateral(address asset, uint256 baseAmount) view returns (uint256)
totalsCollateral(address) view returns (uint128 totalSupplyAsset, uint128 _reserved)
userBasic(address) view returns (int104 principal, uint64 baseTrackingIndex, uint64 baseTrackingAccrued, uint16 assetsIn, uint8 _reserved)
userCollateral(address, address) view returns (uint128 balance, uint128 _reserved)
userNonce(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
absorb(address absorber, address[] accounts)
accrueAccount(address account)
approveThis(address manager, address asset, uint256 amount)
buyCollateral(address asset, uint256 minAmount, uint256 baseAmount, address recipient)
initializeStorage()
pause(bool supplyPaused, bool transferPaused, bool withdrawPaused, bool absorbPaused, bool buyPaused)
supply(address asset, uint256 amount)
supplyFrom(address from, address dst, address asset, uint256 amount)
supplyTo(address dst, address asset, uint256 amount)
transfer(address dst, uint256 amount) returns (bool)
transferAsset(address dst, address asset, uint256 amount)
transferAssetFrom(address src, address dst, address asset, uint256 amount)
transferFrom(address src, address dst, uint256 amount) returns (bool)
withdraw(address asset, uint256 amount)
withdrawFrom(address src, address to, address asset, uint256 amount)
withdrawReserves(address to, uint256 amount)
withdrawTo(address to, address asset, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AbsorbCollateral(address indexed absorber, address indexed borrower, address indexed asset, uint256 collateralAbsorbed, uint256 usdValue)
AbsorbDebt(address indexed absorber, address indexed borrower, uint256 basePaidOut, uint256 usdValue)
BuyCollateral(address indexed buyer, address indexed asset, uint256 baseAmount, uint256 collateralAmount)
PauseAction(bool supplyPaused, bool transferPaused, bool withdrawPaused, bool absorbPaused, bool buyPaused)
Supply(address indexed from, address indexed dst, uint256 amount)
SupplyCollateral(address indexed from, address indexed dst, address indexed asset, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
TransferCollateral(address indexed from, address indexed to, address indexed asset, uint256 amount)
Withdraw(address indexed src, address indexed to, uint256 amount)
WithdrawCollateral(address indexed src, address indexed to, address indexed asset, uint256 amount)
WithdrawReserves(address indexed to, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
Absurd()
AlreadyInitialized()
BadAsset()
BadDecimals()
BadDiscount()
BadMinimum()
BadPrice()
BorrowCFTooLarge()
BorrowTooSmall()
InsufficientReserves()
InvalidInt104()
InvalidInt256()
InvalidUInt104()
InvalidUInt128()
InvalidUInt64()
LiquidateCFTooLarge()
NegativeNumber()
NoSelfTransfer()
NotCollateralized()
NotForSale()
NotLiquidatable()
Paused()
SupplyCapExceeded()
TimestampTooLarge()
TooManyAssets()
TooMuchSlippage()
TransferInFailed()
TransferOutFailed()
Unauthorized()