Fuse-6 LINK

Verified contract

Proxy

Active on Ethereum with 219 txns
Deployed by via 0x5c4e8119 at 12860113
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,232.46
0xa6a8768fc535fa7e8f4d19654067c6ddaca51b1b9f5c722a5a201cd5f27f5d1b
0x9b654e1b77bf7b20006c0cd6c138a63a5f693a7d9c89564438ce8debeb443530
0x983944a850d2a864d13699154715624a31f9bd1a216d282fed1c8075032b4118
0xb96ca98cdd2a26d34493dbc3df2752db1f24f1219af91e6f1ffd92c817f374a6
0x6cc89f1a9ed158e356617112bc29f6f4388f0425bc71fcf3d46caa4a3d0b4075
0xe36fbb4a86a1149f18fc6fbe72699ff401f23b574a3b36c552f7c4608e0fa995
0x2f312d81044f06523f57fc5ec7ae8bda791789e4612e0198fa7f6e0686f49d96
0xea73a3d89acb21829c9f60b4eb4895b6ed98a70ec2e9292ff962463abbbac111
0xa574da02ee6b74be3c49087f93301c3e570854d3d919a8a3d01a5604ee5d2cc9
0x3136e742ce184331f1e4788791519bd96c8388709eb79afd637455a84fdc0225

Functions
Getter at block 21185504
admin(view returns (address)
0x0000000000000000000000000000000000000000
adminHasRights(view returns (bool)
false
fuseAdminHasRights(view returns (bool)
false
implementation(view returns (address)
0x67db14e73c2dce786b5bbbfa4d010deab4bbfcf9
accrualBlockNumber(view returns (uint256)
19885050
adminFeeMantissa(view returns (uint256)
0
borrowIndex(view returns (uint256)
1086423236365522510
 
borrowRatePerBlock(view returns (uint256)
comptroller(view returns (address)
0x814b02c1ebc9164972d888495927fe1697f0fb4c
decimals(view returns (uint8)
8
exchangeRateStored(view returns (uint256)
199999999999292833764023755
fuseFeeMantissa(view returns (uint256)
100000000000000000
getCash(view returns (uint256)
92319045786830713238
implementation(view returns (address)
0x67db14e73c2dce786b5bbbfa4d010deab4bbfcf9
interestRateModel(view returns (address)
0xb579d2761470bba14018959d6dffcc681c09c04b
isCEther(view returns (bool)
false
isCToken(view returns (bool)
true
name(view returns (string)
Fuse-6 LINK
protocolSeizeShareMantissa(view returns (uint256)
28000000000000000
reserveFactorMantissa(view returns (uint256)
0
 
supplyRatePerBlock(view returns (uint256)
symbol(view returns (string)
f6-LINK
totalAdminFees(view returns (uint256)
0
totalBorrows(view returns (uint256)
0
totalFuseFees(view returns (uint256)
0
totalReserves(view returns (uint256)
56812543181756258237
totalSupply(view returns (uint256)
177532513026
underlying(view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
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.