erc

package
v0.0.0-...-3beb7e2 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2022 License: GPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const CvaultcontractABI = "" /* 12743-byte string literal not displayed */

CvaultcontractABI is the input ABI used to generate the binding from.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cvaultcontract

type Cvaultcontract struct {
	CvaultcontractCaller     // Read-only binding to the contract
	CvaultcontractTransactor // Write-only binding to the contract
	CvaultcontractFilterer   // Log filterer for contract events
}

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

func NewCvaultcontract

func NewCvaultcontract(address common.Address, backend bind.ContractBackend) (*Cvaultcontract, error)

NewCvaultcontract creates a new instance of Cvaultcontract, bound to a specific deployed contract.

type CvaultcontractApproval

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

CvaultcontractApproval represents a Approval event raised by the Cvaultcontract contract.

type CvaultcontractApprovalIterator

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

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

func (*CvaultcontractApprovalIterator) Close

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

func (*CvaultcontractApprovalIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*CvaultcontractApprovalIterator) 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 CvaultcontractCaller

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

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

func NewCvaultcontractCaller

func NewCvaultcontractCaller(address common.Address, caller bind.ContractCaller) (*CvaultcontractCaller, error)

NewCvaultcontractCaller creates a new read-only instance of Cvaultcontract, bound to a specific deployed contract.

func (*CvaultcontractCaller) Allowance

func (_Cvaultcontract *CvaultcontractCaller) 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 (*CvaultcontractCaller) BalanceOf

func (_Cvaultcontract *CvaultcontractCaller) 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 (*CvaultcontractCaller) Checkpoints

func (_Cvaultcontract *CvaultcontractCaller) Checkpoints(opts *bind.CallOpts, arg0 common.Address, arg1 uint32) (struct {
	FromBlock uint32
	Votes     *big.Int
}, error)

Checkpoints is a free data retrieval call binding the contract method 0xf1127ed8.

Solidity: function checkpoints(address , uint32 ) view returns(uint32 fromBlock, uint256 votes)

func (*CvaultcontractCaller) ContractStartTimestamp

func (_Cvaultcontract *CvaultcontractCaller) ContractStartTimestamp(opts *bind.CallOpts) (*big.Int, error)

ContractStartTimestamp is a free data retrieval call binding the contract method 0x6a2f796c.

Solidity: function contractStartTimestamp() view returns(uint256)

func (*CvaultcontractCaller) DELEGATIONTYPEHASH

func (_Cvaultcontract *CvaultcontractCaller) DELEGATIONTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

DELEGATIONTYPEHASH is a free data retrieval call binding the contract method 0xe7a324dc.

Solidity: function DELEGATION_TYPEHASH() view returns(bytes32)

func (*CvaultcontractCaller) DOMAINTYPEHASH

func (_Cvaultcontract *CvaultcontractCaller) DOMAINTYPEHASH(opts *bind.CallOpts) ([32]byte, error)

DOMAINTYPEHASH is a free data retrieval call binding the contract method 0x20606b70.

Solidity: function DOMAIN_TYPEHASH() view returns(bytes32)

func (*CvaultcontractCaller) Decimals

func (_Cvaultcontract *CvaultcontractCaller) 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 (*CvaultcontractCaller) Delegates

func (_Cvaultcontract *CvaultcontractCaller) Delegates(opts *bind.CallOpts, delegator common.Address) (common.Address, error)

Delegates is a free data retrieval call binding the contract method 0x587cde1e.

Solidity: function delegates(address delegator) view returns(address)

func (*CvaultcontractCaller) EthContributed

func (_Cvaultcontract *CvaultcontractCaller) EthContributed(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)

EthContributed is a free data retrieval call binding the contract method 0xf96f5b35.

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

func (*CvaultcontractCaller) FeeDistributor

func (_Cvaultcontract *CvaultcontractCaller) FeeDistributor(opts *bind.CallOpts) (common.Address, error)

FeeDistributor is a free data retrieval call binding the contract method 0x0d43e8ad.

Solidity: function feeDistributor() view returns(address)

func (*CvaultcontractCaller) GetCurrentVotes

func (_Cvaultcontract *CvaultcontractCaller) GetCurrentVotes(opts *bind.CallOpts, account common.Address) (*big.Int, error)

GetCurrentVotes is a free data retrieval call binding the contract method 0xb4b5ea57.

Solidity: function getCurrentVotes(address account) view returns(uint256)

func (*CvaultcontractCaller) GetPriorVotes

func (_Cvaultcontract *CvaultcontractCaller) GetPriorVotes(opts *bind.CallOpts, account common.Address, blockNumber *big.Int) (*big.Int, error)

GetPriorVotes is a free data retrieval call binding the contract method 0x782d6fe1.

Solidity: function getPriorVotes(address account, uint256 blockNumber) view returns(uint256)

func (*CvaultcontractCaller) GetSecondsLeftInLiquidityGenerationEvent

func (_Cvaultcontract *CvaultcontractCaller) GetSecondsLeftInLiquidityGenerationEvent(opts *bind.CallOpts) (*big.Int, error)

GetSecondsLeftInLiquidityGenerationEvent is a free data retrieval call binding the contract method 0x5b5f3e87.

Solidity: function getSecondsLeftInLiquidityGenerationEvent() view returns(uint256)

func (*CvaultcontractCaller) InitialSupply

func (_Cvaultcontract *CvaultcontractCaller) InitialSupply(opts *bind.CallOpts) (*big.Int, error)

InitialSupply is a free data retrieval call binding the contract method 0x378dc3dc.

Solidity: function initialSupply() view returns(uint256)

func (*CvaultcontractCaller) LPGenerationCompleted

func (_Cvaultcontract *CvaultcontractCaller) LPGenerationCompleted(opts *bind.CallOpts) (bool, error)

LPGenerationCompleted is a free data retrieval call binding the contract method 0x14b8fecc.

Solidity: function LPGenerationCompleted() view returns(bool)

func (*CvaultcontractCaller) LPperETHUnit

func (_Cvaultcontract *CvaultcontractCaller) LPperETHUnit(opts *bind.CallOpts) (*big.Int, error)

LPperETHUnit is a free data retrieval call binding the contract method 0x31a22a20.

Solidity: function LPperETHUnit() view returns(uint256)

func (*CvaultcontractCaller) LiquidityGenerationOngoing

func (_Cvaultcontract *CvaultcontractCaller) LiquidityGenerationOngoing(opts *bind.CallOpts) (bool, error)

LiquidityGenerationOngoing is a free data retrieval call binding the contract method 0x60a02590.

Solidity: function liquidityGenerationOngoing() view returns(bool)

func (*CvaultcontractCaller) LiquidityGenerationParticipationAgreement

func (_Cvaultcontract *CvaultcontractCaller) LiquidityGenerationParticipationAgreement(opts *bind.CallOpts) (string, error)

LiquidityGenerationParticipationAgreement is a free data retrieval call binding the contract method 0x8e8e2925.

