Documentation ¶
Index ¶
- Variables
- type AaveVTokenV3
- type AaveVTokenV3Caller
- func (_AaveVTokenV3 *AaveVTokenV3Caller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3Caller) BalanceOf(opts *bind.CallOpts, user common.Address) (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3Caller) BorrowAllowance(opts *bind.CallOpts, fromUser common.Address, toUser common.Address) (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3Caller) DEBTTOKENREVISION(opts *bind.CallOpts) (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3Caller) Decimals(opts *bind.CallOpts) (uint8, error)
- func (_AaveVTokenV3 *AaveVTokenV3Caller) GetIncentivesController(opts *bind.CallOpts) (common.Address, error)
- func (_AaveVTokenV3 *AaveVTokenV3Caller) GetScaledUserBalanceAndSupply(opts *bind.CallOpts, user common.Address) (*big.Int, *big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3Caller) Name(opts *bind.CallOpts) (string, error)
- func (_AaveVTokenV3 *AaveVTokenV3Caller) POOL(opts *bind.CallOpts) (common.Address, error)
- func (_AaveVTokenV3 *AaveVTokenV3Caller) ScaledBalanceOf(opts *bind.CallOpts, user common.Address) (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3Caller) ScaledTotalSupply(opts *bind.CallOpts) (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3Caller) Symbol(opts *bind.CallOpts) (string, error)
- func (_AaveVTokenV3 *AaveVTokenV3Caller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3Caller) UNDERLYINGASSETADDRESS(opts *bind.CallOpts) (common.Address, error)
- type AaveVTokenV3CallerRaw
- type AaveVTokenV3CallerSession
- func (_AaveVTokenV3 *AaveVTokenV3CallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3CallerSession) BalanceOf(user common.Address) (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3CallerSession) BorrowAllowance(fromUser common.Address, toUser common.Address) (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3CallerSession) DEBTTOKENREVISION() (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3CallerSession) Decimals() (uint8, error)
- func (_AaveVTokenV3 *AaveVTokenV3CallerSession) GetIncentivesController() (common.Address, error)
- func (_AaveVTokenV3 *AaveVTokenV3CallerSession) GetScaledUserBalanceAndSupply(user common.Address) (*big.Int, *big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3CallerSession) Name() (string, error)
- func (_AaveVTokenV3 *AaveVTokenV3CallerSession) POOL() (common.Address, error)
- func (_AaveVTokenV3 *AaveVTokenV3CallerSession) ScaledBalanceOf(user common.Address) (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3CallerSession) ScaledTotalSupply() (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3CallerSession) Symbol() (string, error)
- func (_AaveVTokenV3 *AaveVTokenV3CallerSession) TotalSupply() (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3CallerSession) UNDERLYINGASSETADDRESS() (common.Address, error)
- type AaveVTokenV3Filterer
- type AaveVTokenV3Raw
- func (_AaveVTokenV3 *AaveVTokenV3Raw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_AaveVTokenV3 *AaveVTokenV3Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type AaveVTokenV3Session
- func (_AaveVTokenV3 *AaveVTokenV3Session) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) ApproveDelegation(delegatee common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) BalanceOf(user common.Address) (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) BorrowAllowance(fromUser common.Address, toUser common.Address) (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) Burn(user common.Address, amount *big.Int, index *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) DEBTTOKENREVISION() (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) Decimals() (uint8, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) GetIncentivesController() (common.Address, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) GetScaledUserBalanceAndSupply(user common.Address) (*big.Int, *big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) Initialize(pool common.Address, underlyingAsset common.Address, ...) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) Mint(user common.Address, onBehalfOf common.Address, amount *big.Int, ...) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) Name() (string, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) POOL() (common.Address, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) ScaledBalanceOf(user common.Address) (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) ScaledTotalSupply() (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) Symbol() (string, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) TotalSupply() (*big.Int, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) Transfer(recipient common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) TransferFrom(sender common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Session) UNDERLYINGASSETADDRESS() (common.Address, error)
- type AaveVTokenV3Transactor
- func (_AaveVTokenV3 *AaveVTokenV3Transactor) Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Transactor) ApproveDelegation(opts *bind.TransactOpts, delegatee common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Transactor) Burn(opts *bind.TransactOpts, user common.Address, amount *big.Int, index *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Transactor) DecreaseAllowance(opts *bind.TransactOpts, spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Transactor) IncreaseAllowance(opts *bind.TransactOpts, spender common.Address, addedValue *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Transactor) Initialize(opts *bind.TransactOpts, pool common.Address, underlyingAsset common.Address, ...) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Transactor) Mint(opts *bind.TransactOpts, user common.Address, onBehalfOf common.Address, ...) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Transactor) Transfer(opts *bind.TransactOpts, recipient common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3Transactor) TransferFrom(opts *bind.TransactOpts, sender common.Address, recipient common.Address, ...) (*types.Transaction, error)
- type AaveVTokenV3TransactorRaw
- type AaveVTokenV3TransactorSession
- func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) ApproveDelegation(delegatee common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) Burn(user common.Address, amount *big.Int, index *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) Initialize(pool common.Address, underlyingAsset common.Address, ...) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) Mint(user common.Address, onBehalfOf common.Address, amount *big.Int, ...) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) Transfer(recipient common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) TransferFrom(sender common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)
Constants ¶
This section is empty.
Variables ¶
var AaveVTokenV3ABI = AaveVTokenV3MetaData.ABI
AaveVTokenV3ABI is the input ABI used to generate the binding from. Deprecated: Use AaveVTokenV3MetaData.ABI instead.
var AaveVTokenV3MetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"name\":\"DEBT_TOKEN_REVISION\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"POOL\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"UNDERLYING_ASSET_ADDRESS\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"delegatee\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approveDelegation\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"user\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"fromUser\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"toUser\",\"type\":\"address\"}],\"name\":\"borrowAllowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"user\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"burn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"subtractedValue\",\"type\":\"uint256\"}],\"name\":\"decreaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getIncentivesController\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"user\",\"type\":\"address\"}],\"name\":\"getScaledUserBalanceAndSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"addedValue\",\"type\":\"uint256\"}],\"name\":\"increaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"pool\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"underlyingAsset\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"incentivesController\",\"type\":\"address\"},{\"internalType\":\"uint8\",\"name\":\"debtTokenDecimals\",\"type\":\"uint8\"},{\"internalType\":\"string\",\"name\":\"debtTokenName\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"debtTokenSymbol\",\"type\":\"string\"},{\"internalType\":\"bytes\",\"name\":\"params\",\"type\":\"bytes\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"user\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"onBehalfOf\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"mint\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"user\",\"type\":\"address\"}],\"name\":\"scaledBalanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"scaledTotalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}
AaveVTokenV3MetaData contains all meta data concerning the AaveVTokenV3 contract.
Functions ¶
This section is empty.
Types ¶
type AaveVTokenV3 ¶
type AaveVTokenV3 struct { AaveVTokenV3Caller // Read-only binding to the contract AaveVTokenV3Transactor // Write-only binding to the contract AaveVTokenV3Filterer // Log filterer for contract events }
AaveVTokenV3 is an auto generated Go binding around an Ethereum contract.
func NewAaveVTokenV3 ¶
func NewAaveVTokenV3(address common.Address, backend bind.ContractBackend) (*AaveVTokenV3, error)
NewAaveVTokenV3 creates a new instance of AaveVTokenV3, bound to a specific deployed contract.
type AaveVTokenV3Caller ¶
type AaveVTokenV3Caller struct {
// contains filtered or unexported fields
}
AaveVTokenV3Caller is an auto generated read-only Go binding around an Ethereum contract.
func NewAaveVTokenV3Caller ¶
func NewAaveVTokenV3Caller(address common.Address, caller bind.ContractCaller) (*AaveVTokenV3Caller, error)
NewAaveVTokenV3Caller creates a new read-only instance of AaveVTokenV3, bound to a specific deployed contract.
func (*AaveVTokenV3Caller) Allowance ¶
func (_AaveVTokenV3 *AaveVTokenV3Caller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)
Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.
Solidity: function allowance(address owner, address spender) view returns(uint256)
func (*AaveVTokenV3Caller) BalanceOf ¶
func (_AaveVTokenV3 *AaveVTokenV3Caller) BalanceOf(opts *bind.CallOpts, user common.Address) (*big.Int, error)
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address user) view returns(uint256)
func (*AaveVTokenV3Caller) BorrowAllowance ¶
func (_AaveVTokenV3 *AaveVTokenV3Caller) BorrowAllowance(opts *bind.CallOpts, fromUser common.Address, toUser common.Address) (*big.Int, error)
BorrowAllowance is a free data retrieval call binding the contract method 0x6bd76d24.
Solidity: function borrowAllowance(address fromUser, address toUser) view returns(uint256)
func (*AaveVTokenV3Caller) DEBTTOKENREVISION ¶
DEBTTOKENREVISION is a free data retrieval call binding the contract method 0xb9a7b622.
Solidity: function DEBT_TOKEN_REVISION() view returns(uint256)
func (*AaveVTokenV3Caller) Decimals ¶
func (_AaveVTokenV3 *AaveVTokenV3Caller) Decimals(opts *bind.CallOpts) (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*AaveVTokenV3Caller) GetIncentivesController ¶
func (_AaveVTokenV3 *AaveVTokenV3Caller) GetIncentivesController(opts *bind.CallOpts) (common.Address, error)
GetIncentivesController is a free data retrieval call binding the contract method 0x75d26413.
Solidity: function getIncentivesController() view returns(address)
func (*AaveVTokenV3Caller) GetScaledUserBalanceAndSupply ¶
func (_AaveVTokenV3 *AaveVTokenV3Caller) GetScaledUserBalanceAndSupply(opts *bind.CallOpts, user common.Address) (*big.Int, *big.Int, error)
GetScaledUserBalanceAndSupply is a free data retrieval call binding the contract method 0x0afbcdc9.
Solidity: function getScaledUserBalanceAndSupply(address user) view returns(uint256, uint256)
func (*AaveVTokenV3Caller) Name ¶
func (_AaveVTokenV3 *AaveVTokenV3Caller) Name(opts *bind.CallOpts) (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*AaveVTokenV3Caller) POOL ¶
POOL is a free data retrieval call binding the contract method 0x7535d246.
Solidity: function POOL() view returns(address)
func (*AaveVTokenV3Caller) ScaledBalanceOf ¶
func (_AaveVTokenV3 *AaveVTokenV3Caller) ScaledBalanceOf(opts *bind.CallOpts, user common.Address) (*big.Int, error)
ScaledBalanceOf is a free data retrieval call binding the contract method 0x1da24f3e.
Solidity: function scaledBalanceOf(address user) view returns(uint256)
func (*AaveVTokenV3Caller) ScaledTotalSupply ¶
ScaledTotalSupply is a free data retrieval call binding the contract method 0xb1bf962d.
Solidity: function scaledTotalSupply() view returns(uint256)
func (*AaveVTokenV3Caller) Symbol ¶
func (_AaveVTokenV3 *AaveVTokenV3Caller) Symbol(opts *bind.CallOpts) (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*AaveVTokenV3Caller) TotalSupply ¶
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*AaveVTokenV3Caller) UNDERLYINGASSETADDRESS ¶
func (_AaveVTokenV3 *AaveVTokenV3Caller) UNDERLYINGASSETADDRESS(opts *bind.CallOpts) (common.Address, error)
UNDERLYINGASSETADDRESS is a free data retrieval call binding the contract method 0xb16a19de.
Solidity: function UNDERLYING_ASSET_ADDRESS() view returns(address)
type AaveVTokenV3CallerRaw ¶
type AaveVTokenV3CallerRaw struct {
Contract *AaveVTokenV3Caller // Generic read-only contract binding to access the raw methods on
}
AaveVTokenV3CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*AaveVTokenV3CallerRaw) Call ¶
func (_AaveVTokenV3 *AaveVTokenV3CallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
type AaveVTokenV3CallerSession ¶
type AaveVTokenV3CallerSession struct { Contract *AaveVTokenV3Caller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
AaveVTokenV3CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*AaveVTokenV3CallerSession) Allowance ¶
func (_AaveVTokenV3 *AaveVTokenV3CallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.
Solidity: function allowance(address owner, address spender) view returns(uint256)
func (*AaveVTokenV3CallerSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address user) view returns(uint256)
func (*AaveVTokenV3CallerSession) BorrowAllowance ¶
func (_AaveVTokenV3 *AaveVTokenV3CallerSession) BorrowAllowance(fromUser common.Address, toUser common.Address) (*big.Int, error)
BorrowAllowance is a free data retrieval call binding the contract method 0x6bd76d24.
Solidity: function borrowAllowance(address fromUser, address toUser) view returns(uint256)
func (*AaveVTokenV3CallerSession) DEBTTOKENREVISION ¶
func (_AaveVTokenV3 *AaveVTokenV3CallerSession) DEBTTOKENREVISION() (*big.Int, error)
DEBTTOKENREVISION is a free data retrieval call binding the contract method 0xb9a7b622.
Solidity: function DEBT_TOKEN_REVISION() view returns(uint256)
func (*AaveVTokenV3CallerSession) Decimals ¶
func (_AaveVTokenV3 *AaveVTokenV3CallerSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*AaveVTokenV3CallerSession) GetIncentivesController ¶
func (_AaveVTokenV3 *AaveVTokenV3CallerSession) GetIncentivesController() (common.Address, error)
GetIncentivesController is a free data retrieval call binding the contract method 0x75d26413.
Solidity: function getIncentivesController() view returns(address)
func (*AaveVTokenV3CallerSession) GetScaledUserBalanceAndSupply ¶
func (_AaveVTokenV3 *AaveVTokenV3CallerSession) GetScaledUserBalanceAndSupply(user common.Address) (*big.Int, *big.Int, error)
GetScaledUserBalanceAndSupply is a free data retrieval call binding the contract method 0x0afbcdc9.
Solidity: function getScaledUserBalanceAndSupply(address user) view returns(uint256, uint256)
func (*AaveVTokenV3CallerSession) Name ¶
func (_AaveVTokenV3 *AaveVTokenV3CallerSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*AaveVTokenV3CallerSession) POOL ¶
func (_AaveVTokenV3 *AaveVTokenV3CallerSession) POOL() (common.Address, error)
POOL is a free data retrieval call binding the contract method 0x7535d246.
Solidity: function POOL() view returns(address)
func (*AaveVTokenV3CallerSession) ScaledBalanceOf ¶
func (_AaveVTokenV3 *AaveVTokenV3CallerSession) ScaledBalanceOf(user common.Address) (*big.Int, error)
ScaledBalanceOf is a free data retrieval call binding the contract method 0x1da24f3e.
Solidity: function scaledBalanceOf(address user) view returns(uint256)
func (*AaveVTokenV3CallerSession) ScaledTotalSupply ¶
func (_AaveVTokenV3 *AaveVTokenV3CallerSession) ScaledTotalSupply() (*big.Int, error)
ScaledTotalSupply is a free data retrieval call binding the contract method 0xb1bf962d.
Solidity: function scaledTotalSupply() view returns(uint256)
func (*AaveVTokenV3CallerSession) Symbol ¶
func (_AaveVTokenV3 *AaveVTokenV3CallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*AaveVTokenV3CallerSession) TotalSupply ¶
func (_AaveVTokenV3 *AaveVTokenV3CallerSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*AaveVTokenV3CallerSession) UNDERLYINGASSETADDRESS ¶
func (_AaveVTokenV3 *AaveVTokenV3CallerSession) UNDERLYINGASSETADDRESS() (common.Address, error)
UNDERLYINGASSETADDRESS is a free data retrieval call binding the contract method 0xb16a19de.
Solidity: function UNDERLYING_ASSET_ADDRESS() view returns(address)
type AaveVTokenV3Filterer ¶
type AaveVTokenV3Filterer struct {
// contains filtered or unexported fields
}
AaveVTokenV3Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewAaveVTokenV3Filterer ¶
func NewAaveVTokenV3Filterer(address common.Address, filterer bind.ContractFilterer) (*AaveVTokenV3Filterer, error)
NewAaveVTokenV3Filterer creates a new log filterer instance of AaveVTokenV3, bound to a specific deployed contract.
type AaveVTokenV3Raw ¶
type AaveVTokenV3Raw struct {
Contract *AaveVTokenV3 // Generic contract binding to access the raw methods on
}
AaveVTokenV3Raw is an auto generated low-level Go binding around an Ethereum contract.
func (*AaveVTokenV3Raw) Call ¶
func (_AaveVTokenV3 *AaveVTokenV3Raw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
func (*AaveVTokenV3Raw) Transact ¶
func (_AaveVTokenV3 *AaveVTokenV3Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AaveVTokenV3Raw) Transfer ¶
func (_AaveVTokenV3 *AaveVTokenV3Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type AaveVTokenV3Session ¶
type AaveVTokenV3Session struct { Contract *AaveVTokenV3 // Generic contract binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
AaveVTokenV3Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*AaveVTokenV3Session) Allowance ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
Allowance is a free data retrieval call binding the contract method 0xdd62ed3e.
Solidity: function allowance(address owner, address spender) view returns(uint256)
func (*AaveVTokenV3Session) Approve ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address spender, uint256 amount) returns(bool)
func (*AaveVTokenV3Session) ApproveDelegation ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) ApproveDelegation(delegatee common.Address, amount *big.Int) (*types.Transaction, error)
ApproveDelegation is a paid mutator transaction binding the contract method 0xc04a8a10.
Solidity: function approveDelegation(address delegatee, uint256 amount) returns()
func (*AaveVTokenV3Session) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address user) view returns(uint256)
func (*AaveVTokenV3Session) BorrowAllowance ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) BorrowAllowance(fromUser common.Address, toUser common.Address) (*big.Int, error)
BorrowAllowance is a free data retrieval call binding the contract method 0x6bd76d24.
Solidity: function borrowAllowance(address fromUser, address toUser) view returns(uint256)
func (*AaveVTokenV3Session) Burn ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) Burn(user common.Address, amount *big.Int, index *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0xf5298aca.
Solidity: function burn(address user, uint256 amount, uint256 index) returns()
func (*AaveVTokenV3Session) DEBTTOKENREVISION ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) DEBTTOKENREVISION() (*big.Int, error)
DEBTTOKENREVISION is a free data retrieval call binding the contract method 0xb9a7b622.
Solidity: function DEBT_TOKEN_REVISION() view returns(uint256)
func (*AaveVTokenV3Session) Decimals ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*AaveVTokenV3Session) DecreaseAllowance ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
DecreaseAllowance is a paid mutator transaction binding the contract method 0xa457c2d7.
Solidity: function decreaseAllowance(address spender, uint256 subtractedValue) returns(bool)
func (*AaveVTokenV3Session) GetIncentivesController ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) GetIncentivesController() (common.Address, error)
GetIncentivesController is a free data retrieval call binding the contract method 0x75d26413.
Solidity: function getIncentivesController() view returns(address)
func (*AaveVTokenV3Session) GetScaledUserBalanceAndSupply ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) GetScaledUserBalanceAndSupply(user common.Address) (*big.Int, *big.Int, error)
GetScaledUserBalanceAndSupply is a free data retrieval call binding the contract method 0x0afbcdc9.
Solidity: function getScaledUserBalanceAndSupply(address user) view returns(uint256, uint256)
func (*AaveVTokenV3Session) IncreaseAllowance ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)
IncreaseAllowance is a paid mutator transaction binding the contract method 0x39509351.
Solidity: function increaseAllowance(address spender, uint256 addedValue) returns(bool)
func (*AaveVTokenV3Session) Initialize ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) Initialize(pool common.Address, underlyingAsset common.Address, incentivesController common.Address, debtTokenDecimals uint8, debtTokenName string, debtTokenSymbol string, params []byte) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xc222ec8a.
Solidity: function initialize(address pool, address underlyingAsset, address incentivesController, uint8 debtTokenDecimals, string debtTokenName, string debtTokenSymbol, bytes params) returns()
func (*AaveVTokenV3Session) Mint ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) Mint(user common.Address, onBehalfOf common.Address, amount *big.Int, index *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0xb3f1c93d.
Solidity: function mint(address user, address onBehalfOf, uint256 amount, uint256 index) returns(bool)
func (*AaveVTokenV3Session) Name ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*AaveVTokenV3Session) POOL ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) POOL() (common.Address, error)
POOL is a free data retrieval call binding the contract method 0x7535d246.
Solidity: function POOL() view returns(address)
func (*AaveVTokenV3Session) ScaledBalanceOf ¶
ScaledBalanceOf is a free data retrieval call binding the contract method 0x1da24f3e.
Solidity: function scaledBalanceOf(address user) view returns(uint256)
func (*AaveVTokenV3Session) ScaledTotalSupply ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) ScaledTotalSupply() (*big.Int, error)
ScaledTotalSupply is a free data retrieval call binding the contract method 0xb1bf962d.
Solidity: function scaledTotalSupply() view returns(uint256)
func (*AaveVTokenV3Session) Symbol ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*AaveVTokenV3Session) TotalSupply ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*AaveVTokenV3Session) Transfer ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) Transfer(recipient common.Address, amount *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address recipient, uint256 amount) returns(bool)
func (*AaveVTokenV3Session) TransferFrom ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) TransferFrom(sender common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address sender, address recipient, uint256 amount) returns(bool)
func (*AaveVTokenV3Session) UNDERLYINGASSETADDRESS ¶
func (_AaveVTokenV3 *AaveVTokenV3Session) UNDERLYINGASSETADDRESS() (common.Address, error)
UNDERLYINGASSETADDRESS is a free data retrieval call binding the contract method 0xb16a19de.
Solidity: function UNDERLYING_ASSET_ADDRESS() view returns(address)
type AaveVTokenV3Transactor ¶
type AaveVTokenV3Transactor struct {
// contains filtered or unexported fields
}
AaveVTokenV3Transactor is an auto generated write-only Go binding around an Ethereum contract.
func NewAaveVTokenV3Transactor ¶
func NewAaveVTokenV3Transactor(address common.Address, transactor bind.ContractTransactor) (*AaveVTokenV3Transactor, error)
NewAaveVTokenV3Transactor creates a new write-only instance of AaveVTokenV3, bound to a specific deployed contract.
func (*AaveVTokenV3Transactor) Approve ¶
func (_AaveVTokenV3 *AaveVTokenV3Transactor) Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address spender, uint256 amount) returns(bool)
func (*AaveVTokenV3Transactor) ApproveDelegation ¶
func (_AaveVTokenV3 *AaveVTokenV3Transactor) ApproveDelegation(opts *bind.TransactOpts, delegatee common.Address, amount *big.Int) (*types.Transaction, error)
ApproveDelegation is a paid mutator transaction binding the contract method 0xc04a8a10.
Solidity: function approveDelegation(address delegatee, uint256 amount) returns()
func (*AaveVTokenV3Transactor) Burn ¶
func (_AaveVTokenV3 *AaveVTokenV3Transactor) Burn(opts *bind.TransactOpts, user common.Address, amount *big.Int, index *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0xf5298aca.
Solidity: function burn(address user, uint256 amount, uint256 index) returns()
func (*AaveVTokenV3Transactor) DecreaseAllowance ¶
func (_AaveVTokenV3 *AaveVTokenV3Transactor) DecreaseAllowance(opts *bind.TransactOpts, spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
DecreaseAllowance is a paid mutator transaction binding the contract method 0xa457c2d7.
Solidity: function decreaseAllowance(address spender, uint256 subtractedValue) returns(bool)
func (*AaveVTokenV3Transactor) IncreaseAllowance ¶
func (_AaveVTokenV3 *AaveVTokenV3Transactor) IncreaseAllowance(opts *bind.TransactOpts, spender common.Address, addedValue *big.Int) (*types.Transaction, error)
IncreaseAllowance is a paid mutator transaction binding the contract method 0x39509351.
Solidity: function increaseAllowance(address spender, uint256 addedValue) returns(bool)
func (*AaveVTokenV3Transactor) Initialize ¶
func (_AaveVTokenV3 *AaveVTokenV3Transactor) Initialize(opts *bind.TransactOpts, pool common.Address, underlyingAsset common.Address, incentivesController common.Address, debtTokenDecimals uint8, debtTokenName string, debtTokenSymbol string, params []byte) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xc222ec8a.
Solidity: function initialize(address pool, address underlyingAsset, address incentivesController, uint8 debtTokenDecimals, string debtTokenName, string debtTokenSymbol, bytes params) returns()
func (*AaveVTokenV3Transactor) Mint ¶
func (_AaveVTokenV3 *AaveVTokenV3Transactor) Mint(opts *bind.TransactOpts, user common.Address, onBehalfOf common.Address, amount *big.Int, index *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0xb3f1c93d.
Solidity: function mint(address user, address onBehalfOf, uint256 amount, uint256 index) returns(bool)
func (*AaveVTokenV3Transactor) Transfer ¶
func (_AaveVTokenV3 *AaveVTokenV3Transactor) Transfer(opts *bind.TransactOpts, recipient common.Address, amount *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address recipient, uint256 amount) returns(bool)
func (*AaveVTokenV3Transactor) TransferFrom ¶
func (_AaveVTokenV3 *AaveVTokenV3Transactor) TransferFrom(opts *bind.TransactOpts, sender common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address sender, address recipient, uint256 amount) returns(bool)
type AaveVTokenV3TransactorRaw ¶
type AaveVTokenV3TransactorRaw struct {
Contract *AaveVTokenV3Transactor // Generic write-only contract binding to access the raw methods on
}
AaveVTokenV3TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*AaveVTokenV3TransactorRaw) Transact ¶
func (_AaveVTokenV3 *AaveVTokenV3TransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AaveVTokenV3TransactorRaw) Transfer ¶
func (_AaveVTokenV3 *AaveVTokenV3TransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type AaveVTokenV3TransactorSession ¶
type AaveVTokenV3TransactorSession struct { Contract *AaveVTokenV3Transactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
AaveVTokenV3TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*AaveVTokenV3TransactorSession) Approve ¶
func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address spender, uint256 amount) returns(bool)
func (*AaveVTokenV3TransactorSession) ApproveDelegation ¶
func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) ApproveDelegation(delegatee common.Address, amount *big.Int) (*types.Transaction, error)
ApproveDelegation is a paid mutator transaction binding the contract method 0xc04a8a10.
Solidity: function approveDelegation(address delegatee, uint256 amount) returns()
func (*AaveVTokenV3TransactorSession) Burn ¶
func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) Burn(user common.Address, amount *big.Int, index *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0xf5298aca.
Solidity: function burn(address user, uint256 amount, uint256 index) returns()
func (*AaveVTokenV3TransactorSession) DecreaseAllowance ¶
func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
DecreaseAllowance is a paid mutator transaction binding the contract method 0xa457c2d7.
Solidity: function decreaseAllowance(address spender, uint256 subtractedValue) returns(bool)
func (*AaveVTokenV3TransactorSession) IncreaseAllowance ¶
func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)
IncreaseAllowance is a paid mutator transaction binding the contract method 0x39509351.
Solidity: function increaseAllowance(address spender, uint256 addedValue) returns(bool)
func (*AaveVTokenV3TransactorSession) Initialize ¶
func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) Initialize(pool common.Address, underlyingAsset common.Address, incentivesController common.Address, debtTokenDecimals uint8, debtTokenName string, debtTokenSymbol string, params []byte) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xc222ec8a.
Solidity: function initialize(address pool, address underlyingAsset, address incentivesController, uint8 debtTokenDecimals, string debtTokenName, string debtTokenSymbol, bytes params) returns()
func (*AaveVTokenV3TransactorSession) Mint ¶
func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) Mint(user common.Address, onBehalfOf common.Address, amount *big.Int, index *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0xb3f1c93d.
Solidity: function mint(address user, address onBehalfOf, uint256 amount, uint256 index) returns(bool)
func (*AaveVTokenV3TransactorSession) Transfer ¶
func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) Transfer(recipient common.Address, amount *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address recipient, uint256 amount) returns(bool)
func (*AaveVTokenV3TransactorSession) TransferFrom ¶
func (_AaveVTokenV3 *AaveVTokenV3TransactorSession) TransferFrom(sender common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address sender, address recipient, uint256 amount) returns(bool)