MintableBaseToken

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MintableBaseTokenABI = MintableBaseTokenMetaData.ABI

MintableBaseTokenABI is the input ABI used to generate the binding from. Deprecated: Use MintableBaseTokenMetaData.ABI instead.

View Source
var MintableBaseTokenMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"constructor\",\"inputs\":[{\"name\":\"_name\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"_symbol\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"_initialSupply\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"addAdmin\",\"inputs\":[{\"name\":\"_account\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"addNonStakingAccount\",\"inputs\":[{\"name\":\"_account\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"admins\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"allowance\",\"inputs\":[{\"name\":\"_owner\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_spender\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"allowances\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"approve\",\"inputs\":[{\"name\":\"_spender\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"balanceOf\",\"inputs\":[{\"name\":\"_account\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"balances\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"burn\",\"inputs\":[{\"name\":\"_account\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"claim\",\"inputs\":[{\"name\":\"_receiver\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"decimals\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint8\",\"internalType\":\"uint8\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"gov\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"inPrivateTransferMode\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isHandler\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"isMinter\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"mint\",\"inputs\":[{\"name\":\"_account\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"name\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"nonStakingAccounts\",\"inputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"nonStakingSupply\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"recoverClaim\",\"inputs\":[{\"name\":\"_account\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_receiver\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"removeAdmin\",\"inputs\":[{\"name\":\"_account\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"removeNonStakingAccount\",\"inputs\":[{\"name\":\"_account\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setGov\",\"inputs\":[{\"name\":\"_gov\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setHandler\",\"inputs\":[{\"name\":\"_handler\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_isActive\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setInPrivateTransferMode\",\"inputs\":[{\"name\":\"_inPrivateTransferMode\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setInfo\",\"inputs\":[{\"name\":\"_name\",\"type\":\"string\",\"internalType\":\"string\"},{\"name\":\"_symbol\",\"type\":\"string\",\"internalType\":\"string\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setMinter\",\"inputs\":[{\"name\":\"_minter\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_isActive\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"setYieldTrackers\",\"inputs\":[{\"name\":\"_yieldTrackers\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"stakedBalance\",\"inputs\":[{\"name\":\"_account\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"symbol\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"string\",\"internalType\":\"string\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"totalStaked\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"totalSupply\",\"inputs\":[],\"outputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"transfer\",\"inputs\":[{\"name\":\"_recipient\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"transferFrom\",\"inputs\":[{\"name\":\"_sender\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_recipient\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"bool\",\"internalType\":\"bool\"}],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"withdrawToken\",\"inputs\":[{\"name\":\"_token\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_account\",\"type\":\"address\",\"internalType\":\"address\"},{\"name\":\"_amount\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[],\"stateMutability\":\"nonpayable\"},{\"type\":\"function\",\"name\":\"yieldTrackers\",\"inputs\":[{\"name\":\"\",\"type\":\"uint256\",\"internalType\":\"uint256\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address\",\"internalType\":\"address\"}],\"stateMutability\":\"view\"},{\"type\":\"event\",\"name\":\"Approval\",\"inputs\":[{\"name\":\"owner\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"spender\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"value\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false},{\"type\":\"event\",\"name\":\"Transfer\",\"inputs\":[{\"name\":\"from\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"to\",\"type\":\"address\",\"indexed\":true,\"internalType\":\"address\"},{\"name\":\"value\",\"type\":\"uint256\",\"indexed\":false,\"internalType\":\"uint256\"}],\"anonymous\":false}]",
}

MintableBaseTokenMetaData contains all meta data concerning the MintableBaseToken contract.

Functions

This section is empty.

Types

type MintableBaseToken

type MintableBaseToken struct {
	MintableBaseTokenCaller     // Read-only binding to the contract
	MintableBaseTokenTransactor // Write-only binding to the contract
	MintableBaseTokenFilterer   // Log filterer for contract events
}

MintableBaseToken is an auto generated Go binding around an Ethereum contract.

func NewMintableBaseToken

func NewMintableBaseToken(address common.Address, backend bind.ContractBackend) (*MintableBaseToken, error)

NewMintableBaseToken creates a new instance of MintableBaseToken, bound to a specific deployed contract.

type MintableBaseTokenApproval

type MintableBaseTokenApproval struct {
	Owner   common.Address
	Spender common.Address
	Value   *big.Int
	Raw     types.Log // Blockchain specific contextual infos
}

MintableBaseTokenApproval represents a Approval event raised by the MintableBaseToken contract.

type MintableBaseTokenApprovalIterator