Solidity: function liquidityGenerationParticipationAgreement() view returns(string)

func (*CvaultcontractCaller) Name

func (_Cvaultcontract *CvaultcontractCaller) 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 (*CvaultcontractCaller) Nonces

func (_Cvaultcontract *CvaultcontractCaller) Nonces(opts *bind.CallOpts, arg0 common.Address) (*big.Int, error)

Nonces is a free data retrieval call binding the contract method 0x7ecebe00.

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

func (*CvaultcontractCaller) NumCheckpoints

func (_Cvaultcontract *CvaultcontractCaller) NumCheckpoints(opts *bind.CallOpts, arg0 common.Address) (uint32, error)

NumCheckpoints is a free data retrieval call binding the contract method 0x6fcfff45.

Solidity: function numCheckpoints(address ) view returns(uint32)

func (*CvaultcontractCaller) Owner

func (_Cvaultcontract *CvaultcontractCaller) Owner(opts *bind.CallOpts) (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*CvaultcontractCaller) Symbol

func (_Cvaultcontract *CvaultcontractCaller) 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 (*CvaultcontractCaller) TokenUniswapPair

func (_Cvaultcontract *CvaultcontractCaller) TokenUniswapPair(opts *bind.CallOpts) (common.Address, error)

TokenUniswapPair is a free data retrieval call binding the contract method 0x4d332457.

Solidity: function tokenUniswapPair() view returns(address)

func (*CvaultcontractCaller) TotalETHContributed

func (_Cvaultcontract *CvaultcontractCaller) TotalETHContributed(opts *bind.CallOpts) (*big.Int, error)

TotalETHContributed is a free data retrieval call binding the contract method 0x23399434.

Solidity: function totalETHContributed() view returns(uint256)

func (*CvaultcontractCaller) TotalLPTokensMinted

func (_Cvaultcontract *CvaultcontractCaller) TotalLPTokensMinted(opts *bind.CallOpts) (*big.Int, error)

TotalLPTokensMinted is a free data retrieval call binding the contract method 0x002b1329.

Solidity: function totalLPTokensMinted() view returns(uint256)

func (*CvaultcontractCaller) TotalSupply

func (_Cvaultcontract *CvaultcontractCaller) 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 (*CvaultcontractCaller) TransferCheckerAddress

func (_Cvaultcontract *CvaultcontractCaller) TransferCheckerAddress(opts *bind.CallOpts) (common.Address, error)

TransferCheckerAddress is a free data retrieval call binding the contract method 0xb2aef26b.

Solidity: function transferCheckerAddress() view returns(address)

func (*CvaultcontractCaller) UniswapFactory

func (_Cvaultcontract *CvaultcontractCaller) UniswapFactory(opts *bind.CallOpts) (common.Address, error)

UniswapFactory is a free data retrieval call binding the contract method 0x8bdb2afa.

Solidity: function uniswapFactory() view returns(address)

func (*CvaultcontractCaller) UniswapRouterV2

func (_Cvaultcontract *CvaultcontractCaller) UniswapRouterV2(opts *bind.CallOpts) (common.Address, error)

UniswapRouterV2 is a free data retrieval call binding the contract method 0x596fa9e3.

Solidity: function uniswapRouterV2() view returns(address)

type CvaultcontractCallerRaw

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

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

func (*CvaultcontractCallerRaw) Call

func (_Cvaultcontract *CvaultcontractCallerRaw) 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 CvaultcontractCallerSession

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

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

func (*CvaultcontractCallerSession) Allowance

func (_Cvaultcontract *CvaultcontractCallerSession) 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 (*CvaultcontractCallerSession) BalanceOf

func (_Cvaultcontract *CvaultcontractCallerSession) 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 (*CvaultcontractCallerSession) Checkpoints

func (_Cvaultcontract *CvaultcontractCallerSession) Checkpoints(arg0 common.Address, arg1 uint32) (struct {
	FromBlock uint32
	Votes     *big.Int
}, error)

Checkpoints is a free data retrieval call binding the contract method 0xf1127ed8.

Solidity: function checkpoints(address , uint32 ) view returns(uint32 fromBlock, uint256 votes)

func (*CvaultcontractCallerSession) ContractStartTimestamp

func (_Cvaultcontract *CvaultcontractCallerSession) ContractStartTimestamp() (*big.Int, error)

ContractStartTimestamp is a free data retrieval call binding the contract method 0x6a2f796c.

Solidity: function contractStartTimestamp() view returns(uint256)

func (*CvaultcontractCallerSession) DELEGATIONTYPEHASH

func (_Cvaultcontract *CvaultcontractCallerSession) DELEGATIONTYPEHASH() ([32]byte, error)

DELEGATIONTYPEHASH is a free data retrieval call binding the contract method 0xe7a324dc.

Solidity: function DELEGATION_TYPEHASH() view returns(bytes32)

func (*CvaultcontractCallerSession) DOMAINTYPEHASH

func (_Cvaultcontract *CvaultcontractCallerSession) DOMAINTYPEHASH() ([32]byte, error)

DOMAINTYPEHASH is a free data retrieval call binding the contract method 0x20606b70.

Solidity: function DOMAIN_TYPEHASH() view returns(bytes32)

func (*CvaultcontractCallerSession) Decimals

func (_Cvaultcontract *CvaultcontractCallerSession) Decimals() (uint8, error)

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

Solidity: function decimals() view returns(uint8)

func (*CvaultcontractCallerSession) Delegates

func (_Cvaultcontract *CvaultcontractCallerSession) Delegates(delegator common.Address) (common.Address, error)

Delegates is a free data retrieval call binding the contract method 0x587cde1e.

Solidity: function delegates(address delegator) view returns(address)

func (*CvaultcontractCallerSession) EthContributed

func (_Cvaultcontract *CvaultcontractCallerSession) EthContributed(arg0 common.Address) (*big.Int, error)

EthContributed is a free data retrieval call binding the contract method 0xf96f5b35.

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

func (*CvaultcontractCallerSession) FeeDistributor

func (_Cvaultcontract *CvaultcontractCallerSession) FeeDistributor() (common.Address, error)

FeeDistributor is a free data retrieval call binding the contract method 0x0d43e8ad.

Solidity: function feeDistributor() view returns(address)

func (*CvaultcontractCallerSession) GetCurrentVotes

func (_Cvaultcontract *CvaultcontractCallerSession) GetCurrentVotes(account common.Address) (*big.Int, error)

GetCurrentVotes is a free data retrieval call binding the contract method 0xb4b5ea57.

Solidity: function getCurrentVotes(address account) view returns(uint256)

func (*CvaultcontractCallerSession) GetPriorVotes

func (_Cvaultcontract *CvaultcontractCallerSession) GetPriorVotes(account common.Address, blockNumber *big.Int) (*big.Int, error)

GetPriorVotes is a free data retrieval call binding the contract method 0x782d6fe1.

Solidity: function getPriorVotes(address account, uint256 blockNumber) view returns(uint256)

