Documentation ¶
Index ¶
- Variables
- type AxialLp
- type AxialLpCaller
- func (_AxialLp *AxialLpCaller) Allowance(opts *bind.CallOpts, owner common.Address, spender common.Address) (*big.Int, error)
- func (_AxialLp *AxialLpCaller) BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error)
- func (_AxialLp *AxialLpCaller) Decimals(opts *bind.CallOpts) (uint8, error)
- func (_AxialLp *AxialLpCaller) Name(opts *bind.CallOpts) (string, error)
- func (_AxialLp *AxialLpCaller) Owner(opts *bind.CallOpts) (common.Address, error)
- func (_AxialLp *AxialLpCaller) Symbol(opts *bind.CallOpts) (string, error)
- func (_AxialLp *AxialLpCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)
- type AxialLpCallerRaw
- type AxialLpCallerSession
- func (_AxialLp *AxialLpCallerSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_AxialLp *AxialLpCallerSession) BalanceOf(account common.Address) (*big.Int, error)
- func (_AxialLp *AxialLpCallerSession) Decimals() (uint8, error)
- func (_AxialLp *AxialLpCallerSession) Name() (string, error)
- func (_AxialLp *AxialLpCallerSession) Owner() (common.Address, error)
- func (_AxialLp *AxialLpCallerSession) Symbol() (string, error)
- func (_AxialLp *AxialLpCallerSession) TotalSupply() (*big.Int, error)
- type AxialLpFilterer
- type AxialLpRaw
- func (_AxialLp *AxialLpRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_AxialLp *AxialLpRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_AxialLp *AxialLpRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type AxialLpSession
- func (_AxialLp *AxialLpSession) Allowance(owner common.Address, spender common.Address) (*big.Int, error)
- func (_AxialLp *AxialLpSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpSession) BalanceOf(account common.Address) (*big.Int, error)
- func (_AxialLp *AxialLpSession) Burn(amount *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpSession) BurnFrom(account common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpSession) Decimals() (uint8, error)
- func (_AxialLp *AxialLpSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpSession) Initialize(name string, symbol string) (*types.Transaction, error)
- func (_AxialLp *AxialLpSession) Mint(recipient common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpSession) Name() (string, error)
- func (_AxialLp *AxialLpSession) Owner() (common.Address, error)
- func (_AxialLp *AxialLpSession) RenounceOwnership() (*types.Transaction, error)
- func (_AxialLp *AxialLpSession) Symbol() (string, error)
- func (_AxialLp *AxialLpSession) TotalSupply() (*big.Int, error)
- func (_AxialLp *AxialLpSession) Transfer(recipient common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpSession) TransferFrom(sender common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- type AxialLpTransactor
- func (_AxialLp *AxialLpTransactor) Approve(opts *bind.TransactOpts, spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactor) Burn(opts *bind.TransactOpts, amount *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactor) BurnFrom(opts *bind.TransactOpts, account common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactor) DecreaseAllowance(opts *bind.TransactOpts, spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactor) IncreaseAllowance(opts *bind.TransactOpts, spender common.Address, addedValue *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactor) Initialize(opts *bind.TransactOpts, name string, symbol string) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactor) Mint(opts *bind.TransactOpts, recipient common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactor) Transfer(opts *bind.TransactOpts, recipient common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactor) TransferFrom(opts *bind.TransactOpts, sender common.Address, recipient common.Address, ...) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
- type AxialLpTransactorRaw
- type AxialLpTransactorSession
- func (_AxialLp *AxialLpTransactorSession) Approve(spender common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactorSession) Burn(amount *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactorSession) BurnFrom(account common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactorSession) DecreaseAllowance(spender common.Address, subtractedValue *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactorSession) IncreaseAllowance(spender common.Address, addedValue *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactorSession) Initialize(name string, symbol string) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactorSession) Mint(recipient common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactorSession) RenounceOwnership() (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactorSession) Transfer(recipient common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactorSession) TransferFrom(sender common.Address, recipient common.Address, amount *big.Int) (*types.Transaction, error)
- func (_AxialLp *AxialLpTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
Constants ¶
This section is empty.
Variables ¶
var AxialLpABI = AxialLpMetaData.ABI
AxialLpABI is the input ABI used to generate the binding from. Deprecated: Use AxialLpMetaData.ABI instead.
var AxialLpMetaData = &bind.MetaData{
ABI: "[{\"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\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"burn\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"burnFrom\",\"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\":[{\"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\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol\",\"type\":\"string\"}],\"name\":\"initialize\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"mint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"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\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}]",
}
AxialLpMetaData contains all meta data concerning the AxialLp contract.
Functions ¶
This section is empty.
Types ¶
type AxialLp ¶
type AxialLp struct { AxialLpCaller // Read-only binding to the contract AxialLpTransactor // Write-only binding to the contract AxialLpFilterer // Log filterer for contract events }
AxialLp is an auto generated Go binding around an Ethereum contract.
func NewAxialLp ¶
NewAxialLp creates a new instance of AxialLp, bound to a specific deployed contract.
type AxialLpCaller ¶
type AxialLpCaller struct {
// contains filtered or unexported fields
}
AxialLpCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewAxialLpCaller ¶
func NewAxialLpCaller(address common.Address, caller bind.ContractCaller) (*AxialLpCaller, error)
NewAxialLpCaller creates a new read-only instance of AxialLp, bound to a specific deployed contract.
func (*AxialLpCaller) Allowance ¶
func (_AxialLp *AxialLpCaller) 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 (*AxialLpCaller) BalanceOf ¶
func (_AxialLp *AxialLpCaller) BalanceOf(opts *bind.CallOpts, account common.Address) (*big.Int, error)
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address account) view returns(uint256)
func (*AxialLpCaller) Decimals ¶
func (_AxialLp *AxialLpCaller) 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 (*AxialLpCaller) Name ¶
func (_AxialLp *AxialLpCaller) 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 (*AxialLpCaller) Owner ¶
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*AxialLpCaller) Symbol ¶
func (_AxialLp *AxialLpCaller) 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 (*AxialLpCaller) TotalSupply ¶
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type AxialLpCallerRaw ¶
type AxialLpCallerRaw struct {
Contract *AxialLpCaller // Generic read-only contract binding to access the raw methods on
}
AxialLpCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*AxialLpCallerRaw) Call ¶
func (_AxialLp *AxialLpCallerRaw) 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 AxialLpCallerSession ¶
type AxialLpCallerSession struct { Contract *AxialLpCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
AxialLpCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*AxialLpCallerSession) Allowance ¶
func (_AxialLp *AxialLpCallerSession) 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 (*AxialLpCallerSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address account) view returns(uint256)
func (*AxialLpCallerSession) Decimals ¶
func (_AxialLp *AxialLpCallerSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*AxialLpCallerSession) Name ¶
func (_AxialLp *AxialLpCallerSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*AxialLpCallerSession) Owner ¶
func (_AxialLp *AxialLpCallerSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*AxialLpCallerSession) Symbol ¶
func (_AxialLp *AxialLpCallerSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*AxialLpCallerSession) TotalSupply ¶
func (_AxialLp *AxialLpCallerSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
type AxialLpFilterer ¶
type AxialLpFilterer struct {
// contains filtered or unexported fields
}
AxialLpFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewAxialLpFilterer ¶
func NewAxialLpFilterer(address common.Address, filterer bind.ContractFilterer) (*AxialLpFilterer, error)
NewAxialLpFilterer creates a new log filterer instance of AxialLp, bound to a specific deployed contract.
type AxialLpRaw ¶
type AxialLpRaw struct {
Contract *AxialLp // Generic contract binding to access the raw methods on
}
AxialLpRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*AxialLpRaw) Call ¶
func (_AxialLp *AxialLpRaw) 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 (*AxialLpRaw) Transact ¶
func (_AxialLp *AxialLpRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AxialLpRaw) Transfer ¶
func (_AxialLp *AxialLpRaw) 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 AxialLpSession ¶
type AxialLpSession struct { Contract *AxialLp // 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 }
AxialLpSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*AxialLpSession) Allowance ¶
func (_AxialLp *AxialLpSession) 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 (*AxialLpSession) Approve ¶
func (_AxialLp *AxialLpSession) 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 (*AxialLpSession) BalanceOf ¶
BalanceOf is a free data retrieval call binding the contract method 0x70a08231.
Solidity: function balanceOf(address account) view returns(uint256)
func (*AxialLpSession) Burn ¶
func (_AxialLp *AxialLpSession) Burn(amount *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x42966c68.
Solidity: function burn(uint256 amount) returns()
func (*AxialLpSession) BurnFrom ¶
func (_AxialLp *AxialLpSession) BurnFrom(account common.Address, amount *big.Int) (*types.Transaction, error)
BurnFrom is a paid mutator transaction binding the contract method 0x79cc6790.
Solidity: function burnFrom(address account, uint256 amount) returns()
func (*AxialLpSession) Decimals ¶
func (_AxialLp *AxialLpSession) Decimals() (uint8, error)
Decimals is a free data retrieval call binding the contract method 0x313ce567.
Solidity: function decimals() view returns(uint8)
func (*AxialLpSession) DecreaseAllowance ¶
func (_AxialLp *AxialLpSession) 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 (*AxialLpSession) IncreaseAllowance ¶
func (_AxialLp *AxialLpSession) 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 (*AxialLpSession) Initialize ¶
func (_AxialLp *AxialLpSession) Initialize(name string, symbol string) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0x4cd88b76.
Solidity: function initialize(string name, string symbol) returns(bool)
func (*AxialLpSession) Mint ¶
func (_AxialLp *AxialLpSession) Mint(recipient common.Address, amount *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0x40c10f19.
Solidity: function mint(address recipient, uint256 amount) returns()
func (*AxialLpSession) Name ¶
func (_AxialLp *AxialLpSession) Name() (string, error)
Name is a free data retrieval call binding the contract method 0x06fdde03.
Solidity: function name() view returns(string)
func (*AxialLpSession) Owner ¶
func (_AxialLp *AxialLpSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*AxialLpSession) RenounceOwnership ¶
func (_AxialLp *AxialLpSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*AxialLpSession) Symbol ¶
func (_AxialLp *AxialLpSession) Symbol() (string, error)
Symbol is a free data retrieval call binding the contract method 0x95d89b41.
Solidity: function symbol() view returns(string)
func (*AxialLpSession) TotalSupply ¶
func (_AxialLp *AxialLpSession) TotalSupply() (*big.Int, error)
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.
Solidity: function totalSupply() view returns(uint256)
func (*AxialLpSession) Transfer ¶
func (_AxialLp *AxialLpSession) 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 (*AxialLpSession) TransferFrom ¶
func (_AxialLp *AxialLpSession) 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 (*AxialLpSession) TransferOwnership ¶
func (_AxialLp *AxialLpSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
type AxialLpTransactor ¶
type AxialLpTransactor struct {
// contains filtered or unexported fields
}
AxialLpTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewAxialLpTransactor ¶
func NewAxialLpTransactor(address common.Address, transactor bind.ContractTransactor) (*AxialLpTransactor, error)
NewAxialLpTransactor creates a new write-only instance of AxialLp, bound to a specific deployed contract.
func (*AxialLpTransactor) Approve ¶
func (_AxialLp *AxialLpTransactor) 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 (*AxialLpTransactor) Burn ¶
func (_AxialLp *AxialLpTransactor) Burn(opts *bind.TransactOpts, amount *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x42966c68.
Solidity: function burn(uint256 amount) returns()
func (*AxialLpTransactor) BurnFrom ¶
func (_AxialLp *AxialLpTransactor) BurnFrom(opts *bind.TransactOpts, account common.Address, amount *big.Int) (*types.Transaction, error)
BurnFrom is a paid mutator transaction binding the contract method 0x79cc6790.
Solidity: function burnFrom(address account, uint256 amount) returns()
func (*AxialLpTransactor) DecreaseAllowance ¶
func (_AxialLp *AxialLpTransactor) 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 (*AxialLpTransactor) IncreaseAllowance ¶
func (_AxialLp *AxialLpTransactor) 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 (*AxialLpTransactor) Initialize ¶
func (_AxialLp *AxialLpTransactor) Initialize(opts *bind.TransactOpts, name string, symbol string) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0x4cd88b76.
Solidity: function initialize(string name, string symbol) returns(bool)
func (*AxialLpTransactor) Mint ¶
func (_AxialLp *AxialLpTransactor) Mint(opts *bind.TransactOpts, recipient common.Address, amount *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0x40c10f19.
Solidity: function mint(address recipient, uint256 amount) returns()
func (*AxialLpTransactor) RenounceOwnership ¶
func (_AxialLp *AxialLpTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*AxialLpTransactor) Transfer ¶
func (_AxialLp *AxialLpTransactor) 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 (*AxialLpTransactor) TransferFrom ¶
func (_AxialLp *AxialLpTransactor) 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)
func (*AxialLpTransactor) TransferOwnership ¶
func (_AxialLp *AxialLpTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()
type AxialLpTransactorRaw ¶
type AxialLpTransactorRaw struct {
Contract *AxialLpTransactor // Generic write-only contract binding to access the raw methods on
}
AxialLpTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*AxialLpTransactorRaw) Transact ¶
func (_AxialLp *AxialLpTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*AxialLpTransactorRaw) Transfer ¶
func (_AxialLp *AxialLpTransactorRaw) 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 AxialLpTransactorSession ¶
type AxialLpTransactorSession struct { Contract *AxialLpTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
AxialLpTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*AxialLpTransactorSession) Approve ¶
func (_AxialLp *AxialLpTransactorSession) 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 (*AxialLpTransactorSession) Burn ¶
func (_AxialLp *AxialLpTransactorSession) Burn(amount *big.Int) (*types.Transaction, error)
Burn is a paid mutator transaction binding the contract method 0x42966c68.
Solidity: function burn(uint256 amount) returns()
func (*AxialLpTransactorSession) BurnFrom ¶
func (_AxialLp *AxialLpTransactorSession) BurnFrom(account common.Address, amount *big.Int) (*types.Transaction, error)
BurnFrom is a paid mutator transaction binding the contract method 0x79cc6790.
Solidity: function burnFrom(address account, uint256 amount) returns()
func (*AxialLpTransactorSession) DecreaseAllowance ¶
func (_AxialLp *AxialLpTransactorSession) 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 (*AxialLpTransactorSession) IncreaseAllowance ¶
func (_AxialLp *AxialLpTransactorSession) 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 (*AxialLpTransactorSession) Initialize ¶
func (_AxialLp *AxialLpTransactorSession) Initialize(name string, symbol string) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0x4cd88b76.
Solidity: function initialize(string name, string symbol) returns(bool)
func (*AxialLpTransactorSession) Mint ¶
func (_AxialLp *AxialLpTransactorSession) Mint(recipient common.Address, amount *big.Int) (*types.Transaction, error)
Mint is a paid mutator transaction binding the contract method 0x40c10f19.
Solidity: function mint(address recipient, uint256 amount) returns()
func (*AxialLpTransactorSession) RenounceOwnership ¶
func (_AxialLp *AxialLpTransactorSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*AxialLpTransactorSession) Transfer ¶
func (_AxialLp *AxialLpTransactorSession) 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 (*AxialLpTransactorSession) TransferFrom ¶
func (_AxialLp *AxialLpTransactorSession) 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 (*AxialLpTransactorSession) TransferOwnership ¶
func (_AxialLp *AxialLpTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()