type MintableBaseTokenApprovalIterator struct {
	Event *MintableBaseTokenApproval // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

MintableBaseTokenApprovalIterator is returned from FilterApproval and is used to iterate over the raw logs and unpacked data for Approval events raised by the MintableBaseToken contract.

func (*MintableBaseTokenApprovalIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*MintableBaseTokenApprovalIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*MintableBaseTokenApprovalIterator) Next

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 MintableBaseTokenCaller

type MintableBaseTokenCaller struct {
	// contains filtered or unexported fields
}

MintableBaseTokenCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewMintableBaseTokenCaller

func NewMintableBaseTokenCaller(address common.Address, caller bind.ContractCaller) (*MintableBaseTokenCaller, error)

NewMintableBaseTokenCaller creates a new read-only instance of MintableBaseToken, bound to a specific deployed contract.

func (*MintableBaseTokenCaller) Admins

func (_MintableBaseToken *MintableBaseTokenCaller) Admins(opts *bind.CallOpts, arg0 common.Address) (bool, error)

Admins is a free data retrieval call binding the contract method 0x429b62e5.

Solidity: function admins(address ) view returns(bool)

func (*MintableBaseTokenCaller) Allowance

func (_MintableBaseToken *MintableBaseTokenCaller) 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 (*MintableBaseTokenCaller) Allowances

func (_MintableBaseToken *MintableBaseTokenCaller) Allowances(opts *bind.CallOpts, arg0 common.Address, arg1 common.Address) (*big.Int, error)

Allowances is a free data retrieval call binding the contract method 0x55b6ed5c.

Solidity: function allowances(address , address ) view returns(uint256)

func (*MintableBaseTokenCaller) BalanceOf

func (_MintableBaseToken *MintableBaseTokenCaller) 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 (*MintableBaseTokenCaller) Balances

func (_MintableBaseToken *MintableBaseTokenCaller) Balances(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)

Balances is a free data retrieval call binding the contract method 0x27e235e3.

Solidity: function balances(address ) view returns(uint256)

func (*MintableBaseTokenCaller) Decimals

func (_MintableBaseToken *MintableBaseTokenCaller) 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 (*MintableBaseTokenCaller) Gov

func (_MintableBaseToken *MintableBaseTokenCaller) Gov(opts *bind.CallOpts) (common.Address, error)

Gov is a free data retrieval call binding the contract method 0x12d43a51.

Solidity: function gov() view returns(address)

func (*MintableBaseTokenCaller) InPrivateTransferMode

func (_MintableBaseToken *MintableBaseTokenCaller) InPrivateTransferMode(opts *bind.CallOpts) (bool, error)

InPrivateTransferMode is a free data retrieval call binding the contract method 0xdfbaefb1.

Solidity: function inPrivateTransferMode() view returns(bool)

func (*MintableBaseTokenCaller) IsHandler

func (_MintableBaseToken *MintableBaseTokenCaller) IsHandler(opts *bind.CallOpts, arg0 common.Address) (bool, error)

IsHandler is a free data retrieval call binding the contract method 0x46ea87af.

Solidity: function isHandler(address ) view returns(bool)

func (*MintableBaseTokenCaller) IsMinter

func (_MintableBaseToken *MintableBaseTokenCaller) IsMinter(opts *bind.CallOpts, arg0 common.Address) (bool, error)

IsMinter is a free data retrieval call binding the contract method 0xaa271e1a.

Solidity: function isMinter(address ) view returns(bool)

func (*MintableBaseTokenCaller) Name

func (_MintableBaseToken *MintableBaseTokenCaller) 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 (*MintableBaseTokenCaller) NonStakingAccounts

func (_MintableBaseToken *MintableBaseTokenCaller) NonStakingAccounts(opts *bind.CallOpts, arg0 common.Address) (bool, error)

NonStakingAccounts is a free data retrieval call binding the contract method 0x9554381a.

Solidity: function nonStakingAccounts(address ) view returns(bool)

func (*MintableBaseTokenCaller) NonStakingSupply

func (_MintableBaseToken *MintableBaseTokenCaller) NonStakingSupply(opts *bind.CallOpts) (*big.Int, error)

NonStakingSupply is a free data retrieval call binding the contract method 0xc93be636.

Solidity: function nonStakingSupply() view returns(uint256)

func (*MintableBaseTokenCaller) StakedBalance

func (_MintableBaseToken *MintableBaseTokenCaller) StakedBalance(opts *bind.CallOpts, _account common.Address) (*big.Int, error)

StakedBalance is a free data retrieval call binding the contract method 0x60217267.

Solidity: function stakedBalance(address _account) view returns(uint256)

func (*MintableBaseTokenCaller) Symbol

func (_MintableBaseToken *MintableBaseTokenCaller) 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 (*MintableBaseTokenCaller) TotalStaked

func (_MintableBaseToken *MintableBaseTokenCaller) TotalStaked(opts *bind.CallOpts) (*big.Int, error)

TotalStaked is a free data retrieval call binding the contract method 0x817b1cd2.

Solidity: function totalStaked() view returns(uint256)

func (*MintableBaseTokenCaller) TotalSupply

func (_MintableBaseToken *MintableBaseTokenCaller) TotalSupply(opts *bind.CallOpts) (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() view returns(uint256)

func (*MintableBaseTokenCaller) YieldTrackers

func (_MintableBaseToken *MintableBaseTokenCaller) YieldTrackers(opts *bind.CallOpts, arg0 *big.Int) (common.Address, error)

YieldTrackers is a free data retrieval call binding the contract method 0x52cd38d9.

Solidity: function yieldTrackers(uint256 ) view returns(address)

type MintableBaseTokenCallerRaw

type MintableBaseTokenCallerRaw struct {
	Contract *MintableBaseTokenCaller // Generic read-only contract binding to access the raw methods on
}

MintableBaseTokenCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*MintableBaseTokenCallerRaw) Call

func (_MintableBaseToken *MintableBaseTokenCallerRaw) 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 MintableBaseTokenCallerSession

type MintableBaseTokenCallerSession struct {
	Contract *MintableBaseTokenCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts            // Call options to use throughout this session
}

MintableBaseTokenCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*MintableBaseTokenCallerSession) Admins

