Fuse-6 FRAX

Verified contract

Proxy

Active on Ethereum with 4,144 txns
Deployed by via 0xee9ed37f at 12860116
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables
ERC-20
--
0xb62c456d21eab08ae4ec8a34cc906492c07771e74da0c9d95911b298d90d94db
0x399566b058ea0fe68f2e547a396f058804410e3ca785026e76b1e3848ca8674e
0x7c0670dc89a69230b83ef755dc350e398fd63e6e0c74137f8e8be398c205e370
0x3355230e327db6d8968c14c9429e7efb5b32d37318abd22e8ec2e6b234d9ed1f
0x4c1e61c122b216544a6393730778fb669ad25def205d2d0a23a542c6b0607012
0xc727f5140cbf2f8390897e3dc5a680ffddfca9e91646443ab187714e5017873f
0x1af8482fcaa50cca449abd03c9f5ef68ac1d963d1dd666d618008504913f0e35
0xe211490709ddc18e0d9033cd5ab4e7db184f6a81e38b0b27c06e124e09f77549
0xde92d37046740a056f11a7b4712ae6b134d25a544b959839b78446908726f1de
0x2d12c3967dd3552d26f00d2d717ecb484360b4278f2322cdcbcfc12a74dc5a6d

Functions
Getter at block 21206730
admin(view returns (address)
0x0000000000000000000000000000000000000000
adminHasRights(view returns (bool)
false
fuseAdminHasRights(view returns (bool)
false
implementation(view returns (address)
0x67db14e73c2dce786b5bbbfa4d010deab4bbfcf9
accrualBlockNumber(view returns (uint256)
20665841
adminFeeMantissa(view returns (uint256)
0
borrowIndex(view returns (uint256)
151032227363967561802
 
borrowRatePerBlock(view returns (uint256)
comptroller(view returns (address)
0x814b02c1ebc9164972d888495927fe1697f0fb4c
decimals(view returns (uint8)
8
exchangeRateStored(view returns (uint256)
79886255953358317089997504960
fuseFeeMantissa(view returns (uint256)
100000000000000000
getCash(view returns (uint256)
0
implementation(view returns (address)
0x67db14e73c2dce786b5bbbfa4d010deab4bbfcf9
interestRateModel(view returns (address)
0x4ef29407a8dbca2f37b7107eab54d6f2a3f2ad60
isCEther(view returns (bool)
false
isCToken(view returns (bool)
true
name(view returns (string)
Fuse-6 FRAX
protocolSeizeShareMantissa(view returns (uint256)
28000000000000000
reserveFactorMantissa(view returns (uint256)
0
 
supplyRatePerBlock(view returns (uint256)
symbol(view returns (string)
f6-FRAX
totalAdminFees(view returns (uint256)
0
totalBorrows(view returns (uint256)
2326054527467706048266326
totalFuseFees(view returns (uint256)
303749194028046294560522
totalReserves(view returns (uint256)
39428457962150051368942
totalSupply(view returns (uint256)
24821251813769
underlying(view returns (address)
0x853d955acef822db058eb8505911ed77f175b99e
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.