func (*CvaultcontractCallerSession) GetSecondsLeftInLiquidityGenerationEvent

func (_Cvaultcontract *CvaultcontractCallerSession) GetSecondsLeftInLiquidityGenerationEvent() (*big.Int, error)

GetSecondsLeftInLiquidityGenerationEvent is a free data retrieval call binding the contract method 0x5b5f3e87.

Solidity: function getSecondsLeftInLiquidityGenerationEvent() view returns(uint256)

func (*CvaultcontractCallerSession) InitialSupply

func (_Cvaultcontract *CvaultcontractCallerSession) InitialSupply() (*big.Int, error)

InitialSupply is a free data retrieval call binding the contract method 0x378dc3dc.

Solidity: function initialSupply() view returns(uint256)

func (*CvaultcontractCallerSession) LPGenerationCompleted

func (_Cvaultcontract *CvaultcontractCallerSession) LPGenerationCompleted() (bool, error)

LPGenerationCompleted is a free data retrieval call binding the contract method 0x14b8fecc.

Solidity: function LPGenerationCompleted() view returns(bool)

func (*CvaultcontractCallerSession) LPperETHUnit

func (_Cvaultcontract *CvaultcontractCallerSession) LPperETHUnit() (*big.Int, error)

LPperETHUnit is a free data retrieval call binding the contract method 0x31a22a20.

Solidity: function LPperETHUnit() view returns(uint256)

func (*CvaultcontractCallerSession) LiquidityGenerationOngoing

func (_Cvaultcontract *CvaultcontractCallerSession) LiquidityGenerationOngoing() (bool, error)

LiquidityGenerationOngoing is a free data retrieval call binding the contract method 0x60a02590.

Solidity: function liquidityGenerationOngoing() view returns(bool)

func (*CvaultcontractCallerSession) LiquidityGenerationParticipationAgreement

func (_Cvaultcontract *CvaultcontractCallerSession) LiquidityGenerationParticipationAgreement() (string, error)

LiquidityGenerationParticipationAgreement is a free data retrieval call binding the contract method 0x8e8e2925.

Solidity: function liquidityGenerationParticipationAgreement() view returns(string)

func (*CvaultcontractCallerSession) Name

func (_Cvaultcontract *CvaultcontractCallerSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*CvaultcontractCallerSession) Nonces

func (_Cvaultcontract *CvaultcontractCallerSession) Nonces(arg0 common.Address) (*big.Int, error)

Nonces is a free data retrieval call binding the contract method 0x7ecebe00.

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

func (*CvaultcontractCallerSession) NumCheckpoints

func (_Cvaultcontract *CvaultcontractCallerSession) NumCheckpoints(arg0 common.Address) (uint32, error)

NumCheckpoints is a free data retrieval call binding the contract method 0x6fcfff45.

Solidity: function numCheckpoints(address ) view returns(uint32)

func (*CvaultcontractCallerSession) Owner

func (_Cvaultcontract *CvaultcontractCallerSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*CvaultcontractCallerSession) Symbol

func (_Cvaultcontract *CvaultcontractCallerSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*CvaultcontractCallerSession) TokenUniswapPair

func (_Cvaultcontract *CvaultcontractCallerSession) TokenUniswapPair() (common.Address, error)

TokenUniswapPair is a free data retrieval call binding the contract method 0x4d332457.

Solidity: function tokenUniswapPair() view returns(address)

func (*CvaultcontractCallerSession) TotalETHContributed

func (_Cvaultcontract *CvaultcontractCallerSession) TotalETHContributed() (*big.Int, error)

TotalETHContributed is a free data retrieval call binding the contract method 0x23399434.

Solidity: function totalETHContributed() view returns(uint256)

func (*CvaultcontractCallerSession) TotalLPTokensMinted

func (_Cvaultcontract *CvaultcontractCallerSession) TotalLPTokensMinted() (*big.Int, error)

TotalLPTokensMinted is a free data retrieval call binding the contract method 0x002b1329.

Solidity: function totalLPTokensMinted() view returns(uint256)

func (*CvaultcontractCallerSession) TotalSupply

func (_Cvaultcontract *CvaultcontractCallerSession) TotalSupply() (*big.Int, error)

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

Solidity: function totalSupply() view returns(uint256)

func (*CvaultcontractCallerSession) TransferCheckerAddress

func (_Cvaultcontract *CvaultcontractCallerSession) TransferCheckerAddress() (common.Address, error)

TransferCheckerAddress is a free data retrieval call binding the contract method 0xb2aef26b.

Solidity: function transferCheckerAddress() view returns(address)

func (*CvaultcontractCallerSession) UniswapFactory

func (_Cvaultcontract *CvaultcontractCallerSession) UniswapFactory() (common.Address, error)

UniswapFactory is a free data retrieval call binding the contract method 0x8bdb2afa.

Solidity: function uniswapFactory() view returns(address)

func (*CvaultcontractCallerSession) UniswapRouterV2

func (_Cvaultcontract *CvaultcontractCallerSession) UniswapRouterV2() (common.Address, error)

UniswapRouterV2 is a free data retrieval call binding the contract method 0x596fa9e3.

Solidity: function uniswapRouterV2() view returns(address)

type CvaultcontractDelegateChanged

type CvaultcontractDelegateChanged struct {
	Delegator    common.Address
	FromDelegate common.Address
	ToDelegate   common.Address
	Raw          types.Log // Blockchain specific contextual infos
}

CvaultcontractDelegateChanged represents a DelegateChanged event raised by the Cvaultcontract contract.

type CvaultcontractDelegateChangedIterator

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

CvaultcontractDelegateChangedIterator is returned from FilterDelegateChanged and is used to iterate over the raw logs and unpacked data for DelegateChanged events raised by the Cvaultcontract contract.

func (*CvaultcontractDelegateChangedIterator) Close

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

func (*CvaultcontractDelegateChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*CvaultcontractDelegateChangedIterator) 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 CvaultcontractDelegateVotesChanged

type CvaultcontractDelegateVotesChanged struct {
	Delegate        common.Address
	PreviousBalance *big.Int
	NewBalance      *big.Int
	Raw             types.Log // Blockchain specific contextual infos
}

CvaultcontractDelegateVotesChanged represents a DelegateVotesChanged event raised by the Cvaultcontract contract.

type CvaultcontractDelegateVotesChangedIterator

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

CvaultcontractDelegateVotesChangedIterator is returned from FilterDelegateVotesChanged and is used to iterate over the raw logs and unpacked data for DelegateVotesChanged events raised by the Cvaultcontract contract.

func (*CvaultcontractDelegateVotesChangedIterator) Close

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

func (*CvaultcontractDelegateVotesChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*CvaultcontractDelegateVotesChangedIterator) 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 CvaultcontractFilterer

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

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

func NewCvaultcontractFilterer

func NewCvaultcontractFilterer(address common.Address, filterer bind.ContractFilterer) (*CvaultcontractFilterer, error)