func (_MintableBaseToken *MintableBaseTokenCallerSession) Admins(arg0 common.Address) (bool, error)

Admins is a free data retrieval call binding the contract method 0x429b62e5.

Solidity: function admins(address ) view returns(bool)

func (*MintableBaseTokenCallerSession) Allowance

func (_MintableBaseToken *MintableBaseTokenCallerSession) 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 (*MintableBaseTokenCallerSession) Allowances

func (_MintableBaseToken *MintableBaseTokenCallerSession) Allowances(arg0 common.Address, arg1 common.Address) (*big.Int, error)

Allowances is a free data retrieval call binding the contract method 0x55b6ed5c.

Solidity: function allowances(address , address ) view returns(uint256)

func (*MintableBaseTokenCallerSession) BalanceOf

func (_MintableBaseToken *MintableBaseTokenCallerSession) BalanceOf(_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 (*MintableBaseTokenCallerSession) Balances

func (_MintableBaseToken *MintableBaseTokenCallerSession) Balances(arg0 common.Address) (*big.Int, error)

Balances is a free data retrieval call binding the contract method 0x27e235e3.

Solidity: function balances(address ) view returns(uint256)

func (*MintableBaseTokenCallerSession) Decimals

func (_MintableBaseToken *MintableBaseTokenCallerSession) Decimals() (uint8, error)

Decimals is a free data retrieval call binding the contract method 0x313ce567.

Solidity: function decimals() view returns(uint8)

func (*MintableBaseTokenCallerSession) Gov

func (_MintableBaseToken *MintableBaseTokenCallerSession) Gov() (common.Address, error)

Gov is a free data retrieval call binding the contract method 0x12d43a51.

Solidity: function gov() view returns(address)

func (*MintableBaseTokenCallerSession) InPrivateTransferMode

func (_MintableBaseToken *MintableBaseTokenCallerSession) InPrivateTransferMode() (bool, error)

InPrivateTransferMode is a free data retrieval call binding the contract method 0xdfbaefb1.

Solidity: function inPrivateTransferMode() view returns(bool)

func (*MintableBaseTokenCallerSession) IsHandler

func (_MintableBaseToken *MintableBaseTokenCallerSession) IsHandler(arg0 common.Address) (bool, error)

IsHandler is a free data retrieval call binding the contract method 0x46ea87af.

Solidity: function isHandler(address ) view returns(bool)

func (*MintableBaseTokenCallerSession) IsMinter

func (_MintableBaseToken *MintableBaseTokenCallerSession) IsMinter(arg0 common.Address) (bool, error)

IsMinter is a free data retrieval call binding the contract method 0xaa271e1a.

Solidity: function isMinter(address ) view returns(bool)

func (*MintableBaseTokenCallerSession) Name

func (_MintableBaseToken *MintableBaseTokenCallerSession) Name() (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() view returns(string)

func (*MintableBaseTokenCallerSession) NonStakingAccounts

func (_MintableBaseToken *MintableBaseTokenCallerSession) NonStakingAccounts(arg0 common.Address) (bool, error)

NonStakingAccounts is a free data retrieval call binding the contract method 0x9554381a.

Solidity: function nonStakingAccounts(address ) view returns(bool)

func (*MintableBaseTokenCallerSession) NonStakingSupply

func (_MintableBaseToken *MintableBaseTokenCallerSession) NonStakingSupply() (*big.Int, error)

NonStakingSupply is a free data retrieval call binding the contract method 0xc93be636.

Solidity: function nonStakingSupply() view returns(uint256)

func (*MintableBaseTokenCallerSession) StakedBalance

func (_MintableBaseToken *MintableBaseTokenCallerSession) StakedBalance(_account common.Address) (*big.Int, error)

StakedBalance is a free data retrieval call binding the contract method 0x60217267.

Solidity: function stakedBalance(address _account) view returns(uint256)

func (*MintableBaseTokenCallerSession) Symbol

func (_MintableBaseToken *MintableBaseTokenCallerSession) Symbol() (string, error)

Symbol is a free data retrieval call binding the contract method 0x95d89b41.

Solidity: function symbol() view returns(string)

func (*MintableBaseTokenCallerSession) TotalStaked

func (_MintableBaseToken *MintableBaseTokenCallerSession) TotalStaked() (*big.Int, error)

TotalStaked is a free data retrieval call binding the contract method 0x817b1cd2.

Solidity: function totalStaked() view returns(uint256)

func (*MintableBaseTokenCallerSession) TotalSupply

func (_MintableBaseToken *MintableBaseTokenCallerSession) TotalSupply() (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() view returns(uint256)

func (*MintableBaseTokenCallerSession) YieldTrackers

func (_MintableBaseToken *MintableBaseTokenCallerSession) YieldTrackers(arg0 *big.Int) (common.Address, error)

YieldTrackers is a free data retrieval call binding the contract method 0x52cd38d9.

Solidity: function yieldTrackers(uint256 ) view returns(address)

type MintableBaseTokenFilterer

type MintableBaseTokenFilterer struct {
	// contains filtered or unexported fields
}

MintableBaseTokenFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewMintableBaseTokenFilterer

func NewMintableBaseTokenFilterer(address common.Address, filterer bind.ContractFilterer) (*MintableBaseTokenFilterer, error)

NewMintableBaseTokenFilterer creates a new log filterer instance of MintableBaseToken, bound to a specific deployed contract.

func (*MintableBaseTokenFilterer) FilterApproval

func (_MintableBaseToken *MintableBaseTokenFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*MintableBaseTokenApprovalIterator, 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 (*MintableBaseTokenFilterer) FilterTransfer

func (_MintableBaseToken *MintableBaseTokenFilterer) FilterTransfer(opts *bind.FilterOpts, from []common.Address, to []common.Address) (*MintableBaseTokenTransferIterator, 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 (*MintableBaseTokenFilterer) ParseApproval

func (_MintableBaseToken *MintableBaseTokenFilterer) ParseApproval(log types.Log) (*MintableBaseTokenApproval, error)

ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925.

Solidity: event Approval(address indexed owner, address indexed spender, uint256 value)

func (*MintableBaseTokenFilterer) ParseTransfer

func (_MintableBaseToken *MintableBaseTokenFilterer) ParseTransfer(log types.Log) (*MintableBaseTokenTransfer, error)

ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef.

Solidity: event Transfer(address indexed from, address indexed to, uint256 value)

func (*MintableBaseTokenFilterer) WatchApproval

func (_MintableBaseToken *MintableBaseTokenFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *MintableBaseTokenApproval, 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 (*MintableBaseTokenFilterer) WatchTransfer

func (_MintableBaseToken *MintableBaseTokenFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *MintableBaseTokenTransfer, 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 MintableBaseTokenRaw

type MintableBaseTokenRaw struct {
	Contract *MintableBaseToken // Generic contract binding to access the raw methods on
}

MintableBaseTokenRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*MintableBaseTokenRaw) Call

func (_MintableBaseToken *MintableBaseTokenRaw) 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 (*MintableBaseTokenRaw) Transact

func (_MintableBaseToken *MintableBaseTokenRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*MintableBaseTokenRaw) Transfer

func (_MintableBaseToken *MintableBaseTokenRaw) 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 MintableBaseTokenSession

type MintableBaseTokenSession struct {
	Contract     *MintableBaseToken // 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
}

MintableBaseTokenSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*MintableBaseTokenSession) AddAdmin

func (_MintableBaseToken *MintableBaseTokenSession) AddAdmin(_account common.Address) (*types.Transaction, error)

AddAdmin is a paid mutator transaction binding the contract method 0x70480275.

Solidity: function addAdmin(address _account) returns()

func (*MintableBaseTokenSession) AddNonStakingAccount

func (_MintableBaseToken *MintableBaseTokenSession) AddNonStakingAccount(_account common.Address) (*types.Transaction, error)

AddNonStakingAccount is a paid mutator transaction binding the contract method 0x62289077.

Solidity: function addNonStakingAccount(address _account) returns()

func (*MintableBaseTokenSession) Admins

func (_MintableBaseToken *MintableBaseTokenSession) Admins(arg0 common.Address) (bool, error)

Admins is a free data retrieval call binding the contract method 0x429b62e5.

Solidity: function admins(address ) view returns(bool)

func (*MintableBaseTokenSession) Allowance

func (_MintableBaseToken *MintableBaseTokenSession) 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 (*MintableBaseTokenSession) Allowances

func (_MintableBaseToken *MintableBaseTokenSession) Allowances(arg0 common.Address, arg1 common.Address) (*big.Int, error)

Allowances is a free data retrieval call binding the contract method 0x55b6ed5c.

Solidity: function allowances(address , address ) view returns(uint256)

func (*MintableBaseTokenSession) Approve

func (_MintableBaseToken *MintableBaseTokenSession) 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 (*MintableBaseTokenSession) BalanceOf

func (_MintableBaseToken *MintableBaseTokenSession) BalanceOf(_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 (*MintableBaseTokenSession) Balances

func (_MintableBaseToken *MintableBaseTokenSession) Balances(arg0 common.Address) (*big.Int, error)

Balances is a free data retrieval call binding the contract method 0x27e235e3.

Solidity: function balances(address ) view returns(uint256)

func (*MintableBaseTokenSession) Burn

func (_MintableBaseToken *MintableBaseTokenSession) Burn(_account common.Address, _amount *big.Int) (*types.Transaction, error)

Burn is a paid mutator transaction binding the contract method 0x9dc29fac.

Solidity: function burn(address _account, uint256 _amount) returns()

func (*MintableBaseTokenSession) Claim

func (_MintableBaseToken *MintableBaseTokenSession) Claim(_receiver common.Address) (*types.Transaction, error)

Claim is a paid mutator transaction binding the contract method 0x1e83409a.

Solidity: function claim(address _receiver) returns()

func (*MintableBaseTokenSession) Decimals

func (_MintableBaseToken *MintableBaseTokenSession) Decimals() (uint8, error)

Decimals is a free data retrieval call binding the contract method 0x313ce567.

Solidity: function decimals() view returns(uint8)

func (*MintableBaseTokenSession) Gov

func (_MintableBaseToken *MintableBaseTokenSession) Gov() (common.Address, error)

Gov is a free data retrieval call binding the contract method 0x12d43a51.

Solidity: function gov() view returns(address)

func (*MintableBaseTokenSession) InPrivateTransferMode

func (_MintableBaseToken *MintableBaseTokenSession) InPrivateTransferMode() (bool, error)

InPrivateTransferMode is a free data retrieval call binding the contract method 0xdfbaefb1.

Solidity: function inPrivateTransferMode() view returns(bool)

func (*MintableBaseTokenSession) IsHandler

func (_MintableBaseToken *MintableBaseTokenSession) IsHandler(arg0 common.Address) (bool, error)

IsHandler is a free data retrieval call binding the contract method 0x46ea87af.

Solidity: function isHandler(address ) view returns(bool)

func (*MintableBaseTokenSession) IsMinter

func (_MintableBaseToken *MintableBaseTokenSession) IsMinter(arg0 common.Address) (bool, error)

IsMinter is a free data retrieval call binding the contract method 0xaa271e1a.

Solidity: function isMinter(address ) view returns(bool)

func (*MintableBaseTokenSession) Mint

func (_MintableBaseToken *MintableBaseTokenSession) Mint(_account common.Address, _amount *big.Int) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x40c10f19.

Solidity: function mint(address _account, uint256 _amount) returns()

func (*MintableBaseTokenSession) Name

func (_MintableBaseToken *MintableBaseTokenSession) Name() (string, error)

Name is a free data retrieval call binding the contract method 0x06fdde03.

Solidity: function name() view returns(string)

func (*MintableBaseTokenSession) NonStakingAccounts

func (_MintableBaseToken *MintableBaseTokenSession) NonStakingAccounts(arg0 common.Address) (bool, error)

NonStakingAccounts is a free data retrieval call binding the contract method 0x9554381a.

Solidity: function nonStakingAccounts(address ) view returns(bool)

func (*MintableBaseTokenSession) NonStakingSupply

func (_MintableBaseToken *MintableBaseTokenSession) NonStakingSupply() (*big.Int, error)

NonStakingSupply is a free data retrieval call binding the contract method 0xc93be636.

Solidity: function nonStakingSupply() view returns(uint256)

func (*MintableBaseTokenSession) RecoverClaim

func (_MintableBaseToken *MintableBaseTokenSession) RecoverClaim(_account common.Address, _receiver common.Address) (*types.Transaction, error)

RecoverClaim is a paid mutator transaction binding the contract method 0x996f11ee.

Solidity: function recoverClaim(address _account, address _receiver) returns()

func (*MintableBaseTokenSession) RemoveAdmin

func (_MintableBaseToken *MintableBaseTokenSession) RemoveAdmin(_account common.Address) (*types.Transaction, error)

RemoveAdmin is a paid mutator transaction binding the contract method 0x1785f53c.

Solidity: function removeAdmin(address _account) returns()

func (*MintableBaseTokenSession) RemoveNonStakingAccount

func (_MintableBaseToken *MintableBaseTokenSession) RemoveNonStakingAccount(_account common.Address) (*types.Transaction, error)

RemoveNonStakingAccount is a paid mutator transaction binding the contract method 0xfb30d916.

Solidity: function removeNonStakingAccount(address _account) returns()

func (*MintableBaseTokenSession) SetGov

func (_MintableBaseToken *MintableBaseTokenSession) SetGov(_gov common.Address) (*types.Transaction, error)

SetGov is a paid mutator transaction binding the contract method 0xcfad57a2.

Solidity: function setGov(address _gov) returns()

func (*MintableBaseTokenSession) SetHandler

func (_MintableBaseToken *MintableBaseTokenSession) SetHandler(_handler common.Address, _isActive bool) (*types.Transaction, error)

SetHandler is a paid mutator transaction binding the contract method 0x9cb7de4b.

Solidity: function setHandler(address _handler, bool _isActive) returns()

func (*MintableBaseTokenSession) SetInPrivateTransferMode

func (_MintableBaseToken *MintableBaseTokenSession) SetInPrivateTransferMode(_inPrivateTransferMode bool) (*types.Transaction, error)

SetInPrivateTransferMode is a paid mutator transaction binding the contract method 0x5a47a1a7.

Solidity: function setInPrivateTransferMode(bool _inPrivateTransferMode) returns()

func (*MintableBaseTokenSession) SetInfo

func (_MintableBaseToken *MintableBaseTokenSession) SetInfo(_name string, _symbol string) (*types.Transaction, error)

SetInfo is a paid mutator transaction binding the contract method 0xa923fc40.

Solidity: function setInfo(string _name, string _symbol) returns()

func (*MintableBaseTokenSession) SetMinter

func (_MintableBaseToken *MintableBaseTokenSession) SetMinter(_minter common.Address, _isActive bool) (*types.Transaction, error)

SetMinter is a paid mutator transaction binding the contract method 0xcf456ae7.

Solidity: function setMinter(address _minter, bool _isActive) returns()

func (*MintableBaseTokenSession) SetYieldTrackers

func (_MintableBaseToken *MintableBaseTokenSession) SetYieldTrackers(_yieldTrackers []common.Address) (*types.Transaction, error)

SetYieldTrackers is a paid mutator transaction binding the contract method 0x276eab4e.

Solidity: function setYieldTrackers(address[] _yieldTrackers) returns()

func (*MintableBaseTokenSession) StakedBalance

func (_MintableBaseToken *MintableBaseTokenSession) StakedBalance(_account common.Address) (*big.Int, error)

StakedBalance is a free data retrieval call binding the contract method 0x60217267.

Solidity: function stakedBalance(address _account) view returns(uint256)

func (*MintableBaseTokenSession) Symbol

func (_MintableBaseToken *MintableBaseTokenSession) Symbol() (string, error)

Symbol is a free data retrieval call binding the contract method 0x95d89b41.

Solidity: function symbol() view returns(string)

func (*MintableBaseTokenSession) TotalStaked

func (_MintableBaseToken *MintableBaseTokenSession) TotalStaked() (*big.Int, error)

TotalStaked is a free data retrieval call binding the contract method 0x817b1cd2.

Solidity: function totalStaked() view returns(uint256)

func (*MintableBaseTokenSession) TotalSupply

func (_MintableBaseToken *MintableBaseTokenSession) TotalSupply() (*big.Int, error)

TotalSupply is a free data retrieval call binding the contract method 0x18160ddd.

Solidity: function totalSupply() view returns(uint256)

func (*MintableBaseTokenSession) Transfer

func (_MintableBaseToken *MintableBaseTokenSession) 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 (*MintableBaseTokenSession) TransferFrom

func (_MintableBaseToken *MintableBaseTokenSession) 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 (*MintableBaseTokenSession) WithdrawToken

func (_MintableBaseToken *MintableBaseTokenSession) WithdrawToken(_token common.Address, _account common.Address, _amount *big.Int) (*types.Transaction, error)

WithdrawToken is a paid mutator transaction binding the contract method 0x01e33667.

Solidity: function withdrawToken(address _token, address _account, uint256 _amount) returns()

func (*MintableBaseTokenSession) YieldTrackers

func (_MintableBaseToken *MintableBaseTokenSession) YieldTrackers(arg0 *big.Int) (common.Address, error)

YieldTrackers is a free data retrieval call binding the contract method 0x52cd38d9.

Solidity: function yieldTrackers(uint256 ) view returns(address)

type MintableBaseTokenTransactor

type MintableBaseTokenTransactor struct {
	// contains filtered or unexported fields
}

MintableBaseTokenTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewMintableBaseTokenTransactor

func NewMintableBaseTokenTransactor(address common.Address, transactor bind.ContractTransactor) (*MintableBaseTokenTransactor, error)

NewMintableBaseTokenTransactor creates a new write-only instance of MintableBaseToken, bound to a specific deployed contract.

func (*MintableBaseTokenTransactor) AddAdmin

func (_MintableBaseToken *MintableBaseTokenTransactor) AddAdmin(opts *bind.TransactOpts, _account common.Address) (*types.Transaction, error)

AddAdmin is a paid mutator transaction binding the contract method 0x70480275.

Solidity: function addAdmin(address _account) returns()

func (*MintableBaseTokenTransactor) AddNonStakingAccount

func (_MintableBaseToken *MintableBaseTokenTransactor) AddNonStakingAccount(opts *bind.TransactOpts, _account common.Address) (*types.Transaction, error)

AddNonStakingAccount is a paid mutator transaction binding the contract method 0x62289077.

Solidity: function addNonStakingAccount(address _account) returns()

func (*MintableBaseTokenTransactor) Approve

func (_MintableBaseToken *MintableBaseTokenTransactor) 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 (*MintableBaseTokenTransactor) Burn

func (_MintableBaseToken *MintableBaseTokenTransactor) Burn(opts *bind.TransactOpts, _account common.Address, _amount *big.Int) (*types.Transaction, error)

Burn is a paid mutator transaction binding the contract method 0x9dc29fac.

Solidity: function burn(address _account, uint256 _amount) returns()

func (*MintableBaseTokenTransactor) Claim

func (_MintableBaseToken *MintableBaseTokenTransactor) Claim(opts *bind.TransactOpts, _receiver common.Address) (*types.Transaction, error)

Claim is a paid mutator transaction binding the contract method 0x1e83409a.

Solidity: function claim(address _receiver) returns()

func (*MintableBaseTokenTransactor) Mint

func (_MintableBaseToken *MintableBaseTokenTransactor) Mint(opts *bind.TransactOpts, _account common.Address, _amount *big.Int) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x40c10f19.

Solidity: function mint(address _account, uint256 _amount) returns()

func (*MintableBaseTokenTransactor) RecoverClaim

func (_MintableBaseToken *MintableBaseTokenTransactor) RecoverClaim(opts *bind.TransactOpts, _account common.Address, _receiver common.Address) (*types.Transaction, error)

RecoverClaim is a paid mutator transaction binding the contract method 0x996f11ee.

Solidity: function recoverClaim(address _account, address _receiver) returns()

func (*MintableBaseTokenTransactor) RemoveAdmin

func (_MintableBaseToken *MintableBaseTokenTransactor) RemoveAdmin(opts *bind.TransactOpts, _account common.Address) (*types.Transaction, error)

RemoveAdmin is a paid mutator transaction binding the contract method 0x1785f53c.

Solidity: function removeAdmin(address _account) returns()

func (*MintableBaseTokenTransactor) RemoveNonStakingAccount

func (_MintableBaseToken *MintableBaseTokenTransactor) RemoveNonStakingAccount(opts *bind.TransactOpts, _account common.Address) (*types.Transaction, error)

RemoveNonStakingAccount is a paid mutator transaction binding the contract method 0xfb30d916.

Solidity: function removeNonStakingAccount(address _account) returns()

func (*MintableBaseTokenTransactor) SetGov

func (_MintableBaseToken *MintableBaseTokenTransactor) SetGov(opts *bind.TransactOpts, _gov common.Address) (*types.Transaction, error)

SetGov is a paid mutator transaction binding the contract method 0xcfad57a2.

Solidity: function setGov(address _gov) returns()

func (*MintableBaseTokenTransactor) SetHandler

func (_MintableBaseToken *MintableBaseTokenTransactor) SetHandler(opts *bind.TransactOpts, _handler common.Address, _isActive bool) (*types.Transaction, error)

SetHandler is a paid mutator transaction binding the contract method 0x9cb7de4b.

Solidity: function setHandler(address _handler, bool _isActive) returns()

func (*MintableBaseTokenTransactor) SetInPrivateTransferMode

func (_MintableBaseToken *MintableBaseTokenTransactor) SetInPrivateTransferMode(opts *bind.TransactOpts, _inPrivateTransferMode bool) (*types.Transaction, error)

SetInPrivateTransferMode is a paid mutator transaction binding the contract method 0x5a47a1a7.

Solidity: function setInPrivateTransferMode(bool _inPrivateTransferMode) returns()

func (*MintableBaseTokenTransactor) SetInfo

func (_MintableBaseToken *MintableBaseTokenTransactor) SetInfo(opts *bind.TransactOpts, _name string, _symbol string) (*types.Transaction, error)

SetInfo is a paid mutator transaction binding the contract method 0xa923fc40.

Solidity: function setInfo(string _name, string _symbol) returns()

func (*MintableBaseTokenTransactor) SetMinter

func (_MintableBaseToken *MintableBaseTokenTransactor) SetMinter(opts *bind.TransactOpts, _minter common.Address, _isActive bool) (*types.Transaction, error)

SetMinter is a paid mutator transaction binding the contract method 0xcf456ae7.

Solidity: function setMinter(address _minter, bool _isActive) returns()

func (*MintableBaseTokenTransactor) SetYieldTrackers

func (_MintableBaseToken *MintableBaseTokenTransactor) SetYieldTrackers(opts *bind.TransactOpts, _yieldTrackers []common.Address) (*types.Transaction, error)

SetYieldTrackers is a paid mutator transaction binding the contract method 0x276eab4e.

Solidity: function setYieldTrackers(address[] _yieldTrackers) returns()

func (*MintableBaseTokenTransactor) Transfer

func (_MintableBaseToken *MintableBaseTokenTransactor) 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 (*MintableBaseTokenTransactor) TransferFrom

func (_MintableBaseToken *MintableBaseTokenTransactor) 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 (*MintableBaseTokenTransactor) WithdrawToken

func (_MintableBaseToken *MintableBaseTokenTransactor) WithdrawToken(opts *bind.TransactOpts, _token common.Address, _account common.Address, _amount *big.Int) (*types.Transaction, error)

WithdrawToken is a paid mutator transaction binding the contract method 0x01e33667.

Solidity: function withdrawToken(address _token, address _account, uint256 _amount) returns()

type MintableBaseTokenTransactorRaw

type MintableBaseTokenTransactorRaw struct {
	Contract *MintableBaseTokenTransactor // Generic write-only contract binding to access the raw methods on
}

MintableBaseTokenTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*MintableBaseTokenTransactorRaw) Transact

func (_MintableBaseToken *MintableBaseTokenTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*MintableBaseTokenTransactorRaw) Transfer

func (_MintableBaseToken *MintableBaseTokenTransactorRaw) 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 MintableBaseTokenTransactorSession

type MintableBaseTokenTransactorSession struct {
	Contract     *MintableBaseTokenTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts            // Transaction auth options to use throughout this session
}

MintableBaseTokenTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

func (*MintableBaseTokenTransactorSession) AddAdmin

func (_MintableBaseToken *MintableBaseTokenTransactorSession) AddAdmin(_account common.Address) (*types.Transaction, error)

AddAdmin is a paid mutator transaction binding the contract method 0x70480275.

Solidity: function addAdmin(address _account) returns()

func (*MintableBaseTokenTransactorSession) AddNonStakingAccount

func (_MintableBaseToken *MintableBaseTokenTransactorSession) AddNonStakingAccount(_account common.Address) (*types.Transaction, error)

AddNonStakingAccount is a paid mutator transaction binding the contract method 0x62289077.

Solidity: function addNonStakingAccount(address _account) returns()

func (*MintableBaseTokenTransactorSession) Approve

func (_MintableBaseToken *MintableBaseTokenTransactorSession) 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 (*MintableBaseTokenTransactorSession) Burn

func (_MintableBaseToken *MintableBaseTokenTransactorSession) Burn(_account common.Address, _amount *big.Int) (*types.Transaction, error)

Burn is a paid mutator transaction binding the contract method 0x9dc29fac.

Solidity: function burn(address _account, uint256 _amount) returns()

func (*MintableBaseTokenTransactorSession) Claim

func (_MintableBaseToken *MintableBaseTokenTransactorSession) Claim(_receiver common.Address) (*types.Transaction, error)

Claim is a paid mutator transaction binding the contract method 0x1e83409a.

Solidity: function claim(address _receiver) returns()

func (*MintableBaseTokenTransactorSession) Mint

func (_MintableBaseToken *MintableBaseTokenTransactorSession) Mint(_account common.Address, _amount *big.Int) (*types.Transaction, error)

Mint is a paid mutator transaction binding the contract method 0x40c10f19.

Solidity: function mint(address _account, uint256 _amount) returns()

func (*MintableBaseTokenTransactorSession) RecoverClaim

func (_MintableBaseToken *MintableBaseTokenTransactorSession) RecoverClaim(_account common.Address, _receiver common.Address) (*types.Transaction, error)

RecoverClaim is a paid mutator transaction binding the contract method 0x996f11ee.

Solidity: function recoverClaim(address _account, address _receiver) returns()

func (*MintableBaseTokenTransactorSession) RemoveAdmin

func (_MintableBaseToken *MintableBaseTokenTransactorSession) RemoveAdmin(_account common.Address) (*types.Transaction, error)

RemoveAdmin is a paid mutator transaction binding the contract method 0x1785f53c.

Solidity: function removeAdmin(address _account) returns()

func (*MintableBaseTokenTransactorSession) RemoveNonStakingAccount

func (_MintableBaseToken *MintableBaseTokenTransactorSession) RemoveNonStakingAccount(_account common.Address) (*types.Transaction, error)

RemoveNonStakingAccount is a paid mutator transaction binding the contract method 0xfb30d916.

Solidity: function removeNonStakingAccount(address _account) returns()

func (*MintableBaseTokenTransactorSession) SetGov

func (_MintableBaseToken *MintableBaseTokenTransactorSession) SetGov(_gov common.Address) (*types.Transaction, error)

SetGov is a paid mutator transaction binding the contract method 0xcfad57a2.

Solidity: function setGov(address _gov) returns()

func (*MintableBaseTokenTransactorSession) SetHandler

func (_MintableBaseToken *MintableBaseTokenTransactorSession) SetHandler(_handler common.Address, _isActive bool) (*types.Transaction, error)

SetHandler is a paid mutator transaction binding the contract method 0x9cb7de4b.

Solidity: function setHandler(address _handler, bool _isActive) returns()

func (*MintableBaseTokenTransactorSession) SetInPrivateTransferMode

func (_MintableBaseToken *MintableBaseTokenTransactorSession) SetInPrivateTransferMode(_inPrivateTransferMode bool) (*types.Transaction, error)

SetInPrivateTransferMode is a paid mutator transaction binding the contract method 0x5a47a1a7.

Solidity: function setInPrivateTransferMode(bool _inPrivateTransferMode) returns()

func (*MintableBaseTokenTransactorSession) SetInfo

func (_MintableBaseToken *MintableBaseTokenTransactorSession) SetInfo(_name string, _symbol string) (*types.Transaction, error)

SetInfo is a paid mutator transaction binding the contract method 0xa923fc40.

Solidity: function setInfo(string _name, string _symbol) returns()

func (*MintableBaseTokenTransactorSession) SetMinter

func (_MintableBaseToken *MintableBaseTokenTransactorSession) SetMinter(_minter common.Address, _isActive bool) (*types.Transaction, error)

SetMinter is a paid mutator transaction binding the contract method 0xcf456ae7.

Solidity: function setMinter(address _minter, bool _isActive) returns()

func (*MintableBaseTokenTransactorSession) SetYieldTrackers

func (_MintableBaseToken *MintableBaseTokenTransactorSession) SetYieldTrackers(_yieldTrackers []common.Address) (*types.Transaction, error)

SetYieldTrackers is a paid mutator transaction binding the contract method 0x276eab4e.

Solidity: function setYieldTrackers(address[] _yieldTrackers) returns()

func (*MintableBaseTokenTransactorSession) Transfer

func (_MintableBaseToken *MintableBaseTokenTransactorSession) 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 (*MintableBaseTokenTransactorSession) TransferFrom

func (_MintableBaseToken *MintableBaseTokenTransactorSession) 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 (*MintableBaseTokenTransactorSession) WithdrawToken

func (_MintableBaseToken *MintableBaseTokenTransactorSession) WithdrawToken(_token common.Address, _account common.Address, _amount *big.Int) (*types.Transaction, error)

WithdrawToken is a paid mutator transaction binding the contract method 0x01e33667.

Solidity: function withdrawToken(address _token, address _account, uint256 _amount) returns()

type MintableBaseTokenTransfer

type MintableBaseTokenTransfer struct {
	From  common.Address
	To    common.Address
	Value *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}

MintableBaseTokenTransfer represents a Transfer event raised by the MintableBaseToken contract.

type MintableBaseTokenTransferIterator

type MintableBaseTokenTransferIterator struct {
	Event *MintableBaseTokenTransfer // Event containing the contract specifics and raw log
	// contains filtered or unexported fields
}

MintableBaseTokenTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the MintableBaseToken contract.

func (*MintableBaseTokenTransferIterator) Close

Close terminates the iteration process, releasing any pending underlying resources.

func (*MintableBaseTokenTransferIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*MintableBaseTokenTransferIterator) Next

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL