Documentation ¶
Index ¶
- type IIToken
- func (this *IIToken) AcceptAdmin() (string, error)
- func (this *IIToken) Admin() (common.Address, error)
- func (this *IIToken) Allowance(owner, spender common.Address) (*big.Int, error)
- func (this *IIToken) Approve(owner, spender common.Address, amount *big.Int) (string, error)
- func (this *IIToken) BalanceOf(owner common.Address) (*big.Int, error)
- func (this *IIToken) BalanceOfUnderlying(owner common.Address) (*big.Int, error)
- func (this *IIToken) Comptroller() (common.Address, error)
- func (this *IIToken) Decimals() (string, error)
- func (this *IIToken) ExchangeRate() (*big.Int, error)
- func (this *IIToken) GetAddr() common.Address
- func (this *IIToken) Init(marketName string, initExchangeRate *big.Int, ...) (string, error)
- func (this *IIToken) InitialExchangeRateMantissa() (*big.Int, error)
- func (this *IIToken) IsInsurance() (bool, error)
- func (this *IIToken) Mint(minter common.Address, mintAmount *big.Int) (string, error)
- func (this *IIToken) Name() (string, error)
- func (this *IIToken) NeoVMApprove(owner, spender common.Address, amount *big.Int) (string, error)
- func (this *IIToken) NeoVMBalanceOf(owner common.Address) (*big.Int, error)
- func (this *IIToken) PendingAdmin() (common.Address, error)
- func (this *IIToken) Redeem(redeemer common.Address, redeemTokens *big.Int) (string, error)
- func (this *IIToken) RedeemUnderlying(redeemer common.Address, redeemAmount *big.Int) (string, error)
- func (this *IIToken) SetBorrow(borrow common.Address) (string, error)
- func (this *IIToken) SetComptroller(comptroller common.Address) (string, error)
- func (this *IIToken) SetPendingAdmin(pendingAdmin common.Address) (string, error)
- func (this *IIToken) SetUnderlying(underlying common.Address) (string, error)
- func (this *IIToken) Symbol() (string, error)
- func (this *IIToken) TotalCash() (*big.Int, error)
- func (this *IIToken) TotalSupply() (*big.Int, error)
- func (this *IIToken) Transfer(from, to common.Address, amount *big.Int) (string, error)
- func (this *IIToken) TransferFrom(from, src, to common.Address, amount *big.Int) (string, error)
- func (this *IIToken) Underlying() (common.Address, error)
- func (this *IIToken) UpdateSigner(newSigner *ontSDK.Account)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IIToken ¶
type IIToken struct {
// contains filtered or unexported fields
}
func NewIIToken ¶
func (*IIToken) AcceptAdmin ¶
func (*IIToken) BalanceOfUnderlying ¶
func (*IIToken) InitialExchangeRateMantissa ¶
func (*IIToken) IsInsurance ¶
func (*IIToken) NeoVMApprove ¶
func (*IIToken) NeoVMBalanceOf ¶
func (*IIToken) RedeemUnderlying ¶
func (*IIToken) SetComptroller ¶
func (*IIToken) SetPendingAdmin ¶
func (*IIToken) SetUnderlying ¶
func (*IIToken) TransferFrom ¶
func (*IIToken) UpdateSigner ¶
Click to show internal directories.
Click to hide internal directories.