NewCvaultcontractFilterer creates a new log filterer instance of Cvaultcontract, bound to a specific deployed contract.

func (*CvaultcontractFilterer) FilterApproval

func (_Cvaultcontract *CvaultcontractFilterer) FilterApproval(opts *bind.FilterOpts, owner []common.Address, spender []common.Address) (*CvaultcontractApprovalIterator, 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 (*CvaultcontractFilterer) FilterDelegateChanged

func (_Cvaultcontract *CvaultcontractFilterer) FilterDelegateChanged(opts *bind.FilterOpts, delegator []common.Address, fromDelegate []common.Address, toDelegate []common.Address) (*CvaultcontractDelegateChangedIterator, error)

FilterDelegateChanged is a free log retrieval operation binding the contract event 0x3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f.

Solidity: event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)

func (*CvaultcontractFilterer) FilterDelegateVotesChanged

func (_Cvaultcontract *CvaultcontractFilterer) FilterDelegateVotesChanged(opts *bind.FilterOpts, delegate []common.Address) (*CvaultcontractDelegateVotesChangedIterator, error)

FilterDelegateVotesChanged is a free log retrieval operation binding the contract event 0xdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a724.

Solidity: event DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)

func (*CvaultcontractFilterer) FilterLPTokenClaimed

func (_Cvaultcontract *CvaultcontractFilterer) FilterLPTokenClaimed(opts *bind.FilterOpts) (*CvaultcontractLPTokenClaimedIterator, error)

FilterLPTokenClaimed is a free log retrieval operation binding the contract event 0x586e28f4f60b4d906fc69694ea6d7fe5c5668730ce3286d7af8eca868f3c2760.

Solidity: event LPTokenClaimed(address dst, uint256 value)

func (*CvaultcontractFilterer) FilterLiquidityAddition

func (_Cvaultcontract *CvaultcontractFilterer) FilterLiquidityAddition(opts *bind.FilterOpts, dst []common.Address) (*CvaultcontractLiquidityAdditionIterator, error)

FilterLiquidityAddition is a free log retrieval operation binding the contract event 0x20b711375edba008429d2f91787c68aa13aab7f267c346bf91be1a104d8b7b8b.

Solidity: event LiquidityAddition(address indexed dst, uint256 value)

func (*CvaultcontractFilterer) FilterLog

func (_Cvaultcontract *CvaultcontractFilterer) FilterLog(opts *bind.FilterOpts) (*CvaultcontractLogIterator, error)

FilterLog is a free log retrieval operation binding the contract event 0xcf34ef537ac33ee1ac626ca1587a0a7e8e51561e5514f8cb36afa1c5102b3bab.

Solidity: event Log(string log)

func (*CvaultcontractFilterer) FilterOwnershipTransferred

func (_Cvaultcontract *CvaultcontractFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*CvaultcontractOwnershipTransferredIterator, error)

FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*CvaultcontractFilterer) FilterTransfer

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

func (_Cvaultcontract *CvaultcontractFilterer) ParseApproval(log types.Log) (*CvaultcontractApproval, error)

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

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

func (*CvaultcontractFilterer) ParseDelegateChanged

func (_Cvaultcontract *CvaultcontractFilterer) ParseDelegateChanged(log types.Log) (*CvaultcontractDelegateChanged, error)

ParseDelegateChanged is a log parse operation binding the contract event 0x3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f.

Solidity: event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)

func (*CvaultcontractFilterer) ParseDelegateVotesChanged

func (_Cvaultcontract *CvaultcontractFilterer) ParseDelegateVotesChanged(log types.Log) (*CvaultcontractDelegateVotesChanged, error)

ParseDelegateVotesChanged is a log parse operation binding the contract event 0xdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a724.

Solidity: event DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)

func (*CvaultcontractFilterer) ParseLPTokenClaimed

func (_Cvaultcontract *CvaultcontractFilterer) ParseLPTokenClaimed(log types.Log) (*CvaultcontractLPTokenClaimed, error)

ParseLPTokenClaimed is a log parse operation binding the contract event 0x586e28f4f60b4d906fc69694ea6d7fe5c5668730ce3286d7af8eca868f3c2760.

Solidity: event LPTokenClaimed(address dst, uint256 value)

func (*CvaultcontractFilterer) ParseLiquidityAddition

func (_Cvaultcontract *CvaultcontractFilterer) ParseLiquidityAddition(log types.Log) (*CvaultcontractLiquidityAddition, error)

ParseLiquidityAddition is a log parse operation binding the contract event 0x20b711375edba008429d2f91787c68aa13aab7f267c346bf91be1a104d8b7b8b.

Solidity: event LiquidityAddition(address indexed dst, uint256 value)

func (*CvaultcontractFilterer) ParseLog

func (_Cvaultcontract *CvaultcontractFilterer) ParseLog(log types.Log) (*CvaultcontractLog, error)

ParseLog is a log parse operation binding the contract event 0xcf34ef537ac33ee1ac626ca1587a0a7e8e51561e5514f8cb36afa1c5102b3bab.

Solidity: event Log(string log)

func (*CvaultcontractFilterer) ParseOwnershipTransferred

func (_Cvaultcontract *CvaultcontractFilterer) ParseOwnershipTransferred(log types.Log) (*CvaultcontractOwnershipTransferred, error)

ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*CvaultcontractFilterer) ParseTransfer

func (_Cvaultcontract *CvaultcontractFilterer) ParseTransfer(log types.Log) (*CvaultcontractTransfer, error)

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

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

func (*CvaultcontractFilterer) WatchApproval

func (_Cvaultcontract *CvaultcontractFilterer) WatchApproval(opts *bind.WatchOpts, sink chan<- *CvaultcontractApproval, 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 (*CvaultcontractFilterer) WatchDelegateChanged

func (_Cvaultcontract *CvaultcontractFilterer) WatchDelegateChanged(opts *bind.WatchOpts, sink chan<- *CvaultcontractDelegateChanged, delegator []common.Address, fromDelegate []common.Address, toDelegate []common.Address) (event.Subscription, error)

WatchDelegateChanged is a free log subscription operation binding the contract event 0x3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f.

Solidity: event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)

func (*CvaultcontractFilterer) WatchDelegateVotesChanged

func (_Cvaultcontract *CvaultcontractFilterer) WatchDelegateVotesChanged(opts *bind.WatchOpts, sink chan<- *CvaultcontractDelegateVotesChanged, delegate []common.Address) (event.Subscription, error)

WatchDelegateVotesChanged is a free log subscription operation binding the contract event 0xdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a724.

Solidity: event DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)

func (*CvaultcontractFilterer) WatchLPTokenClaimed

func (_Cvaultcontract *CvaultcontractFilterer) WatchLPTokenClaimed(opts *bind.WatchOpts, sink chan<- *CvaultcontractLPTokenClaimed) (event.Subscription, error)

