Fuse-6 TRIBE

Verified contract

Proxy

Active on Ethereum with 60 txns
Deployed by via 0xe191fdfb at 13187940
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables
ERC-20
Value $392.73
0xac186230324fb8d3dca6eaa78a44fa77597f5cabeb0efad235380698649c15b3
0x33073c486cb8a387b863c2dacbf3460f61710c65416895752b60d1fd03520a1f
0x5e7405d2414cf78673129d7bf8b71923bd72c184e893cf66d34b6e95a8745721
From
0xea6481728e9a0b35f6de86ba4d55e08b74568082bd9e54ebdac977871af552e3
0x51274ade9d91d72a21c49a561d7e3e471097c6a72467dff8c528d026c7c7cefc
0xec1d7dde8b9a078c26855f10cdc0b0ec4b969fa7add39d2046b514258df6fef1
0x1f5dc1c6557b55ec8c33039d7fc90b4c6ff5ba7c412c9c57024843e6a7b1e1a0
0x9469999705c858271c1b91811b7e1b3d3cb4084479fd7db42d8b16a8561a31fd
0xc5dd12dc20faf2ebbd039b62781b1500922523c7f50040191cf22db14c7391c3
From
0x0e9e00e3f9d0ed952f8e56c92724036fc12e717af0ff680c45f6b236682c1d92

Functions
Getter at block 21210092
admin(view returns (address)
0x0000000000000000000000000000000000000000
adminHasRights(view returns (bool)
false
fuseAdminHasRights(view returns (bool)
false
implementation(view returns (address)
0x67db14e73c2dce786b5bbbfa4d010deab4bbfcf9
accrualBlockNumber(view returns (uint256)
18339930
adminFeeMantissa(view returns (uint256)
0
borrowIndex(view returns (uint256)
1062670615495218762
 
borrowRatePerBlock(view returns (uint256)
comptroller(view returns (address)
0x814b02c1ebc9164972d888495927fe1697f0fb4c
decimals(view returns (uint8)
8
exchangeRateStored(view returns (uint256)
199999999999947512698869356
fuseFeeMantissa(view returns (uint256)
100000000000000000
getCash(view returns (uint256)
596610054558843427742
implementation(view returns (address)
0x67db14e73c2dce786b5bbbfa4d010deab4bbfcf9
interestRateModel(view returns (address)
0xcdc0a449e011249482824effcfa05c883d36cfc7
isCEther(view returns (bool)
false
isCToken(view returns (bool)
true
name(view returns (string)
Fuse-6 TRIBE
protocolSeizeShareMantissa(view returns (uint256)
28000000000000000
reserveFactorMantissa(view returns (uint256)
0
 
supplyRatePerBlock(view returns (uint256)
symbol(view returns (string)
f6-TRIBE
totalAdminFees(view returns (uint256)
0
totalBorrows(view returns (uint256)
0
totalFuseFees(view returns (uint256)
0
totalReserves(view returns (uint256)
7114776015598132823
totalSupply(view returns (uint256)
2947476392717
underlying(view returns (address)
0xc7283b66eb1eb5fb86327f08e1b5816b0720212b
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.