Documentation ¶
Index ¶
- Constants
- type Uniswapv2erc20
- type Uniswapv2erc20Approval
- type Uniswapv2erc20ApprovalIterator
- type Uniswapv2erc20Caller
- func (_Uniswapv2erc20 *Uniswapv2erc20Caller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Caller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Caller) DOMAINSEPARATOR(opts *bind.CallOpts) ([32]byte, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Caller) Decimals(opts *bind.CallOpts) (uint8, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Caller) Name(opts *bind.CallOpts) (string, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Caller) Nonces(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Caller) PERMITTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Caller) Symbol(opts *bind.CallOpts) (string, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Caller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
- type Uniswapv2erc20CallerRaw
- type Uniswapv2erc20CallerSession
- func (_Uniswapv2erc20 *Uniswapv2erc20CallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20CallerSession) BalanceOf(owner common.Address) (*big.Int, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20CallerSession) DOMAINSEPARATOR() ([32]byte, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20CallerSession) Decimals() (uint8, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20CallerSession) Name() (string, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20CallerSession) Nonces(owner common.Address) (*big.Int, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20CallerSession) PERMITTYPEHASH() ([32]byte, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20CallerSession) Symbol() (string, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20CallerSession) TotalSupply() (*big.Int, error)
- type Uniswapv2erc20Filterer
- func (_Uniswapv2erc20 *Uniswapv2erc20Filterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*Uniswapv2erc20ApprovalIterator, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Filterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*Uniswapv2erc20TransferIterator, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Filterer) ParseApproval(log types.Log) (*Uniswapv2erc20Approval, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Filterer) ParseTransfer(log types.Log) (*Uniswapv2erc20Transfer, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Filterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *Uniswapv2erc20Approval, ...) (event.Subscription, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Filterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *Uniswapv2erc20Transfer, ...) (event.Subscription, error)
- type Uniswapv2erc20Raw
- func (_Uniswapv2erc20 *Uniswapv2erc20Raw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Uniswapv2erc20 *Uniswapv2erc20Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Raw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type Uniswapv2erc20Session
- func (_Uniswapv2erc20 *Uniswapv2erc20Session) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Session) Approve(spender common.Address, value *big.Int) (*types.Transaction, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Session) BalanceOf(owner common.Address) (*big.Int, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Session) DOMAINSEPARATOR() ([32]byte, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Session) Decimals() (uint8, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Session) Name() (string, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Session) Nonces(owner common.Address) (*big.Int, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Session) PERMITTYPEHASH() ([32]byte, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Session) Permit(owner common.Address, spender common.Address, value *big.Int, ...) (*types.Transaction, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Session) Symbol() (string, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Session) TotalSupply() (*big.Int, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Session) Transfer(to common.Address, value *big.Int) (*types.Transaction, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Session) TransferFrom(from common.Address, to common.Address, value *big.Int) (*types.Transaction, error)
- type Uniswapv2erc20Transactor
- func (_Uniswapv2erc20 *Uniswapv2erc20Transactor) Approve(opts *bind.TransactOpts, spender common.Address, value *big.Int) (*types.Transaction, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Transactor) Permit(opts *bind.TransactOpts, owner common.Address, spender common.Address, ...) (*types.Transaction, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Transactor) Transfer(opts *bind.TransactOpts, to common.Address, value *big.Int) (*types.Transaction, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20Transactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, ...) (*types.Transaction, error)
- type Uniswapv2erc20TransactorRaw
- type Uniswapv2erc20TransactorSession
- func (_Uniswapv2erc20 *Uniswapv2erc20TransactorSession) Approve(spender common.Address, value *big.Int) (*types.Transaction, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20TransactorSession) Permit(owner common.Address, spender common.Address, value *big.Int, ...) (*types.Transaction, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20TransactorSession) Transfer(to common.Address, value *big.Int) (*types.Transaction, error)
- func (_Uniswapv2erc20 *Uniswapv2erc20TransactorSession) TransferFrom(from common.Address, to common.Address, value *big.Int) (*types.Transaction, error)
- type Uniswapv2erc20Transfer
- type Uniswapv2erc20TransferIterator
Constants ¶
const Uniswapv2erc20ABI = "" /* 4553-byte string literal not displayed */
Uniswapv2erc20ABI is the input ABI used to generate the binding from.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Uniswapv2erc20 ¶
type Uniswapv2erc20 struct { Uniswapv2erc20Caller // Read-only binding to the contract Uniswapv2erc20Transactor // Write-only binding to the contract Uniswapv2erc20Filterer // Log filterer for contract events }
Uniswapv2erc20 is an auto generated Go binding around an Ethereum contract.
func NewUniswapv2erc20 ¶
func NewUniswapv2erc20(address common.Address, backend bind.ContractBackend) (*Uniswapv2erc20, error)
NewUniswapv2erc20 creates a new instance of Uniswapv2erc20, bound to a specific deployed contract.
type Uniswapv2erc20Approval ¶
type Uniswapv2erc20Approval struct { Owner common.Address Spender common.Address Value *big.Int Raw types.Log // Blockchain specific contextual infos }
Uniswapv2erc20Approval represents a Approval event raised by the Uniswapv2erc20 contract.
type Uniswapv2erc20ApprovalIterator ¶
type Uniswapv2erc20ApprovalIterator struct { Event *Uniswapv2erc20Approval // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Uniswapv2erc20ApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the Uniswapv2erc20 contract.
func (*Uniswapv2erc20ApprovalIterator) Close ¶
func (it *Uniswapv2erc20ApprovalIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Uniswapv2erc20ApprovalIterator) Error ¶
func (it *Uniswapv2erc20ApprovalIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Uniswapv2erc20ApprovalIterator) Next ¶
func (it *Uniswapv2erc20ApprovalIterator) Next() bool
Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.
type Uniswapv2erc20Caller ¶
type Uniswapv2erc20Caller struct {
// contains filtered or unexported fields
}
Uniswapv2erc20Caller is an auto generated read-only Go binding around an Ethereum contract.
func NewUniswapv2erc20Caller ¶
func NewUniswapv2erc20Caller(address common.Address, caller bind.ContractCaller) (*Uniswapv2erc20Caller, error)
NewUniswapv2erc20Caller creates a new read-only instance of Uniswapv2erc20, bound to a specific deployed contract.
func (*Uniswapv2erc20Caller) Allowance ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Caller) 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 (*Uniswapv2erc20Caller) BalanceOf ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Caller) BalanceOf(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*Uniswapv2erc20Caller) DOMAINSEPARATOR ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Caller) DOMAINSEPARATOR(opts *bind.CallOpts) ([32]byte, error)
DOMAINSEPARATOR is a free data retrieval call binding the contract method 0x3644e515.
Solidity: function DOMAIN_SEPARATOR() view returns(bytes32)
func (*Uniswapv2erc20Caller) Decimals ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Caller) Decimals(opts *bind.CallOpts) (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() pure returns(uint8)
func (*Uniswapv2erc20Caller) Name ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Caller) Name(opts *bind.CallOpts) (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() pure returns(string)
func (*Uniswapv2erc20Caller) Nonces ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Caller) Nonces(opts *bind.CallOpts, owner common.Address) (*big.Int, error)
Nonces is a free data retrieval call binding the contract method 0x7ecebe00.
Solidity: function nonces(address owner) view returns(uint256)
func (*Uniswapv2erc20Caller) PERMITTYPEHASH ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Caller) PERMITTYPEHASH(opts *bind.CallOpts) ([32]byte, error)
PERMITTYPEHASH is a free data retrieval call binding the contract method 0x30adf81f.
Solidity: function PERMIT_TYPEHASH() pure returns(bytes32)
func (*Uniswapv2erc20Caller) Symbol ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Caller) Symbol(opts *bind.CallOpts) (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() pure returns(string)
func (*Uniswapv2erc20Caller) TotalSupply ¶
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type Uniswapv2erc20CallerRaw ¶
type Uniswapv2erc20CallerRaw struct {
Contract *Uniswapv2erc20Caller // Generic read-only contract binding to access the raw methods on
}
Uniswapv2erc20CallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*Uniswapv2erc20CallerRaw) Call ¶
func (_Uniswapv2erc20 *Uniswapv2erc20CallerRaw) 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 Uniswapv2erc20CallerSession ¶
type Uniswapv2erc20CallerSession struct { Contract *Uniswapv2erc20Caller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
Uniswapv2erc20CallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*Uniswapv2erc20CallerSession) Allowance ¶
func (_Uniswapv2erc20 *Uniswapv2erc20CallerSession) 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 (*Uniswapv2erc20CallerSession) BalanceOf ¶
func (_Uniswapv2erc20 *Uniswapv2erc20CallerSession) BalanceOf(owner common.Address) (*big.Int, error)
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*Uniswapv2erc20CallerSession) DOMAINSEPARATOR ¶
func (_Uniswapv2erc20 *Uniswapv2erc20CallerSession) DOMAINSEPARATOR() ([32]byte, error)
DOMAINSEPARATOR is a free data retrieval call binding the contract method 0x3644e515.
Solidity: function DOMAIN_SEPARATOR() view returns(bytes32)
func (*Uniswapv2erc20CallerSession) Decimals ¶
func (_Uniswapv2erc20 *Uniswapv2erc20CallerSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() pure returns(uint8)
func (*Uniswapv2erc20CallerSession) Name ¶
func (_Uniswapv2erc20 *Uniswapv2erc20CallerSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() pure returns(string)
func (*Uniswapv2erc20CallerSession) Nonces ¶
Nonces is a free data retrieval call binding the contract method 0x7ecebe00.
Solidity: function nonces(address owner) view returns(uint256)
func (*Uniswapv2erc20CallerSession) PERMITTYPEHASH ¶
func (_Uniswapv2erc20 *Uniswapv2erc20CallerSession) PERMITTYPEHASH() ([32]byte, error)
PERMITTYPEHASH is a free data retrieval call binding the contract method 0x30adf81f.
Solidity: function PERMIT_TYPEHASH() pure returns(bytes32)
func (*Uniswapv2erc20CallerSession) Symbol ¶
func (_Uniswapv2erc20 *Uniswapv2erc20CallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() pure returns(string)
func (*Uniswapv2erc20CallerSession) TotalSupply ¶
func (_Uniswapv2erc20 *Uniswapv2erc20CallerSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type Uniswapv2erc20Filterer ¶
type Uniswapv2erc20Filterer struct {
// contains filtered or unexported fields
}
Uniswapv2erc20Filterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewUniswapv2erc20Filterer ¶
func NewUniswapv2erc20Filterer(address common.Address, filterer bind.ContractFilterer) (*Uniswapv2erc20Filterer, error)
NewUniswapv2erc20Filterer creates a new log filterer instance of Uniswapv2erc20, bound to a specific deployed contract.
func (*Uniswapv2erc20Filterer) FilterApproval ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Filterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*Uniswapv2erc20ApprovalIterator, error)
FilterApproval is a free log retrieval operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)
func (*Uniswapv2erc20Filterer) FilterTransfer ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Filterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*Uniswapv2erc20TransferIterator, error)
FilterTransfer is a free log retrieval operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 value)
func (*Uniswapv2erc20Filterer) ParseApproval ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Filterer) ParseApproval(log types.Log) (*Uniswapv2erc20Approval, error)
ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)
func (*Uniswapv2erc20Filterer) ParseTransfer ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Filterer) ParseTransfer(log types.Log) (*Uniswapv2erc20Transfer, error)
ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 value)
func (*Uniswapv2erc20Filterer) WatchApproval ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Filterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *Uniswapv2erc20Approval, owner []common.Address, spender []common.Address) (event.Subscription, error)
WatchApproval is a free log subscription operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.
Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)
func (*Uniswapv2erc20Filterer) WatchTransfer ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Filterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *Uniswapv2erc20Transfer, from []common.Address, to []common.Address) (event.Subscription, error)
WatchTransfer is a free log subscription operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.
Solidity: event Transfer(address indexed from, address indexed to, uint256 value)
type Uniswapv2erc20Raw ¶
type Uniswapv2erc20Raw struct {
Contract *Uniswapv2erc20 // Generic contract binding to access the raw methods on
}
Uniswapv2erc20Raw is an auto generated low-level Go binding around an Ethereum contract.
func (*Uniswapv2erc20Raw) Call ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Raw) 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 (*Uniswapv2erc20Raw) Transact ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Raw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Uniswapv2erc20Raw) Transfer ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Raw) 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 Uniswapv2erc20Session ¶
type Uniswapv2erc20Session struct { Contract *Uniswapv2erc20 // 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 }
Uniswapv2erc20Session is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*Uniswapv2erc20Session) Allowance ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Session) 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 (*Uniswapv2erc20Session) Approve ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Session) Approve(spender common.Address, value *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address spender, uint256 value) returns(bool)
func (*Uniswapv2erc20Session) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address owner) view returns(uint256)
func (*Uniswapv2erc20Session) DOMAINSEPARATOR ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Session) DOMAINSEPARATOR() ([32]byte, error)
DOMAINSEPARATOR is a free data retrieval call binding the contract method 0x3644e515.
Solidity: function DOMAIN_SEPARATOR() view returns(bytes32)
func (*Uniswapv2erc20Session) Decimals ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Session) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() pure returns(uint8)
func (*Uniswapv2erc20Session) Name ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Session) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() pure returns(string)
func (*Uniswapv2erc20Session) Nonces ¶
Nonces is a free data retrieval call binding the contract method 0x7ecebe00.
Solidity: function nonces(address owner) view returns(uint256)
func (*Uniswapv2erc20Session) PERMITTYPEHASH ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Session) PERMITTYPEHASH() ([32]byte, error)
PERMITTYPEHASH is a free data retrieval call binding the contract method 0x30adf81f.
Solidity: function PERMIT_TYPEHASH() pure returns(bytes32)
func (*Uniswapv2erc20Session) Permit ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Session) Permit(owner common.Address, spender common.Address, value *big.Int, deadline *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)
Permit is a paid mutator transaction binding the contract method 0xd505accf.
Solidity: function permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns()
func (*Uniswapv2erc20Session) Symbol ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Session) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() pure returns(string)
func (*Uniswapv2erc20Session) TotalSupply ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Session) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*Uniswapv2erc20Session) Transfer ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Session) Transfer(to common.Address, value *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address to, uint256 value) returns(bool)
func (*Uniswapv2erc20Session) TransferFrom ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Session) TransferFrom(from common.Address, to common.Address, value *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 value) returns(bool)
type Uniswapv2erc20Transactor ¶
type Uniswapv2erc20Transactor struct {
// contains filtered or unexported fields
}
Uniswapv2erc20Transactor is an auto generated write-only Go binding around an Ethereum contract.
func NewUniswapv2erc20Transactor ¶
func NewUniswapv2erc20Transactor(address common.Address, transactor bind.ContractTransactor) (*Uniswapv2erc20Transactor, error)
NewUniswapv2erc20Transactor creates a new write-only instance of Uniswapv2erc20, bound to a specific deployed contract.
func (*Uniswapv2erc20Transactor) Approve ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Transactor) Approve(opts *bind.TransactOpts, spender common.Address, value *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address spender, uint256 value) returns(bool)
func (*Uniswapv2erc20Transactor) Permit ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Transactor) Permit(opts *bind.TransactOpts, owner common.Address, spender common.Address, value *big.Int, deadline *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)
Permit is a paid mutator transaction binding the contract method 0xd505accf.
Solidity: function permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns()
func (*Uniswapv2erc20Transactor) Transfer ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Transactor) Transfer(opts *bind.TransactOpts, to common.Address, value *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address to, uint256 value) returns(bool)
func (*Uniswapv2erc20Transactor) TransferFrom ¶
func (_Uniswapv2erc20 *Uniswapv2erc20Transactor) TransferFrom(opts *bind.TransactOpts, from common.Address, to common.Address, value *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 value) returns(bool)
type Uniswapv2erc20TransactorRaw ¶
type Uniswapv2erc20TransactorRaw struct {
Contract *Uniswapv2erc20Transactor // Generic write-only contract binding to access the raw methods on
}
Uniswapv2erc20TransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*Uniswapv2erc20TransactorRaw) Transact ¶
func (_Uniswapv2erc20 *Uniswapv2erc20TransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*Uniswapv2erc20TransactorRaw) Transfer ¶
func (_Uniswapv2erc20 *Uniswapv2erc20TransactorRaw) 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 Uniswapv2erc20TransactorSession ¶
type Uniswapv2erc20TransactorSession struct { Contract *Uniswapv2erc20Transactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
Uniswapv2erc20TransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*Uniswapv2erc20TransactorSession) Approve ¶
func (_Uniswapv2erc20 *Uniswapv2erc20TransactorSession) Approve(spender common.Address, value *big.Int) (*types.Transaction, error)
Approve is a paid mutator transaction binding the contract method 0x095ea7b3.
Solidity: function approve(address spender, uint256 value) returns(bool)
func (*Uniswapv2erc20TransactorSession) Permit ¶
func (_Uniswapv2erc20 *Uniswapv2erc20TransactorSession) Permit(owner common.Address, spender common.Address, value *big.Int, deadline *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)
Permit is a paid mutator transaction binding the contract method 0xd505accf.
Solidity: function permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns()
func (*Uniswapv2erc20TransactorSession) Transfer ¶
func (_Uniswapv2erc20 *Uniswapv2erc20TransactorSession) Transfer(to common.Address, value *big.Int) (*types.Transaction, error)
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb.
Solidity: function transfer(address to, uint256 value) returns(bool)
func (*Uniswapv2erc20TransactorSession) TransferFrom ¶
func (_Uniswapv2erc20 *Uniswapv2erc20TransactorSession) TransferFrom(from common.Address, to common.Address, value *big.Int) (*types.Transaction, error)
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd.
Solidity: function transferFrom(address from, address to, uint256 value) returns(bool)
type Uniswapv2erc20Transfer ¶
type Uniswapv2erc20Transfer struct { From common.Address To common.Address Value *big.Int Raw types.Log // Blockchain specific contextual infos }
Uniswapv2erc20Transfer represents a Transfer event raised by the Uniswapv2erc20 contract.
type Uniswapv2erc20TransferIterator ¶
type Uniswapv2erc20TransferIterator struct { Event *Uniswapv2erc20Transfer // Event containing the contract specifics and raw log // contains filtered or unexported fields }
Uniswapv2erc20TransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Uniswapv2erc20 contract.
func (*Uniswapv2erc20TransferIterator) Close ¶
func (it *Uniswapv2erc20TransferIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*Uniswapv2erc20TransferIterator) Error ¶
func (it *Uniswapv2erc20TransferIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*Uniswapv2erc20TransferIterator) Next ¶
func (it *Uniswapv2erc20TransferIterator) Next() bool
Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.