WatchLPTokenClaimed is a free log subscription operation binding the contract event 0x586e28f4f60b4d906fc69694ea6d7fe5c5668730ce3286d7af8eca868f3c2760.

Solidity: event LPTokenClaimed(address dst, uint256 value)

func (*CvaultcontractFilterer) WatchLiquidityAddition

func (_Cvaultcontract *CvaultcontractFilterer) WatchLiquidityAddition(opts *bind.WatchOpts, sink chan<- *CvaultcontractLiquidityAddition, dst []common.Address) (event.Subscription, error)

WatchLiquidityAddition is a free log subscription operation binding the contract event 0x20b711375edba008429d2f91787c68aa13aab7f267c346bf91be1a104d8b7b8b.

Solidity: event LiquidityAddition(address indexed dst, uint256 value)

func (*CvaultcontractFilterer) WatchLog

func (_Cvaultcontract *CvaultcontractFilterer) WatchLog(opts *bind.WatchOpts, sink chan<- *CvaultcontractLog) (event.Subscription, error)

WatchLog is a free log subscription operation binding the contract event 0xcf34ef537ac33ee1ac626ca1587a0a7e8e51561e5514f8cb36afa1c5102b3bab.

Solidity: event Log(string log)

func (*CvaultcontractFilterer) WatchOwnershipTransferred

func (_Cvaultcontract *CvaultcontractFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *CvaultcontractOwnershipTransferred, previousOwner []common.Address, newOwner []common.Address) (event.Subscription, error)

WatchOwnershipTransferred is a free log subscription operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.

Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)

func (*CvaultcontractFilterer) WatchTransfer

func (_Cvaultcontract *CvaultcontractFilterer) WatchTransfer(opts *bind.WatchOpts, sink chan<- *CvaultcontractTransfer, 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 CvaultcontractLPTokenClaimed

type CvaultcontractLPTokenClaimed struct {
	Dst   common.Address
	Value *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}

CvaultcontractLPTokenClaimed represents a LPTokenClaimed event raised by the Cvaultcontract contract.

type CvaultcontractLPTokenClaimedIterator

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

CvaultcontractLPTokenClaimedIterator is returned from FilterLPTokenClaimed and is used to iterate over the raw logs and unpacked data for LPTokenClaimed events raised by the Cvaultcontract contract.

func (*CvaultcontractLPTokenClaimedIterator) Close

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

func (*CvaultcontractLPTokenClaimedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*CvaultcontractLPTokenClaimedIterator) 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 CvaultcontractLiquidityAddition

type CvaultcontractLiquidityAddition struct {
	Dst   common.Address
	Value *big.Int
	Raw   types.Log // Blockchain specific contextual infos
}

CvaultcontractLiquidityAddition represents a LiquidityAddition event raised by the Cvaultcontract contract.

type CvaultcontractLiquidityAdditionIterator

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

CvaultcontractLiquidityAdditionIterator is returned from FilterLiquidityAddition and is used to iterate over the raw logs and unpacked data for LiquidityAddition events raised by the Cvaultcontract contract.

func (*CvaultcontractLiquidityAdditionIterator) Close

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

func (*CvaultcontractLiquidityAdditionIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*CvaultcontractLiquidityAdditionIterator) 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 CvaultcontractLog

type CvaultcontractLog struct {
	Log string
	Raw types.Log // Blockchain specific contextual infos
}

CvaultcontractLog represents a Log event raised by the Cvaultcontract contract.

type CvaultcontractLogIterator

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

CvaultcontractLogIterator is returned from FilterLog and is used to iterate over the raw logs and unpacked data for Log events raised by the Cvaultcontract contract.

func (*CvaultcontractLogIterator) Close

func (it *CvaultcontractLogIterator) Close() error

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

func (*CvaultcontractLogIterator) Error

func (it *CvaultcontractLogIterator) Error() error

Error returns any retrieval or parsing error occurred during filtering.

func (*CvaultcontractLogIterator) Next

func (it *CvaultcontractLogIterator) 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 CvaultcontractOwnershipTransferred

type CvaultcontractOwnershipTransferred struct {
	PreviousOwner common.Address
	NewOwner      common.Address
	Raw           types.Log // Blockchain specific contextual infos
}

CvaultcontractOwnershipTransferred represents a OwnershipTransferred event raised by the Cvaultcontract contract.

type CvaultcontractOwnershipTransferredIterator

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

CvaultcontractOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the Cvaultcontract contract.

func (*CvaultcontractOwnershipTransferredIterator) Close

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

func (*CvaultcontractOwnershipTransferredIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*CvaultcontractOwnershipTransferredIterator) 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 CvaultcontractRaw

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

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

func (*CvaultcontractRaw) Call

func (_Cvaultcontract *CvaultcontractRaw) 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 (*CvaultcontractRaw) Transact

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

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

func (*CvaultcontractRaw) Transfer

func (_Cvaultcontract *CvaultcontractRaw) 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 CvaultcontractSession

type CvaultcontractSession struct {
	Contract     *Cvaultcontract   // 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
}

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

func (*CvaultcontractSession) AddLiquidity

func (_Cvaultcontract *CvaultcontractSession) AddLiquidity(agreesToTermsOutlinedInLiquidityGenerationParticipationAgreement bool) (*types.Transaction, error)

AddLiquidity is a paid mutator transaction binding the contract method 0xda620cd7.

Solidity: function addLiquidity(bool agreesToTermsOutlinedInLiquidityGenerationParticipationAgreement) payable returns()

func (*CvaultcontractSession) AddLiquidityToUniswapCORExWETHPair

func (_Cvaultcontract *CvaultcontractSession) AddLiquidityToUniswapCORExWETHPair() (*types.Transaction, error)

AddLiquidityToUniswapCORExWETHPair is a paid mutator transaction binding the contract method 0x09a2ba10.

Solidity: function addLiquidityToUniswapCORExWETHPair() returns()

func (*CvaultcontractSession) Allowance

func (_Cvaultcontract *CvaultcontractSession) 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 (*CvaultcontractSession) Approve

func (_Cvaultcontract *CvaultcontractSession) 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 (*CvaultcontractSession) BalanceOf

func (_Cvaultcontract *CvaultcontractSession) 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 (*CvaultcontractSession) Checkpoints

func (_Cvaultcontract *CvaultcontractSession) Checkpoints(arg0 common.Address, arg1 uint32) (struct {
	FromBlock uint32
	Votes     *big.Int
}, error)

Checkpoints is a free data retrieval call binding the contract method 0xf1127ed8.

Solidity: function checkpoints(address , uint32 ) view returns(uint32 fromBlock, uint256 votes)

func (*CvaultcontractSession) ClaimLPTokens

func (_Cvaultcontract *CvaultcontractSession) ClaimLPTokens() (*types.Transaction, error)

ClaimLPTokens is a paid mutator transaction binding the contract method 0x38af6632.

Solidity: function claimLPTokens() returns()

func (*CvaultcontractSession) ContractStartTimestamp

func (_Cvaultcontract *CvaultcontractSession) ContractStartTimestamp() (*big.Int, error)

ContractStartTimestamp is a free data retrieval call binding the contract method 0x6a2f796c.

Solidity: function contractStartTimestamp() view returns(uint256)

func (*CvaultcontractSession) CreateUniswapPairMainnet

func (_Cvaultcontract *CvaultcontractSession) CreateUniswapPairMainnet() (*types.Transaction, error)

CreateUniswapPairMainnet is a paid mutator transaction binding the contract method 0x75b208bc.

Solidity: function createUniswapPairMainnet() returns(address)

func (*CvaultcontractSession) DELEGATIONTYPEHASH

func (_Cvaultcontract *CvaultcontractSession) DELEGATIONTYPEHASH() ([32]byte, error)

DELEGATIONTYPEHASH is a free data retrieval call binding the contract method 0xe7a324dc.

Solidity: function DELEGATION_TYPEHASH() view returns(bytes32)

func (*CvaultcontractSession) DOMAINTYPEHASH

func (_Cvaultcontract *CvaultcontractSession) DOMAINTYPEHASH() ([32]byte, error)

DOMAINTYPEHASH is a free data retrieval call binding the contract method 0x20606b70.

Solidity: function DOMAIN_TYPEHASH() view returns(bytes32)

func (*CvaultcontractSession) Decimals

func (_Cvaultcontract *CvaultcontractSession) Decimals() (uint8, error)

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

Solidity: function decimals() view returns(uint8)

func (*CvaultcontractSession) DecreaseAllowance

func (_Cvaultcontract *CvaultcontractSession) 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 (*CvaultcontractSession) Delegate

func (_Cvaultcontract *CvaultcontractSession) Delegate(delegatee common.Address) (*types.Transaction, error)

Delegate is a paid mutator transaction binding the contract method 0x5c19a95c.

Solidity: function delegate(address delegatee) returns()

func (*CvaultcontractSession) DelegateBySig

func (_Cvaultcontract *CvaultcontractSession) DelegateBySig(delegatee common.Address, nonce *big.Int, expiry *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)

DelegateBySig is a paid mutator transaction binding the contract method 0xc3cda520.

Solidity: function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) returns()

