Fuse-6 USDT

Verified contract

Proxy

Active on Ethereum with 1,781 txns
Deployed by via 0xe04b5d44 at 12839885
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables
ERC-20
--
0xfa103edbd82a3fa5ffea3e39a5ea664d1dea83fafd96b8b59aaf8246f73b13f2
0xc1bf985398485a4a2730caa25f8b3165b96a8c6abc7069c0aa87fd33091a15a5
0x4056cc51894d8ceb280b9f14460941b8d58f61c2b93c226a9bcbeb0f3e97c4fa
0x6346bd9107d55796b9c2a08095f4e3bec9569eef6d11d68cc12ae0d4c564bf3a
0x14d30fe538fe9b45eb1bb86edfdb55459c3e93eb38a0fb799843759d524db620
0x4e24a25d804c8bfcc210c7412040341dee87792c96be89ba7ebf630989d2c142
0x28991197bf0a65519c0c93a3bd6314594190da9d345e0268c5ed23f86927f5ab
0xad0d873f49f2a9a5cdbf3ca5b2566e25fdb9d2afdfba150bf305d915a1c7b0de
0xff27336bfe69700f2f556a7b16e9877e4136b0820678cd476e702b2b8733ffda
0x535d923f4d25e6c6e8f6464d2108773af723226f840c77cc9c01e4d6affda8d8

Functions
Getter at block 21160880
admin(view returns (address)
0x0000000000000000000000000000000000000000
adminHasRights(view returns (bool)
false
fuseAdminHasRights(view returns (bool)
false
implementation(view returns (address)
0x67db14e73c2dce786b5bbbfa4d010deab4bbfcf9
accrualBlockNumber(view returns (uint256)
20674883
adminFeeMantissa(view returns (uint256)
0
borrowIndex(view returns (uint256)
13732988417010103472
 
borrowRatePerBlock(view returns (uint256)
comptroller(view returns (address)
0x814b02c1ebc9164972d888495927fe1697f0fb4c
decimals(view returns (uint8)
8
exchangeRateStored(view returns (uint256)
2330268727113025
fuseFeeMantissa(view returns (uint256)
100000000000000000
getCash(view returns (uint256)
0
implementation(view returns (address)
0x67db14e73c2dce786b5bbbfa4d010deab4bbfcf9
interestRateModel(view returns (address)
0x075538650a9c69ac8019507a7dd1bd879b12c1d7
isCEther(view returns (bool)
false
isCToken(view returns (bool)
true
name(view returns (string)
Fuse-6 USDT
protocolSeizeShareMantissa(view returns (uint256)
28000000000000000
reserveFactorMantissa(view returns (uint256)
0
 
supplyRatePerBlock(view returns (uint256)
symbol(view returns (string)
f6-USDT
totalAdminFees(view returns (uint256)
0
totalBorrows(view returns (uint256)
285399292414
totalFuseFees(view returns (uint256)
27817738232
totalReserves(view returns (uint256)
482366990
totalSupply(view returns (uint256)
110330274015444
underlying(view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
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.