Versions in this module Expand all Collapse all v1 v1.0.0 Dec 12, 2019 Changes in this version + const BindingsABI + type Bindings struct + func NewBindings(address common.Address, backend bind.ContractBackend) (*Bindings, error) + type BindingsAccrueInterest struct + BorrowIndex *big.Int + InterestAccumulated *big.Int + Raw types.Log + TotalBorrows *big.Int + type BindingsAccrueInterestIterator struct + Event *BindingsAccrueInterest + func (it *BindingsAccrueInterestIterator) Close() error + func (it *BindingsAccrueInterestIterator) Error() error + func (it *BindingsAccrueInterestIterator) Next() bool + type BindingsApproval struct + Amount *big.Int + Owner common.Address + Raw types.Log + Spender common.Address + type BindingsApprovalIterator struct + Event *BindingsApproval + func (it *BindingsApprovalIterator) Close() error + func (it *BindingsApprovalIterator) Error() error + func (it *BindingsApprovalIterator) Next() bool + type BindingsBorrow struct + AccountBorrows *big.Int + BorrowAmount *big.Int + Borrower common.Address + Raw types.Log + TotalBorrows *big.Int + type BindingsBorrowIterator struct + Event *BindingsBorrow + func (it *BindingsBorrowIterator) Close() error + func (it *BindingsBorrowIterator) Error() error + func (it *BindingsBorrowIterator) Next() bool + type BindingsCaller struct + func NewBindingsCaller(address common.Address, caller bind.ContractCaller) (*BindingsCaller, error) + func (_Bindings *BindingsCaller) AccrualBlockNumber(opts *bind.CallOpts) (*big.Int, error) + func (_Bindings *BindingsCaller) Admin(opts *bind.CallOpts) (common.Address, error) + func (_Bindings *BindingsCaller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error) + func (_Bindings *BindingsCaller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error) + func (_Bindings *BindingsCaller) BorrowBalanceStored(opts *bind.CallOpts, account common.Address) (*big.Int, error) + func (_Bindings *BindingsCaller) BorrowIndex(opts *bind.CallOpts) (*big.Int, error) + func (_Bindings *BindingsCaller) BorrowRatePerBlock(opts *bind.CallOpts) (*big.Int, error) + func (_Bindings *BindingsCaller) Comptroller(opts *bind.CallOpts) (common.Address, error) + func (_Bindings *BindingsCaller) Decimals(opts *bind.CallOpts) (*big.Int, error) + func (_Bindings *BindingsCaller) ExchangeRateStored(opts *bind.CallOpts) (*big.Int, error) + func (_Bindings *BindingsCaller) GetAccountSnapshot(opts *bind.CallOpts, account common.Address) (*big.Int, *big.Int, *big.Int, *big.Int, error) + func (_Bindings *BindingsCaller) GetCash(opts *bind.CallOpts) (*big.Int, error) + func (_Bindings *BindingsCaller) InitialExchangeRateMantissa(opts *bind.CallOpts) (*big.Int, error) + func (_Bindings *BindingsCaller) InterestRateModel(opts *bind.CallOpts) (common.Address, error) + func (_Bindings *BindingsCaller) IsCToken(opts *bind.CallOpts) (bool, error) + func (_Bindings *BindingsCaller) Name(opts *bind.CallOpts) (string, error) + func (_Bindings *BindingsCaller) PendingAdmin(opts *bind.CallOpts) (common.Address, error) + func (_Bindings *BindingsCaller) ReserveFactorMantissa(opts *bind.CallOpts) (*big.Int, error) + func (_Bindings *BindingsCaller) SupplyRatePerBlock(opts *bind.CallOpts) (*big.Int, error) + func (_Bindings *BindingsCaller) Symbol(opts *bind.CallOpts) (string, error) + func (_Bindings *BindingsCaller) TotalBorrows(opts *bind.CallOpts) (*big.Int, error) + func (_Bindings *BindingsCaller) TotalReserves(opts *bind.CallOpts) (*big.Int, error) + func (_Bindings *BindingsCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error) + func (_Bindings *BindingsCaller) Underlying(opts *bind.CallOpts) (common.Address, error) + type BindingsCallerRaw struct + Contract *BindingsCaller + func (_Bindings *BindingsCallerRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error + type BindingsCallerSession struct + CallOpts bind.CallOpts + Contract *BindingsCaller + func (_Bindings *BindingsCallerSession) AccrualBlockNumber() (*big.Int, error) + func (_Bindings *BindingsCallerSession) Admin() (common.Address, error) + func (_Bindings *BindingsCallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error) + func (_Bindings *BindingsCallerSession) BalanceOf(owner common.Address) (*big.Int, error) + func (_Bindings *BindingsCallerSession) BorrowBalanceStored(account common.Address) (*big.Int, error) + func (_Bindings *BindingsCallerSession) BorrowIndex() (*big.Int, error) + func (_Bindings *BindingsCallerSession) BorrowRatePerBlock() (*big.Int, error) + func (_Bindings *BindingsCallerSession) Comptroller() (common.Address, error) + func (_Bindings *BindingsCallerSession) Decimals() (*big.Int, error) + func (_Bindings *BindingsCallerSession) ExchangeRateStored() (*big.Int, error) + func (_Bindings *BindingsCallerSession) GetAccountSnapshot(account common.Address) (*big.Int, *big.Int, *big.Int, *big.Int, error) + func (_Bindings *BindingsCallerSession) GetCash() (*big.Int, error) + func (_Bindings *BindingsCallerSession) InitialExchangeRateMantissa() (*big.Int, error) + func (_Bindings *BindingsCallerSession) InterestRateModel() (common.Address, error) + func (_Bindings *BindingsCallerSession) IsCToken() (bool, error) + func (_Bindings *BindingsCallerSession) Name() (string, error) + func (_Bindings *BindingsCallerSession) PendingAdmin() (common.Address, error) + func (_Bindings *BindingsCallerSession) ReserveFactorMantissa() (*big.Int, error) + func (_Bindings *BindingsCallerSession) SupplyRatePerBlock() (*big.Int, error) + func (_Bindings *BindingsCallerSession) Symbol() (string, error) + func (_Bindings *BindingsCallerSession) TotalBorrows() (*big.Int, error) + func (_Bindings *BindingsCallerSession) TotalReserves() (*big.Int, error) + func (_Bindings *BindingsCallerSession) TotalSupply() (*big.Int, error) + func (_Bindings *BindingsCallerSession) Underlying() (common.Address, error) + type BindingsFailure struct + Detail *big.Int + Error *big.Int + Info *big.Int + Raw types.Log + type BindingsFailureIterator struct + Event *BindingsFailure + func (it *BindingsFailureIterator) Close() error + func (it *BindingsFailureIterator) Error() error + func (it *BindingsFailureIterator) Next() bool + type BindingsFilterer struct + func NewBindingsFilterer(address common.Address, filterer bind.ContractFilterer) (*BindingsFilterer, error) + func (_Bindings *BindingsFilterer) FilterAccrueInterest(opts *bind.FilterOpts) (*BindingsAccrueInterestIterator, error) + func (_Bindings *BindingsFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*BindingsApprovalIterator, error) + func (_Bindings *BindingsFilterer) FilterBorrow(opts *bind.FilterOpts) (*BindingsBorrowIterator, error) + func (_Bindings *BindingsFilterer) FilterFailure(opts *bind.FilterOpts) (*BindingsFailureIterator, error) + func (_Bindings *BindingsFilterer) FilterLiquidateBorrow(opts *bind.FilterOpts) (*BindingsLiquidateBorrowIterator, error) + func (_Bindings *BindingsFilterer) FilterMint(opts *bind.FilterOpts) (*BindingsMintIterator, error) + func (_Bindings *BindingsFilterer) FilterNewAdmin(opts *bind.FilterOpts) (*BindingsNewAdminIterator, error) + func (_Bindings *BindingsFilterer) FilterNewComptroller(opts *bind.FilterOpts) (*BindingsNewComptrollerIterator, error) + func (_Bindings *BindingsFilterer) FilterNewMarketInterestRateModel(opts *bind.FilterOpts) (*BindingsNewMarketInterestRateModelIterator, error) + func (_Bindings *BindingsFilterer) FilterNewPendingAdmin(opts *bind.FilterOpts) (*BindingsNewPendingAdminIterator, error) + func (_Bindings *BindingsFilterer) FilterNewReserveFactor(opts *bind.FilterOpts) (*BindingsNewReserveFactorIterator, error) + func (_Bindings *BindingsFilterer) FilterRedeem(opts *bind.FilterOpts) (*BindingsRedeemIterator, error) + func (_Bindings *BindingsFilterer) FilterRepayBorrow(opts *bind.FilterOpts) (*BindingsRepayBorrowIterator, error) + func (_Bindings *BindingsFilterer) FilterReservesReduced(opts *bind.FilterOpts) (*BindingsReservesReducedIterator, error) + func (_Bindings *BindingsFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*BindingsTransferIterator, error) + func (_Bindings *BindingsFilterer) ParseAccrueInterest(log types.Log) (*BindingsAccrueInterest, error) + func (_Bindings *BindingsFilterer) ParseApproval(log types.Log) (*BindingsApproval, error) + func (_Bindings *BindingsFilterer) ParseBorrow(log types.Log) (*BindingsBorrow, error) + func (_Bindings *BindingsFilterer) ParseFailure(log types.Log) (*BindingsFailure, error) + func (_Bindings *BindingsFilterer) ParseLiquidateBorrow(log types.Log) (*BindingsLiquidateBorrow, error) + func (_Bindings *BindingsFilterer) ParseMint(log types.Log) (*BindingsMint, error) + func (_Bindings *BindingsFilterer) ParseNewAdmin(log types.Log) (*BindingsNewAdmin, error) + func (_Bindings *BindingsFilterer) ParseNewComptroller(log types.Log) (*BindingsNewComptroller, error) + func (_Bindings *BindingsFilterer) ParseNewMarketInterestRateModel(log types.Log) (*BindingsNewMarketInterestRateModel, error) + func (_Bindings *BindingsFilterer) ParseNewPendingAdmin(log types.Log) (*BindingsNewPendingAdmin, error) + func (_Bindings *BindingsFilterer) ParseNewReserveFactor(log types.Log) (*BindingsNewReserveFactor, error) + func (_Bindings *BindingsFilterer) ParseRedeem(log types.Log) (*BindingsRedeem, error) + func (_Bindings *BindingsFilterer) ParseRepayBorrow(log types.Log) (*BindingsRepayBorrow, error) + func (_Bindings *BindingsFilterer) ParseReservesReduced(log types.Log) (*BindingsReservesReduced, error) + func (_Bindings *BindingsFilterer) ParseTransfer(log types.Log) (*BindingsTransfer, error) + func (_Bindings *BindingsFilterer) WatchAccrueInterest(opts *bind.WatchOpts, sink chan<- *BindingsAccrueInterest) (event.Subscription, error) + func (_Bindings *BindingsFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *BindingsApproval, owner []common.Address, ...) (event.Subscription, error) + func (_Bindings *BindingsFilterer) WatchBorrow(opts *bind.WatchOpts, sink chan<- *BindingsBorrow) (event.Subscription, error) + func (_Bindings *BindingsFilterer) WatchFailure(opts *bind.WatchOpts, sink chan<- *BindingsFailure) (event.Subscription, error) + func (_Bindings *BindingsFilterer) WatchLiquidateBorrow(opts *bind.WatchOpts, sink chan<- *BindingsLiquidateBorrow) (event.Subscription, error) + func (_Bindings *BindingsFilterer) WatchMint(opts *bind.WatchOpts, sink chan<- *BindingsMint) (event.Subscription, error) + func (_Bindings *BindingsFilterer) WatchNewAdmin(opts *bind.WatchOpts, sink chan<- *BindingsNewAdmin) (event.Subscription, error) + func (_Bindings *BindingsFilterer) WatchNewComptroller(opts *bind.WatchOpts, sink chan<- *BindingsNewComptroller) (event.Subscription, error) + func (_Bindings *BindingsFilterer) WatchNewMarketInterestRateModel(opts *bind.WatchOpts, sink chan<- *BindingsNewMarketInterestRateModel) (event.Subscription, error) + func (_Bindings *BindingsFilterer) WatchNewPendingAdmin(opts *bind.WatchOpts, sink chan<- *BindingsNewPendingAdmin) (event.Subscription, error) + func (_Bindings *BindingsFilterer) WatchNewReserveFactor(opts *bind.WatchOpts, sink chan<- *BindingsNewReserveFactor) (event.Subscription, error) + func (_Bindings *BindingsFilterer) WatchRedeem(opts *bind.WatchOpts, sink chan<- *BindingsRedeem) (event.Subscription, error) + func (_Bindings *BindingsFilterer) WatchRepayBorrow(opts *bind.WatchOpts, sink chan<- *BindingsRepayBorrow) (event.Subscription, error) + func (_Bindings *BindingsFilterer) WatchReservesReduced(opts *bind.WatchOpts, sink chan<- *BindingsReservesReduced) (event.Subscription, error) + func (_Bindings *BindingsFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *BindingsTransfer, from []common.Address, ...) (event.Subscription, error) + type BindingsLiquidateBorrow struct + Borrower common.Address + CTokenCollateral common.Address + Liquidator common.Address + Raw types.Log + RepayAmount *big.Int + SeizeTokens *big.Int + type BindingsLiquidateBorrowIterator struct + Event *BindingsLiquidateBorrow + func (it *BindingsLiquidateBorrowIterator) Close() error + func (it *BindingsLiquidateBorrowIterator) Error() error + func (it *BindingsLiquidateBorrowIterator) Next() bool + type BindingsMint struct + MintAmount *big.Int + MintTokens *big.Int + Minter common.Address + Raw types.Log + type BindingsMintIterator struct + Event *BindingsMint + func (it *BindingsMintIterator) Close() error + func (it *BindingsMintIterator) Error() error + func (it *BindingsMintIterator) Next() bool + type BindingsNewAdmin struct + NewAdmin common.Address + OldAdmin common.Address + Raw types.Log + type BindingsNewAdminIterator struct + Event *BindingsNewAdmin + func (it *BindingsNewAdminIterator) Close() error + func (it *BindingsNewAdminIterator) Error() error + func (it *BindingsNewAdminIterator) Next() bool + type BindingsNewComptroller struct + NewComptroller common.Address + OldComptroller common.Address + Raw types.Log + type BindingsNewComptrollerIterator struct + Event *BindingsNewComptroller + func (it *BindingsNewComptrollerIterator) Close() error + func (it *BindingsNewComptrollerIterator) Error() error + func (it *BindingsNewComptrollerIterator) Next() bool + type BindingsNewMarketInterestRateModel struct + NewInterestRateModel common.Address + OldInterestRateModel common.Address + Raw types.Log + type BindingsNewMarketInterestRateModelIterator struct + Event *BindingsNewMarketInterestRateModel + func (it *BindingsNewMarketInterestRateModelIterator) Close() error + func (it *BindingsNewMarketInterestRateModelIterator) Error() error + func (it *BindingsNewMarketInterestRateModelIterator) Next() bool + type BindingsNewPendingAdmin struct + NewPendingAdmin common.Address + OldPendingAdmin common.Address + Raw types.Log + type BindingsNewPendingAdminIterator struct + Event *BindingsNewPendingAdmin + func (it *BindingsNewPendingAdminIterator) Close() error + func (it *BindingsNewPendingAdminIterator) Error() error + func (it *BindingsNewPendingAdminIterator) Next() bool + type BindingsNewReserveFactor struct + NewReserveFactorMantissa *big.Int + OldReserveFactorMantissa *big.Int + Raw types.Log + type BindingsNewReserveFactorIterator struct + Event *BindingsNewReserveFactor + func (it *BindingsNewReserveFactorIterator) Close() error + func (it *BindingsNewReserveFactorIterator) Error() error + func (it *BindingsNewReserveFactorIterator) Next() bool + type BindingsRaw struct + Contract *Bindings + func (_Bindings *BindingsRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error + func (_Bindings *BindingsRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Bindings *BindingsRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type BindingsRedeem struct + Raw types.Log + RedeemAmount *big.Int + RedeemTokens *big.Int + Redeemer common.Address + type BindingsRedeemIterator struct + Event *BindingsRedeem + func (it *BindingsRedeemIterator) Close() error + func (it *BindingsRedeemIterator) Error() error + func (it *BindingsRedeemIterator) Next() bool + type BindingsRepayBorrow struct + AccountBorrows *big.Int + Borrower common.Address + Payer common.Address + Raw types.Log + RepayAmount *big.Int + TotalBorrows *big.Int + type BindingsRepayBorrowIterator struct + Event *BindingsRepayBorrow + func (it *BindingsRepayBorrowIterator) Close() error + func (it *BindingsRepayBorrowIterator) Error() error + func (it *BindingsRepayBorrowIterator) Next() bool + type BindingsReservesReduced struct + Admin common.Address + NewTotalReserves *big.Int + Raw types.Log + ReduceAmount *big.Int + type BindingsReservesReducedIterator struct + Event *BindingsReservesReduced + func (it *BindingsReservesReducedIterator) Close() error + func (it *BindingsReservesReducedIterator) Error() error + func (it *BindingsReservesReducedIterator) Next() bool + type BindingsSession struct + CallOpts bind.CallOpts + Contract *Bindings + TransactOpts bind.TransactOpts + func (_Bindings *BindingsSession) AcceptAdmin() (*types.Transaction, error) + func (_Bindings *BindingsSession) AccrualBlockNumber() (*big.Int, error) + func (_Bindings *BindingsSession) AccrueInterest() (*types.Transaction, error) + func (_Bindings *BindingsSession) Admin() (common.Address, error) + func (_Bindings *BindingsSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error) + func (_Bindings *BindingsSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsSession) BalanceOf(owner common.Address) (*big.Int, error) + func (_Bindings *BindingsSession) BalanceOfUnderlying(owner common.Address) (*types.Transaction, error) + func (_Bindings *BindingsSession) Borrow(borrowAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsSession) BorrowBalanceCurrent(account common.Address) (*types.Transaction, error) + func (_Bindings *BindingsSession) BorrowBalanceStored(account common.Address) (*big.Int, error) + func (_Bindings *BindingsSession) BorrowIndex() (*big.Int, error) + func (_Bindings *BindingsSession) BorrowRatePerBlock() (*big.Int, error) + func (_Bindings *BindingsSession) Comptroller() (common.Address, error) + func (_Bindings *BindingsSession) Decimals() (*big.Int, error) + func (_Bindings *BindingsSession) ExchangeRateCurrent() (*types.Transaction, error) + func (_Bindings *BindingsSession) ExchangeRateStored() (*big.Int, error) + func (_Bindings *BindingsSession) GetAccountSnapshot(account common.Address) (*big.Int, *big.Int, *big.Int, *big.Int, error) + func (_Bindings *BindingsSession) GetCash() (*big.Int, error) + func (_Bindings *BindingsSession) InitialExchangeRateMantissa() (*big.Int, error) + func (_Bindings *BindingsSession) InterestRateModel() (common.Address, error) + func (_Bindings *BindingsSession) IsCToken() (bool, error) + func (_Bindings *BindingsSession) LiquidateBorrow(borrower common.Address, repayAmount *big.Int, cTokenCollateral common.Address) (*types.Transaction, error) + func (_Bindings *BindingsSession) Mint(mintAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsSession) Name() (string, error) + func (_Bindings *BindingsSession) PendingAdmin() (common.Address, error) + func (_Bindings *BindingsSession) Redeem(redeemTokens *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsSession) RedeemUnderlying(redeemAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsSession) ReduceReserves(reduceAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsSession) RepayBorrow(repayAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsSession) RepayBorrowBehalf(borrower common.Address, repayAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsSession) ReserveFactorMantissa() (*big.Int, error) + func (_Bindings *BindingsSession) Seize(liquidator common.Address, borrower common.Address, seizeTokens *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsSession) SetComptroller(newComptroller common.Address) (*types.Transaction, error) + func (_Bindings *BindingsSession) SetInterestRateModel(newInterestRateModel common.Address) (*types.Transaction, error) + func (_Bindings *BindingsSession) SetPendingAdmin(newPendingAdmin common.Address) (*types.Transaction, error) + func (_Bindings *BindingsSession) SetReserveFactor(newReserveFactorMantissa *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsSession) SupplyRatePerBlock() (*big.Int, error) + func (_Bindings *BindingsSession) Symbol() (string, error) + func (_Bindings *BindingsSession) TotalBorrows() (*big.Int, error) + func (_Bindings *BindingsSession) TotalBorrowsCurrent() (*types.Transaction, error) + func (_Bindings *BindingsSession) TotalReserves() (*big.Int, error) + func (_Bindings *BindingsSession) TotalSupply() (*big.Int, error) + func (_Bindings *BindingsSession) Transfer(dst common.Address, amount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsSession) TransferFrom(src common.Address, dst common.Address, amount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsSession) Underlying() (common.Address, error) + type BindingsTransactor struct + func NewBindingsTransactor(address common.Address, transactor bind.ContractTransactor) (*BindingsTransactor, error) + func (_Bindings *BindingsTransactor) AcceptAdmin(opts *bind.TransactOpts) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) AccrueInterest(opts *bind.TransactOpts) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) BalanceOfUnderlying(opts *bind.TransactOpts, owner common.Address) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) Borrow(opts *bind.TransactOpts, borrowAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) BorrowBalanceCurrent(opts *bind.TransactOpts, account common.Address) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) ExchangeRateCurrent(opts *bind.TransactOpts) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) LiquidateBorrow(opts *bind.TransactOpts, borrower common.Address, repayAmount *big.Int, ...) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) Mint(opts *bind.TransactOpts, mintAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) Redeem(opts *bind.TransactOpts, redeemTokens *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) RedeemUnderlying(opts *bind.TransactOpts, redeemAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) ReduceReserves(opts *bind.TransactOpts, reduceAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) RepayBorrow(opts *bind.TransactOpts, repayAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) RepayBorrowBehalf(opts *bind.TransactOpts, borrower common.Address, repayAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) Seize(opts *bind.TransactOpts, liquidator common.Address, borrower common.Address, ...) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) SetComptroller(opts *bind.TransactOpts, newComptroller common.Address) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) SetInterestRateModel(opts *bind.TransactOpts, newInterestRateModel common.Address) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) SetPendingAdmin(opts *bind.TransactOpts, newPendingAdmin common.Address) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) SetReserveFactor(opts *bind.TransactOpts, newReserveFactorMantissa *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) TotalBorrowsCurrent(opts *bind.TransactOpts) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) Transfer(opts *bind.TransactOpts, dst common.Address, amount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactor) TransferFrom(opts *bind.TransactOpts, src common.Address, dst common.Address, ...) (*types.Transaction, error) + type BindingsTransactorRaw struct + Contract *BindingsTransactor + func (_Bindings *BindingsTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Bindings *BindingsTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type BindingsTransactorSession struct + Contract *BindingsTransactor + TransactOpts bind.TransactOpts + func (_Bindings *BindingsTransactorSession) AcceptAdmin() (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) AccrueInterest() (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) BalanceOfUnderlying(owner common.Address) (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) Borrow(borrowAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) BorrowBalanceCurrent(account common.Address) (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) ExchangeRateCurrent() (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) LiquidateBorrow(borrower common.Address, repayAmount *big.Int, cTokenCollateral common.Address) (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) Mint(mintAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) Redeem(redeemTokens *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) RedeemUnderlying(redeemAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) ReduceReserves(reduceAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) RepayBorrow(repayAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) RepayBorrowBehalf(borrower common.Address, repayAmount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) Seize(liquidator common.Address, borrower common.Address, seizeTokens *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) SetComptroller(newComptroller common.Address) (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) SetInterestRateModel(newInterestRateModel common.Address) (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) SetPendingAdmin(newPendingAdmin common.Address) (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) SetReserveFactor(newReserveFactorMantissa *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) TotalBorrowsCurrent() (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) Transfer(dst common.Address, amount *big.Int) (*types.Transaction, error) + func (_Bindings *BindingsTransactorSession) TransferFrom(src common.Address, dst common.Address, amount *big.Int) (*types.Transaction, error) + type BindingsTransfer struct + Amount *big.Int + From common.Address + Raw types.Log + To common.Address + type BindingsTransferIterator struct + Event *BindingsTransfer + func (it *BindingsTransferIterator) Close() error + func (it *BindingsTransferIterator) Error() error + func (it *BindingsTransferIterator) Next() bool