func (*CvaultcontractSession) Delegates

func (_Cvaultcontract *CvaultcontractSession) Delegates(delegator common.Address) (common.Address, error)

Delegates is a free data retrieval call binding the contract method 0x587cde1e.

Solidity: function delegates(address delegator) view returns(address)

func (*CvaultcontractSession) EmergencyDrain24hAfterLiquidityGenerationEventIsDone

func (_Cvaultcontract *CvaultcontractSession) EmergencyDrain24hAfterLiquidityGenerationEventIsDone() (*types.Transaction, error)

EmergencyDrain24hAfterLiquidityGenerationEventIsDone is a paid mutator transaction binding the contract method 0x4f1a0f7d.

Solidity: function emergencyDrain24hAfterLiquidityGenerationEventIsDone() returns()

func (*CvaultcontractSession) EthContributed

func (_Cvaultcontract *CvaultcontractSession) EthContributed(arg0 common.Address) (*big.Int, error)

EthContributed is a free data retrieval call binding the contract method 0xf96f5b35.

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

func (*CvaultcontractSession) FeeDistributor

func (_Cvaultcontract *CvaultcontractSession) FeeDistributor() (common.Address, error)

FeeDistributor is a free data retrieval call binding the contract method 0x0d43e8ad.

Solidity: function feeDistributor() view returns(address)

func (*CvaultcontractSession) GetCurrentVotes

func (_Cvaultcontract *CvaultcontractSession) GetCurrentVotes(account common.Address) (*big.Int, error)

GetCurrentVotes is a free data retrieval call binding the contract method 0xb4b5ea57.

Solidity: function getCurrentVotes(address account) view returns(uint256)

func (*CvaultcontractSession) GetPriorVotes

func (_Cvaultcontract *CvaultcontractSession) GetPriorVotes(account common.Address, blockNumber *big.Int) (*big.Int, error)

GetPriorVotes is a free data retrieval call binding the contract method 0x782d6fe1.

Solidity: function getPriorVotes(address account, uint256 blockNumber) view returns(uint256)

func (*CvaultcontractSession) GetSecondsLeftInLiquidityGenerationEvent

func (_Cvaultcontract *CvaultcontractSession) GetSecondsLeftInLiquidityGenerationEvent() (*big.Int, error)

GetSecondsLeftInLiquidityGenerationEvent is a free data retrieval call binding the contract method 0x5b5f3e87.

Solidity: function getSecondsLeftInLiquidityGenerationEvent() view returns(uint256)

func (*CvaultcontractSession) IncreaseAllowance

func (_Cvaultcontract *CvaultcontractSession) 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 (*CvaultcontractSession) InitialSupply

func (_Cvaultcontract *CvaultcontractSession) InitialSupply() (*big.Int, error)

InitialSupply is a free data retrieval call binding the contract method 0x378dc3dc.

Solidity: function initialSupply() view returns(uint256)

func (*CvaultcontractSession) LPGenerationCompleted

func (_Cvaultcontract *CvaultcontractSession) LPGenerationCompleted() (bool, error)

LPGenerationCompleted is a free data retrieval call binding the contract method 0x14b8fecc.

Solidity: function LPGenerationCompleted() view returns(bool)

func (*CvaultcontractSession) LPperETHUnit

func (_Cvaultcontract *CvaultcontractSession) LPperETHUnit() (*big.Int, error)

LPperETHUnit is a free data retrieval call binding the contract method 0x31a22a20.

Solidity: function LPperETHUnit() view returns(uint256)

func (*CvaultcontractSession) LiquidityGenerationOngoing

func (_Cvaultcontract *CvaultcontractSession) LiquidityGenerationOngoing() (bool, error)

LiquidityGenerationOngoing is a free data retrieval call binding the contract method 0x60a02590.

Solidity: function liquidityGenerationOngoing() view returns(bool)

func (*CvaultcontractSession) LiquidityGenerationParticipationAgreement

func (_Cvaultcontract *CvaultcontractSession) LiquidityGenerationParticipationAgreement() (string, error)

LiquidityGenerationParticipationAgreement is a free data retrieval call binding the contract method 0x8e8e2925.

Solidity: function liquidityGenerationParticipationAgreement() view returns(string)

func (*CvaultcontractSession) Name

func (_Cvaultcontract *CvaultcontractSession) Name() (string, error)

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

Solidity: function name() view returns(string)

func (*CvaultcontractSession) Nonces

func (_Cvaultcontract *CvaultcontractSession) Nonces(arg0 common.Address) (*big.Int, error)

Nonces is a free data retrieval call binding the contract method 0x7ecebe00.

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

func (*CvaultcontractSession) NumCheckpoints

func (_Cvaultcontract *CvaultcontractSession) NumCheckpoints(arg0 common.Address) (uint32, error)

NumCheckpoints is a free data retrieval call binding the contract method 0x6fcfff45.

