Sumer USDC Deposit
Verified contract
Proxy
Active on
Base with 624 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
0x50b7…03e6
4 additional
variables
Balances ($15,081.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 15.081365K | $1.00 |
$15,081.36 | |
WGC | ERC-20 | 200 | $0.000462 |
$0.09 | |
USA | ERC-20 | 1 | $0.000761 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000763 |
$0 | |
GENOME | ERC-20 | 0 | $0.022271 |
$0 | |
BASED | ERC-20 | 5.444K | -- | -- | |
SPOT | ERC-20 | 1K | -- | -- | |
BCRAB | ERC-20 | 100 | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- | |
BASEHUSKY | ERC-20 | 68 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22700786 | a day ago | | | 0 | 0.0000062960161 | |
| 22679688 | 2 days ago | | | 0 | 0.0000090100367 | |
| 22653209 | 2 days ago | | | 0 | 0.0000090007989 | |
| 22652436 | 2 days ago | | | 0 | 0.0000046556898 | |
| 22464356 | 7 days ago | | | 0 | 0.0000066738704 | |
| 22423052 | 8 days ago | | | 0 | 0.000013167407 | |
| 22387113 | 9 days ago | | | 0 | 0.000011997739 | |
| 22374067 | 9 days ago | | | 0 | 0.0000066905930 | |
| 22304000 | 10 days ago | | | 0 | 6.4106120e-7 | |
| 22257678 | 12 days ago | | | 0 | 0.0000090007989 |
ABI
ABI objects
Getter at block 22756825
accrualBlockTimestamp() view returns (uint256)
1732190919
admin() view returns (address)
0x50b760c2502a8b39c25393dd79cf64fd21ec03e6
borrowIndex() view returns (uint256)
1074426844679692934
borrowRatePerBlock() view returns (uint256)
10295
comptroller() view returns (address)
0x3f2b7c60a7bb8f2dbb779ad14aa0a5614f008d3b
decimals() view returns (uint8)
6
discountRateMantissa() view returns (uint256)
1000000000000000000
exchangeRateStored() view returns (uint256)
1002977489747166341
getCash() view returns (uint256)
15081364590
interestRateModel() view returns (address)
0xa9ea90899fa648b4ce49f6ae28174aeada660118
isCEther() pure returns (bool)
false
isCEtherDeprecated() view returns (bool)
false
isCToken() pure returns (bool)
true
isCTokenDeprecated() view returns (bool)
true
isDeprecated() view returns (bool)
false
name() view returns (string)
Sumer USDC Deposit
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
percentScale() view returns (uint256)
100000000000000
protocolSeizeShareMantissa() view returns (uint256)
300000000000000000
reserveFactorMantissa() view returns (uint256)
100000000000000000
supplyRatePerBlock() view returns (uint256)
0
symbol() view returns (string)
sdrUSDC
totalBorrows() view returns (uint256)
52028
totalReserves() view returns (uint256)
126474903
totalSupply() view returns (uint256)
14910545718
underlying() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
underlyingBalance() view returns (uint256)
15081364590
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)
getBorrowSnapshot(address borrower) view returns (struct CTokenStorageBorrowSnapshot)
liquidateCalculateSeizeTokens(address cTokenCollateral, uint256 actualRepayAmount) view returns (uint256, uint256, uint256)
State-modifying
Events _acceptAdmin() returns (uint256)
_addReserves(uint256 addAmount) returns (uint256)
_reduceReserves(uint256 reduceAmount) returns (uint256)
_setComptroller(address newComptroller) returns (uint256)
_setDiscountRate(uint256 discountRateMantissa_) returns (uint256)
_setInterestRateModel(address newInterestRateModel) returns (uint256)
_setPendingAdmin(address newPendingAdmin) returns (uint256)
_setReserveFactor(uint256 newReserveFactorMantissa) returns (uint256)
_syncUnderlyingBalance()
accrueInterest() returns (uint256)
approve(address spender, uint256 amount) returns (bool)
balanceOfUnderlying(address owner) returns (uint256)
borrow(uint256 borrowAmount) returns (uint256)
borrowAndDepositBack(address borrower, uint256 borrowAmount) returns (uint256)
borrowBalanceCurrent(address account) returns (uint256)
exchangeRateCurrent() returns (uint256)
initAccrualBlockTimestamp(address timeBasedInterestRateModel)
initialize(address underlying_, address comptroller_, address interestRateModel_, uint256 initialExchangeRateMantissa_, string name_, string symbol_, uint8 decimals_, address admin_)
initializeVersion2()
liquidateBorrow(address borrower, uint256 repayAmount, address cTokenCollateral) returns (uint256)
mint(uint256 mintAmount) returns (uint256)
mintWithPermit(uint256 mintAmount, uint256 deadline, bytes signature) returns (uint256)
redeem(uint256 redeemTokens) returns (uint256)
redeemUnderlying(uint256 redeemAmount) returns (uint256)
repayBorrow(uint256 repayAmount) returns (uint256)
repayBorrowBehalf(address borrower, uint256 repayAmount) returns (uint256)
repayBorrowWithPermit(uint256 repayAmount, uint256 deadline, bytes signature) returns (uint256)
seize(address liquidator, address borrower, uint256 seizeTokens, uint256 seizeProfitTokens, bool isRedemption, uint256 redemptionRateMantissa) returns (uint256)
sweepToken(address token)
totalBorrowsCurrent() returns (uint256)
transfer(address dst, uint256 amount) returns (bool)
transferFrom(address src, address dst, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AccrueInterest(uint256 cashPrior, uint256 interestAccumulated, uint256 borrowIndex, uint256 totalBorrows)
Approval(address indexed owner, address indexed spender, uint256 amount)
Borrow(address borrower, uint256 borrowAmount, uint256 accountBorrows, uint256 totalBorrows)
Initialized(uint8 version)
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)
NewDiscountRate(uint256 oldDiscountRateMantissa, uint256 newDiscountRateMantissa)
NewMarketInterestRateModel(address oldInterestRateModel, address newInterestRateModel)
NewPendingAdmin(address oldPendingAdmin, address newPendingAdmin)
NewReserveFactor(uint256 oldReserveFactorMantissa, uint256 newReserveFactorMantissa)
Redeem(address redeemer, uint256 redeemAmount, uint256 redeemTokens)
RedeemFaceValue(address indexed redeemer, address indexed provider, uint256 repayAmount, address seizeToken, uint256 seizeAmount, uint256 redemptionRateMantissa)
RepayBorrow(address payer, address borrower, uint256 repayAmount, uint256 accountBorrows, uint256 totalBorrows)
ReservesAdded(address benefactor, uint256 addAmount, uint256 newTotalReserves)
ReservesReduced(address admin, uint256 reduceAmount, uint256 newTotalReserves)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address logic, address admin_, bytes data)
fallback()
receive()
AddReservesMarketNotFresh()
AddReservesOverflow()
BorrowAndDepositBackFailed()
BorrowCapReached()
BorrowCashNotAvailable()
BorrowMarketNotFresh()
BorrowPaused()
BorrowValueMustBeLargerThanThreshold(uint256 usdThreshold)
CantEnterPausedMarket()
CantExitMarketWithNonZeroBorrowBalance()
CantSweepUnderlying()
ComptrollerMismatch()
EitherAssetOrDebtMustBeZero()
EitherAssetOrDebtMustBeZeroInGroup(uint8 groupId, uint256 cDepositVal, uint256 suDepositVal, uint256 cBorrowVal, uint256 suBorrowVal)
ExpiredSignature()
InsufficientCollateral()
InsufficientShortfall()
InterMintNotAllowed()
InvalidAddress()
InvalidAmount()
InvalidBlockNumber()
InvalidCToken()
InvalidCloseFactor()
InvalidComptroller()
InvalidDiscountRate()
InvalidExchangeRate()
InvalidGroupId()
InvalidInput()
InvalidInterestRateModel()
InvalidMinSuBorrowValue()
InvalidRedeem()
InvalidReduceAmount()
InvalidReserveFactor()
InvalidSignatureForRedeemFaceValue()
InvalidSignatureLength()
InvalidSuToken()
InvalidTimestamp()
LiquidateBorrow_LiquidatorIsBorrower()
LiquidateBorrow_RepayAmountIsMax()
LiquidateBorrow_RepayAmountIsZero()
LiquidateBorrow_SeizeTooMuch()
LiquidateCollateralMarketNotFresh()
LiquidateMarketNotFresh()
MarketAlreadyListed()
MarketAlreadyUnlisted()
MarketCanOnlyInitializeOnce()
MarketNotEmpty()
MarketNotListed()
MarketPaused()
MinDelayNotReached()
MintMarketNotFresh()
MintPaused()
NoRedemptionProvider()
NotCToken()
NotEnoughForSeize()
NotLiquidatableYet()
NotSuToken()
OnlyAdmin()
OnlyAdminOrPauser()
OnlyCToken()
OnlyListedCToken()
OnlyPausedMarketCanBeUnlisted()
OnlyPendingAdmin()
OnlyRedemptionManager()
OverThreshold()
PriceError()
ProtectedMint_OnlyAllowAssetsInTheSameGroup()
RedeemMarketNotFresh()
RedeemTransferOutNotPossible()
RedemptionSeizeTooMuch()
RedemptionSignerNotInitialized()
ReduceReservesCashNotAvailable()
ReduceReservesMarketNotFresh()
RepayBorrowMarketNotFresh()
SeizePaused()
Seize_LiquidatorIsBorrower()
SenderMustBeCToken()
SetInterestRateModelMarketNotFresh()
SetReservesFactorMarketNotFresh()
SupplyCapReached()
TokenInOrAmountInMustBeZero()
TokenTransferInFailed()
TokenTransferOutFailed()
TooMuchRepay()
TotalBorrowsNotZero()
TotalSupplyNotZero()
TransferNotAllowed()
TransferPaused()
UnderlyingBalanceError()
ZeroAddressNotAllowed()