Harvest FARMstead Fei Protocol

Verified contract

Proxy

Active on Ethereum with 63 txns
Deployed by via 0x8384934f at 12871157
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,083.95
0x73f37ad6f284c9d98aa0c523374240dff74b33be043e451d0cb34200299f1e09
0x50ba6534c2c3424664f7f9c6e8cf365fdb96c2bba6a8e95661a69dbdfb12fae5
0x97449e7c962700cbf280c66917b06bbf4aba24729047efa497a8a680084707e3
0xa07338932e40deec53eb4203e6a348a062bd08d29df1d7cc2e8850c96f9c41bd
0x9064804a90d61652ef8960602693fef6d077e77cfd93741ba2e26cc19b9d704e
0xa5abc2eee1b730e602da06b6af44d36f9df3c8a68a3cdd2adc7347bcc082d1a4
0x2d35ed82c4a19d3308a0f82be783efe9027fbe2ab31c29a4c173f9421bf4e350
0xbfe8e3d0e8523e9a0de75703a4f5802f07f8bf7ef50b9503cf114b2ff29d2e28
From
0xfa1f7e18d7ceaf4d4581f1e12f79fa14ac8e1159d71b0d41692986b8da4eaba3
From
0x644a23eb4a821e1f3e2e6d366ed4f60a12194b50357d77b545e2a658d7b9d229
From

Functions
Getter at block 21423529
admin(view returns (address)
0x0000000000000000000000000000000000000000
adminHasRights(view returns (bool)
false
fuseAdminHasRights(view returns (bool)
false
implementation(view returns (address)
0x67db14e73c2dce786b5bbbfa4d010deab4bbfcf9
accrualBlockNumber(view returns (uint256)
15327082
adminFeeMantissa(view returns (uint256)
0
borrowIndex(view returns (uint256)
1140415037474634947
 
borrowRatePerBlock(view returns (uint256)
comptroller(view returns (address)
0x64858bac30f4cc223ea07adc09a51acdcd225998
decimals(view returns (uint8)
8
exchangeRateStored(view returns (uint256)
1108220586280790709
fuseFeeMantissa(view returns (uint256)
70000000000000000
getCash(view returns (uint256)
1088016520918517215391
implementation(view returns (address)
0x67db14e73c2dce786b5bbbfa4d010deab4bbfcf9
interestRateModel(view returns (address)
0xab0f8cd18e875af7f2718b394ccd1a5a0643d8a9
isCEther(view returns (bool)
false
isCToken(view returns (bool)
true
name(view returns (string)
Harvest FARMstead Fei Protocol
protocolSeizeShareMantissa(view returns (uint256)
28000000000000000
reserveFactorMantissa(view returns (uint256)
0
 
supplyRatePerBlock(view returns (uint256)
symbol(view returns (string)
fFEI-24
totalAdminFees(view returns (uint256)
0
totalBorrows(view returns (uint256)
31514656606957443140
totalFuseFees(view returns (uint256)
1119494544742296375331
totalReserves(view returns (uint256)
0
totalSupply(view returns (uint256)
33055497823969788
underlying(view returns (address)
0x956f47f50a910163d8bf957cf5846d573e7f87ca
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.