Solidity: function numCheckpoints(address ) view returns(uint32)

func (*CvaultcontractSession) Owner

func (_Cvaultcontract *CvaultcontractSession) Owner() (common.Address, error)

Owner is a free data retrieval call binding the contract method 0x8da5cb5b.

Solidity: function owner() view returns(address)

func (*CvaultcontractSession) RenounceOwnership

func (_Cvaultcontract *CvaultcontractSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*CvaultcontractSession) SetFeeDistributor

func (_Cvaultcontract *CvaultcontractSession) SetFeeDistributor(_feeDistributor common.Address) (*types.Transaction, error)

SetFeeDistributor is a paid mutator transaction binding the contract method 0xccfc2e8d.

Solidity: function setFeeDistributor(address _feeDistributor) returns()

func (*CvaultcontractSession) SetShouldTransferChecker

func (_Cvaultcontract *CvaultcontractSession) SetShouldTransferChecker(_transferCheckerAddress common.Address) (*types.Transaction, error)

SetShouldTransferChecker is a paid mutator transaction binding the contract method 0x10a7a659.

Solidity: function setShouldTransferChecker(address _transferCheckerAddress) returns()

func (*CvaultcontractSession) Symbol

func (_Cvaultcontract *CvaultcontractSession) Symbol() (string, error)

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

Solidity: function symbol() view returns(string)

func (*CvaultcontractSession) TokenUniswapPair

func (_Cvaultcontract *CvaultcontractSession) TokenUniswapPair() (common.Address, error)

TokenUniswapPair is a free data retrieval call binding the contract method 0x4d332457.

Solidity: function tokenUniswapPair() view returns(address)

func (*CvaultcontractSession) TotalETHContributed

func (_Cvaultcontract *CvaultcontractSession) TotalETHContributed() (*big.Int, error)

TotalETHContributed is a free data retrieval call binding the contract method 0x23399434.

Solidity: function totalETHContributed() view returns(uint256)

func (*CvaultcontractSession) TotalLPTokensMinted

func (_Cvaultcontract *CvaultcontractSession) TotalLPTokensMinted() (*big.Int, error)

TotalLPTokensMinted is a free data retrieval call binding the contract method 0x002b1329.

Solidity: function totalLPTokensMinted() view returns(uint256)

func (*CvaultcontractSession) TotalSupply

func (_Cvaultcontract *CvaultcontractSession) TotalSupply() (*big.Int, error)

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

Solidity: function totalSupply() view returns(uint256)

func (*CvaultcontractSession) Transfer

func (_Cvaultcontract *CvaultcontractSession) 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 (*CvaultcontractSession) TransferCheckerAddress

func (_Cvaultcontract *CvaultcontractSession) TransferCheckerAddress() (common.Address, error)

TransferCheckerAddress is a free data retrieval call binding the contract method 0xb2aef26b.

Solidity: function transferCheckerAddress() view returns(address)

func (*CvaultcontractSession) TransferFrom

func (_Cvaultcontract *CvaultcontractSession) 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 (*CvaultcontractSession) TransferOwnership

func (_Cvaultcontract *CvaultcontractSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)

TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.

Solidity: function transferOwnership(address newOwner) returns()

func (*CvaultcontractSession) UniswapFactory

func (_Cvaultcontract *CvaultcontractSession) UniswapFactory() (common.Address, error)

UniswapFactory is a free data retrieval call binding the contract method 0x8bdb2afa.

Solidity: function uniswapFactory() view returns(address)

func (*CvaultcontractSession) UniswapRouterV2

func (_Cvaultcontract *CvaultcontractSession) UniswapRouterV2() (common.Address, error)

UniswapRouterV2 is a free data retrieval call binding the contract method 0x596fa9e3.

Solidity: function uniswapRouterV2() view returns(address)

type CvaultcontractTransactor

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

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

func NewCvaultcontractTransactor

func NewCvaultcontractTransactor(address common.Address, transactor bind.ContractTransactor) (*CvaultcontractTransactor, error)

NewCvaultcontractTransactor creates a new write-only instance of Cvaultcontract, bound to a specific deployed contract.

func (*CvaultcontractTransactor) AddLiquidity

func (_Cvaultcontract *CvaultcontractTransactor) AddLiquidity(opts *bind.TransactOpts, agreesToTermsOutlinedInLiquidityGenerationParticipationAgreement bool) (*types.Transaction, error)

AddLiquidity is a paid mutator transaction binding the contract method 0xda620cd7.

Solidity: function addLiquidity(bool agreesToTermsOutlinedInLiquidityGenerationParticipationAgreement) payable returns()

func (*CvaultcontractTransactor) AddLiquidityToUniswapCORExWETHPair

func (_Cvaultcontract *CvaultcontractTransactor) AddLiquidityToUniswapCORExWETHPair(opts *bind.TransactOpts) (*types.Transaction, error)

AddLiquidityToUniswapCORExWETHPair is a paid mutator transaction binding the contract method 0x09a2ba10.

Solidity: function addLiquidityToUniswapCORExWETHPair() returns()

func (*CvaultcontractTransactor) Approve

func (_Cvaultcontract *CvaultcontractTransactor) 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 (*CvaultcontractTransactor) ClaimLPTokens

func (_Cvaultcontract *CvaultcontractTransactor) ClaimLPTokens(opts *bind.TransactOpts) (*types.Transaction, error)

ClaimLPTokens is a paid mutator transaction binding the contract method 0x38af6632.

Solidity: function claimLPTokens() returns()

func (*CvaultcontractTransactor) CreateUniswapPairMainnet

func (_Cvaultcontract *CvaultcontractTransactor) CreateUniswapPairMainnet(opts *bind.TransactOpts) (*types.Transaction, error)

CreateUniswapPairMainnet is a paid mutator transaction binding the contract method 0x75b208bc.

Solidity: function createUniswapPairMainnet() returns(address)

func (*CvaultcontractTransactor) DecreaseAllowance

func (_Cvaultcontract *CvaultcontractTransactor) 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 (*CvaultcontractTransactor) Delegate

func (_Cvaultcontract *CvaultcontractTransactor) Delegate(opts *bind.TransactOpts, delegatee common.Address) (*types.Transaction, error)

Delegate is a paid mutator transaction binding the contract method 0x5c19a95c.

Solidity: function delegate(address delegatee) returns()

func (*CvaultcontractTransactor) DelegateBySig

func (_Cvaultcontract *CvaultcontractTransactor) DelegateBySig(opts *bind.TransactOpts, delegatee common.Address, nonce *big.Int, expiry *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)

DelegateBySig is a paid mutator transaction binding the contract method 0xc3cda520.

Solidity: function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) returns()

func (*CvaultcontractTransactor) EmergencyDrain24hAfterLiquidityGenerationEventIsDone

func (_Cvaultcontract *CvaultcontractTransactor) EmergencyDrain24hAfterLiquidityGenerationEventIsDone(opts *bind.TransactOpts) (*types.Transaction, error)

