Fuse-6 ETH

Verified contract

Proxy

Active on Ethereum with 1,829 txns
Deployed by via 0xbf2d456f at 12860109
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables
Native
Value $68,657.03
ERC-20
Value $2,319.99
ERC-20
--
ERC-20
--
0x9aed6c2967879d5e657ec141b01a4c18531c02ebebb74c3edf65ed0f6dc44df8
0x3aac3bb73c57fa6cce768f0a3db967862e5692a1c915e53323708448a8fd3fea
0xbad76e7809c70e406b621e78307987f889cab6042feb8a13a42fd2c59cab8676
0xd89efb7fb6ca702e1e5982b31a84cfbecd0ffd30ddf56757b3bcc681d3acca32
0xe671810c1ebd9bd9baf306ba7aca120ee72fce1dfb998e4bc7b5f05b5d4d0930
0x22eef8e33c3daf92543186adb3706833039b70e237368b2d5712b0c803add347
0x88d09e68c387072690f0a0c049c4cdfcecaf86ed09b2b5f7cc9786ffc8d378eb
0xec9e6dffd2ad092a787043c59e7035c944260d61aa76eb9007b0a3f39ed767c3
0x062c459c3781d665f25a8330a5357edec0203c8db90147bee5a01f8e7fb1068b
0x476b1ed34ed1e5d8a80c9da5e20cdd06033fddb157ad3559f53b535fac9bea37

Functions
Getter at block 21194177
admin(view returns (address)
0x0000000000000000000000000000000000000000
adminHasRights(view returns (bool)
false
fuseAdminHasRights(view returns (bool)
false
implementation(view returns (address)
0xbdaddc6a1321ed458b53ab9e51dc0de8dba78d43
accrualBlockNumber(view returns (uint256)
20559104
adminFeeMantissa(view returns (uint256)
0
borrowIndex(view returns (uint256)
1079182257765349459
borrowRatePerBlock(view returns (uint256)
9512937595
comptroller(view returns (address)
0x814b02c1ebc9164972d888495927fe1697f0fb4c
decimals(view returns (uint8)
8
exchangeRateStored(view returns (uint256)
199999999992558133742819241
fuseFeeMantissa(view returns (uint256)
100000000000000000
getCash(view returns (uint256)
22671805050906110343
implementation(view returns (address)
0xbdaddc6a1321ed458b53ab9e51dc0de8dba78d43
interestRateModel(view returns (address)
0x4ef29407a8dbca2f37b7107eab54d6f2a3f2ad60
isCEther(view returns (bool)
true
isCToken(view returns (bool)
true
name(view returns (string)
Fuse-6 ETH
protocolSeizeShareMantissa(view returns (uint256)
28000000000000000
reserveFactorMantissa(view returns (uint256)
0
 
supplyRatePerBlock(view returns (uint256)
symbol(view returns (string)
f6-ETH
totalAdminFees(view returns (uint256)
0
totalBorrows(view returns (uint256)
0
totalFuseFees(view returns (uint256)
0
totalReserves(view returns (uint256)
17892884848683930768
totalSupply(view returns (uint256)
23894601012
underlying(view returns (address)
0x0000000000000000000000000000000000000000
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
_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_string name_string symbol_uint256 reserveFactorMantissa_uint256 adminFeeMantissa_
initialize(address comptroller_address interestRateModel_uint256 initialExchangeRateMantissa_string name_string symbol_uint8 decimals_uint256 reserveFactorMantissa_uint256 adminFeeMantissa_
liquidateBorrow(address borroweraddress cTokenCollateralpayable 
mint(payable 
redeem(uint256 redeemTokensreturns (uint256)
redeemUnderlying(uint256 redeemAmountreturns (uint256)
repayBorrow(payable 
repayBorrowBehalf(address borrowerpayable 
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 comptroller_address interestRateModel_uint256 initialExchangeRateMantissa_string name_string symbol_uint8 decimals_address admin_address implementation_bytes becomeImplementationDatauint256 reserveFactorMantissa_uint256 adminFeeMantissa_
Fallback and receive
fallback(
fallback(
Errors

This contract contains no error objects.