This contract is being backfilled. You may encounter incomplete storage history.

UncleSam USDC Coin

Verified contract

Proxy

Active on Base with 661 txns
Deployed by via 0x69292a5f at 2701438
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "UncleSam USDC Coin"

0xd099f0172b1a391b85535ee6ef230368d93ded61b1769dfe4ad2733db2c9d5fa
0xd4d2c299d57cd5d1cec0ef5c85c63ef0d1c14b6f01b7598effc58c64c1545472
0x721cd0b0afce0dc863ff90e53d0f9fb4ca3fa48067bcd71cd2b37a726d22fe9d
0x11929281e249dc9d0b5f2d6492ecc70c0206ed7948933e527986741d41af4be5
0xf645085f97df8c6f1d16516f44219fc42e12b7e8fa1a99fb7b82cfb9644abe75
0xa0e5af1dc05088cff060d8b30ac3be5fae6d00e35c13ed925a39b57db32fce3f
0x3c76102d534125d9cf1b138e38a2a6e0baf6331dfc56b445df1cd6e35d6c0ac0
0x67821f4710f3dda3d32add2440a69042959b0891a427a06dc2ab613b919273cb
0x3c4b43ab8b2205e29d3e61388b97c6b471bc44c5ac8a52c6b209b6c7b37eb555
0x09a332ec7fb1359062cb85f68fd6f7d8e037bc572da06da18ac5c9043cfd6fa5

Functions
Getter at block 22762626
accrualBlockNumber(view returns (uint256)
1699814523
admin(view returns (address)
0x533e43cfd570fd7231fde71bf2c6f68fc3a9e349
borrowIndex(view returns (uint256)
1027584035507930599
 
borrowRatePerBlock(view returns (uint256)
comptroller(view returns (address)
0x0cdd860ca594982443e737ac7a0b84f18c477e05
decimals(view returns (uint8)
8
 
exchangeRateStored(view returns (uint256)
getCash(view returns (uint256)
0
implementation(view returns (address)
0x99ca8120e2f69f1dd316741d61af1812e9dfc955
interestRateModel(view returns (address)
0xd8dc644964e25c5e9b80f77ac9bd3183a5133746
isCToken(view returns (bool)
true
name(view returns (string)
UncleSam USDC Coin
pendingAdmin(view returns (address)
0x0000000000000000000000000000000000000000
reserveFactorMantissa(view returns (uint256)
0
 
supplyRatePerBlock(view returns (uint256)
symbol(view returns (string)
uUSDC
totalBorrows(view returns (uint256)
87332978672
totalReserves(view returns (uint256)
0
totalSupply(view returns (uint256)
425101142838852
underlying(view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address ownerview returns (uint256)
borrowBalanceStored(address accountview returns (uint256)
delegateToViewImplementation(bytes dataview returns (bytes)
getAccountSnapshot(address accountview returns (uint256uint256uint256uint256)
State-modifying
_acceptAdmin(returns (uint256)
_addReserves(uint256 addAmountreturns (uint256)
_reduceReserves(uint256 reduceAmountreturns (uint256)
_setComptroller(address newComptrollerreturns (uint256)
_setImplementation(address implementation_bool allowResignbytes becomeImplementationData
_setInterestRateModel(address newInterestRateModelreturns (uint256)
_setPendingAdmin(address newPendingAdminreturns (uint256)
_setReserveFactor(uint256 newReserveFactorMantissareturns (uint256)
accrueInterest(returns (uint256)
approve(address spenderuint256 amountreturns (bool)
balanceOfUnderlying(address ownerreturns (uint256)
borrow(uint256 borrowAmountreturns (uint256)
borrowBalanceCurrent(address accountreturns (uint256)
delegateToImplementation(bytes datareturns (bytes)
exchangeRateCurrent(returns (uint256)
liquidateBorrow(address borroweruint256 repayAmountaddress cTokenCollateralreturns (uint256)
mint(uint256 mintAmountreturns (uint256)
redeem(uint256 redeemTokensreturns (uint256)
redeemUnderlying(uint256 redeemAmountreturns (uint256)
repayBorrow(uint256 repayAmountreturns (uint256)
repayBorrowBehalf(address borroweruint256 repayAmountreturns (uint256)
seize(address liquidatoraddress borroweruint256 seizeTokensreturns (uint256)
sweepToken(address token
totalBorrowsCurrent(returns (uint256)
transfer(address dstuint256 amountreturns (bool)
transferFrom(address srcaddress dstuint256 amountreturns (bool)
Events
AccrueInterest(uint256 cashPrioruint256 interestAccumulateduint256 borrowIndexuint256 totalBorrows
Approval(address indexed owneraddress indexed spenderuint256 amount
Borrow(address borroweruint256 borrowAmountuint256 accountBorrowsuint256 totalBorrows
Failure(uint256 erroruint256 infouint256 detail
LiquidateBorrow(address liquidatoraddress borroweruint256 repayAmountaddress cTokenCollateraluint256 seizeTokens
Mint(address minteruint256 mintAmountuint256 mintTokens
NewAdmin(address oldAdminaddress newAdmin
NewComptroller(address oldComptrolleraddress newComptroller
NewImplementation(address oldImplementationaddress newImplementation
NewMarketInterestRateModel(address oldInterestRateModeladdress newInterestRateModel
NewPendingAdmin(address oldPendingAdminaddress newPendingAdmin
NewReserveFactor(uint256 oldReserveFactorMantissauint256 newReserveFactorMantissa
Redeem(address redeemeruint256 redeemAmountuint256 redeemTokens
RepayBorrow(address payeraddress borroweruint256 repayAmountuint256 accountBorrowsuint256 totalBorrows
ReservesAdded(address benefactoruint256 addAmountuint256 newTotalReserves
ReservesReduced(address adminuint256 reduceAmountuint256 newTotalReserves
Transfer(address indexed fromaddress indexed touint256 amount
Constructor
constructor(address underlying_address comptroller_address interestRateModel_uint256 initialExchangeRateMantissa_string name_string symbol_uint8 decimals_address admin_address implementation_bytes becomeImplementationData
Fallback and receive
fallback(
Errors

This contract contains no error objects.