EmergencyDrain24hAfterLiquidityGenerationEventIsDone is a paid mutator transaction binding the contract method 0x4f1a0f7d.

Solidity: function emergencyDrain24hAfterLiquidityGenerationEventIsDone() returns()

func (*CvaultcontractTransactor) IncreaseAllowance

func (_Cvaultcontract *CvaultcontractTransactor) 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 (*CvaultcontractTransactor) RenounceOwnership

func (_Cvaultcontract *CvaultcontractTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*CvaultcontractTransactor) SetFeeDistributor

func (_Cvaultcontract *CvaultcontractTransactor) SetFeeDistributor(opts *bind.TransactOpts, _feeDistributor common.Address) (*types.Transaction, error)

SetFeeDistributor is a paid mutator transaction binding the contract method 0xccfc2e8d.

Solidity: function setFeeDistributor(address _feeDistributor) returns()

func (*CvaultcontractTransactor) SetShouldTransferChecker

func (_Cvaultcontract *CvaultcontractTransactor) SetShouldTransferChecker(opts *bind.TransactOpts, _transferCheckerAddress common.Address) (*types.Transaction, error)

SetShouldTransferChecker is a paid mutator transaction binding the contract method 0x10a7a659.

Solidity: function setShouldTransferChecker(address _transferCheckerAddress) returns()

func (*CvaultcontractTransactor) Transfer

func (_Cvaultcontract *CvaultcontractTransactor) 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 (*CvaultcontractTransactor) TransferFrom

func (_Cvaultcontract *CvaultcontractTransactor) 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 (*CvaultcontractTransactor) TransferOwnership

func (_Cvaultcontract *CvaultcontractTransactor) 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 CvaultcontractTransactorRaw

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

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

func (*CvaultcontractTransactorRaw) Transact

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

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

func (*CvaultcontractTransactorRaw) Transfer

func (_Cvaultcontract *CvaultcontractTransactorRaw) 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 CvaultcontractTransactorSession

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

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

func (*CvaultcontractTransactorSession) AddLiquidity

func (_Cvaultcontract *CvaultcontractTransactorSession) AddLiquidity(agreesToTermsOutlinedInLiquidityGenerationParticipationAgreement bool) (*types.Transaction, error)

AddLiquidity is a paid mutator transaction binding the contract method 0xda620cd7.

Solidity: function addLiquidity(bool agreesToTermsOutlinedInLiquidityGenerationParticipationAgreement) payable returns()

func (*CvaultcontractTransactorSession) AddLiquidityToUniswapCORExWETHPair

func (_Cvaultcontract *CvaultcontractTransactorSession) AddLiquidityToUniswapCORExWETHPair() (*types.Transaction, error)

AddLiquidityToUniswapCORExWETHPair is a paid mutator transaction binding the contract method 0x09a2ba10.

Solidity: function addLiquidityToUniswapCORExWETHPair() returns()

func (*CvaultcontractTransactorSession) Approve

func (_Cvaultcontract *CvaultcontractTransactorSession) 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 (*CvaultcontractTransactorSession) ClaimLPTokens

func (_Cvaultcontract *CvaultcontractTransactorSession) ClaimLPTokens() (*types.Transaction, error)

ClaimLPTokens is a paid mutator transaction binding the contract method 0x38af6632.

Solidity: function claimLPTokens() returns()

func (*CvaultcontractTransactorSession) CreateUniswapPairMainnet

func (_Cvaultcontract *CvaultcontractTransactorSession) CreateUniswapPairMainnet() (*types.Transaction, error)

CreateUniswapPairMainnet is a paid mutator transaction binding the contract method 0x75b208bc.

Solidity: function createUniswapPairMainnet() returns(address)

func (*CvaultcontractTransactorSession) DecreaseAllowance

func (_Cvaultcontract *CvaultcontractTransactorSession) 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 (*CvaultcontractTransactorSession) Delegate

func (_Cvaultcontract *CvaultcontractTransactorSession) Delegate(delegatee common.Address) (*types.Transaction, error)

Delegate is a paid mutator transaction binding the contract method 0x5c19a95c.

Solidity: function delegate(address delegatee) returns()

func (*CvaultcontractTransactorSession) DelegateBySig

func (_Cvaultcontract *CvaultcontractTransactorSession) DelegateBySig(delegatee common.Address, nonce *big.Int, expiry *big.Int, v uint8, r [32]byte, s [32]byte) (*types.Transaction, error)

DelegateBySig is a paid mutator transaction binding the contract method 0xc3cda520.

Solidity: function delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) returns()

func (*CvaultcontractTransactorSession) EmergencyDrain24hAfterLiquidityGenerationEventIsDone

func (_Cvaultcontract *CvaultcontractTransactorSession) EmergencyDrain24hAfterLiquidityGenerationEventIsDone() (*types.Transaction, error)

EmergencyDrain24hAfterLiquidityGenerationEventIsDone is a paid mutator transaction binding the contract method 0x4f1a0f7d.

Solidity: function emergencyDrain24hAfterLiquidityGenerationEventIsDone() returns()

func (*CvaultcontractTransactorSession) IncreaseAllowance

func (_Cvaultcontract *CvaultcontractTransactorSession) 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 (*CvaultcontractTransactorSession) RenounceOwnership

func (_Cvaultcontract *CvaultcontractTransactorSession) RenounceOwnership() (*types.Transaction, error)

RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.

Solidity: function renounceOwnership() returns()

func (*CvaultcontractTransactorSession) SetFeeDistributor

func (_Cvaultcontract *CvaultcontractTransactorSession) SetFeeDistributor(_feeDistributor common.Address) (*types.Transaction, error)

SetFeeDistributor is a paid mutator transaction binding the contract method 0xccfc2e8d.

Solidity: function setFeeDistributor(address _feeDistributor) returns()

func (*CvaultcontractTransactorSession) SetShouldTransferChecker

func (_Cvaultcontract *CvaultcontractTransactorSession) SetShouldTransferChecker(_transferCheckerAddress common.Address) (*types.Transaction, error)

SetShouldTransferChecker is a paid mutator transaction binding the contract method 0x10a7a659.

Solidity: function setShouldTransferChecker(address _transferCheckerAddress) returns()

func (*CvaultcontractTransactorSession) Transfer

func (_Cvaultcontract *CvaultcontractTransactorSession) 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 (*CvaultcontractTransactorSession) TransferFrom

func (_Cvaultcontract *CvaultcontractTransactorSession) 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 (*CvaultcontractTransactorSession) TransferOwnership

func (_Cvaultcontract *CvaultcontractTransactorSession) 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 CvaultcontractTransfer

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

CvaultcontractTransfer represents a Transfer event raised by the Cvaultcontract contract.

type CvaultcontractTransferIterator

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

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

func (*CvaultcontractTransferIterator) Close

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

func (*CvaultcontractTransferIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

func (*CvaultcontractTransferIterator) 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