Frax & Reflexer Stable Asset Pool USD Coin

Verified contract

Proxy

Active on Ethereum with 172 txns
Deployed by via 0x70cdd8b9 at 12201695
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables
ERC-20
Value $1,279.32
0x94bc82854619c03891f2bf415e946d97ac649fcb6ba31996e149bfde0f44be49
0xe347b544ae7504f94fb2995512cae980eef21aabb5fb698e59d9975206a4d0a7
0x0373eb38848538f863f3baf783e9383470c1d4d92f7b3a64506c51ee48f6b967
0x00f095ff2732101104144659f791d296e3aef3749d41293adecaffff7e4106dd
0x56a0563f6a62cefd9f572b9fd77b5877dc01e6c5e57a7651b88e2790c057f3aa
0x53584cda82a772f8576b92815d3eb48a3ff8644c034480f8aaa26308d8c451c5
0xb5e80dc705c7575820755d941976402f2c92625f2fb8dfc5934f8edcb6aa0ab8
0x84aefc2f2f9cb18ab429d4dac67eeee80140773b8395a1a54b3087309422ede7
0x36afe054e46cf860723d4c1102ceeb410c741e4812340b7b3be795544ba19ca0
0x18f644c38c0ba0f14ec5c19d02231d78ea80439c717dc1ce4ef9fe0a99ffef62

Functions
Getter at block 21184251
admin(view returns (address)
0x0000000000000000000000000000000000000000
adminHasRights(view returns (bool)
false
fuseAdminHasRights(view returns (bool)
false
implementation(view returns (address)
0x67db14e73c2dce786b5bbbfa4d010deab4bbfcf9
accrualBlockNumber(view returns (uint256)
20659908
adminFeeMantissa(view returns (uint256)
0
borrowIndex(view returns (uint256)
1166174686200878325
 
borrowRatePerBlock(view returns (uint256)
comptroller(view returns (address)
0xd4bdcca1ca76ced6fc8bb1ba91c5d7c0ca4fe567
decimals(view returns (uint8)
8
 
exchangeRateStored(view returns (uint256)
fuseFeeMantissa(view returns (uint256)
100000000000000000
getCash(view returns (uint256)
1279798106
implementation(view returns (address)
0x67db14e73c2dce786b5bbbfa4d010deab4bbfcf9
interestRateModel(view returns (address)
0xb579d2761470bba14018959d6dffcc681c09c04b
isCEther(view returns (bool)
false
isCToken(view returns (bool)
true
name(view returns (string)
Frax & Reflexer Stable Asset Pool USD Coin
protocolSeizeShareMantissa(view returns (uint256)
28000000000000000
reserveFactorMantissa(view returns (uint256)
120000000000000000
 
supplyRatePerBlock(view returns (uint256)
symbol(view returns (string)
fUSDC-9
totalAdminFees(view returns (uint256)
0
totalBorrows(view returns (uint256)
42263160
totalFuseFees(view returns (uint256)
174455297
totalReserves(view returns (uint256)
890882757
totalSupply(view returns (uint256)
254571278
underlying(view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address ownerview returns (uint256)
borrowBalanceStored(address accountview returns (uint256)
getAccountSnapshot(address accountview returns (uint256uint256uint256uint256)
State-modifying
_setImplementation(address implementation_bool allowResignbytes becomeImplementationData
delegateToImplementation(bytes datareturns (bytes)
_becomeImplementation(bytes data
_delegateCompLikeTo(address compLikeDelegatee
_prepare(payable 
_reduceReserves(uint256 reduceAmountreturns (uint256)
_setAdminFee(uint256 newAdminFeeMantissareturns (uint256)
_setImplementationSafe(address implementation_bool allowResignbytes becomeImplementationData
_setInterestRateModel(address newInterestRateModelreturns (uint256)
_setNameAndSymbol(string _namestring _symbol
_setReserveFactor(uint256 newReserveFactorMantissareturns (uint256)
_withdrawAdminFees(uint256 withdrawAmountreturns (uint256)
_withdrawFuseFees(uint256 withdrawAmountreturns (uint256)
accrueInterest(returns (uint256)
approve(address spenderuint256 amountreturns (bool)
balanceOfUnderlying(address ownerreturns (uint256)
borrow(uint256 borrowAmountreturns (uint256)
borrowBalanceCurrent(address accountreturns (uint256)
exchangeRateCurrent(returns (uint256)
initialize(address comptroller_address interestRateModel_uint256 initialExchangeRateMantissa_string name_string symbol_uint8 decimals_uint256 reserveFactorMantissa_uint256 adminFeeMantissa_
initialize(address underlying_address comptroller_address interestRateModel_string name_string symbol_uint256 reserveFactorMantissa_uint256 adminFeeMantissa_
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)
totalBorrowsCurrent(returns (uint256)
transfer(address dstuint256 amountreturns (bool)
transferFrom(address srcaddress dstuint256 amountreturns (bool)
Events
NewImplementation(address oldImplementationaddress newImplementation
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
NewAdminFee(uint256 oldAdminFeeMantissauint256 newAdminFeeMantissa
NewComptroller(address oldComptrolleraddress newComptroller
NewFuseFee(uint256 oldFuseFeeMantissauint256 newFuseFeeMantissa
NewImplementation(address oldImplementationaddress newImplementation
NewMarketInterestRateModel(address oldInterestRateModeladdress newInterestRateModel
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 becomeImplementationDatauint256 reserveFactorMantissa_uint256 adminFeeMantissa_
Fallback and receive
fallback(
Errors

This contract contains no error objects.