Versions in this module Expand all Collapse all v0 v0.0.1 Dec 3, 2021 Changes in this version + const YregistryABI + type Yregistry struct + func NewYregistry(address common.Address, backend bind.ContractBackend) (*Yregistry, error) + type YregistryCaller struct + func NewYregistryCaller(address common.Address, caller bind.ContractCaller) (*YregistryCaller, error) + func (_Yregistry *YregistryCaller) GetName(opts *bind.CallOpts) (string, error) + func (_Yregistry *YregistryCaller) GetVault(opts *bind.CallOpts, index *big.Int) (common.Address, error) + func (_Yregistry *YregistryCaller) GetVaultInfo(opts *bind.CallOpts, _vault common.Address) (struct{ ... }, error) + func (_Yregistry *YregistryCaller) GetVaults(opts *bind.CallOpts) ([]common.Address, error) + func (_Yregistry *YregistryCaller) GetVaultsInfo(opts *bind.CallOpts) (struct{ ... }, error) + func (_Yregistry *YregistryCaller) GetVaultsLength(opts *bind.CallOpts) (*big.Int, error) + func (_Yregistry *YregistryCaller) Governance(opts *bind.CallOpts) (common.Address, error) + func (_Yregistry *YregistryCaller) IsDelegatedVault(opts *bind.CallOpts, arg0 common.Address) (bool, error) + func (_Yregistry *YregistryCaller) PendingGovernance(opts *bind.CallOpts) (common.Address, error) + type YregistryCallerRaw struct + Contract *YregistryCaller + func (_Yregistry *YregistryCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type YregistryCallerSession struct + CallOpts bind.CallOpts + Contract *YregistryCaller + func (_Yregistry *YregistryCallerSession) GetName() (string, error) + func (_Yregistry *YregistryCallerSession) GetVault(index *big.Int) (common.Address, error) + func (_Yregistry *YregistryCallerSession) GetVaultInfo(_vault common.Address) (struct{ ... }, error) + func (_Yregistry *YregistryCallerSession) GetVaults() ([]common.Address, error) + func (_Yregistry *YregistryCallerSession) GetVaultsInfo() (struct{ ... }, error) + func (_Yregistry *YregistryCallerSession) GetVaultsLength() (*big.Int, error) + func (_Yregistry *YregistryCallerSession) Governance() (common.Address, error) + func (_Yregistry *YregistryCallerSession) IsDelegatedVault(arg0 common.Address) (bool, error) + func (_Yregistry *YregistryCallerSession) PendingGovernance() (common.Address, error) + type YregistryFilterer struct + func NewYregistryFilterer(address common.Address, filterer bind.ContractFilterer) (*YregistryFilterer, error) + type YregistryRaw struct + Contract *Yregistry + func (_Yregistry *YregistryRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_Yregistry *YregistryRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Yregistry *YregistryRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type YregistrySession struct + CallOpts bind.CallOpts + Contract *Yregistry + TransactOpts bind.TransactOpts + func (_Yregistry *YregistrySession) AcceptGovernance() (*types.Transaction, error) + func (_Yregistry *YregistrySession) AddDelegatedVault(_vault common.Address) (*types.Transaction, error) + func (_Yregistry *YregistrySession) AddVault(_vault common.Address) (*types.Transaction, error) + func (_Yregistry *YregistrySession) AddWrappedVault(_vault common.Address) (*types.Transaction, error) + func (_Yregistry *YregistrySession) GetName() (string, error) + func (_Yregistry *YregistrySession) GetVault(index *big.Int) (common.Address, error) + func (_Yregistry *YregistrySession) GetVaultInfo(_vault common.Address) (struct{ ... }, error) + func (_Yregistry *YregistrySession) GetVaults() ([]common.Address, error) + func (_Yregistry *YregistrySession) GetVaultsInfo() (struct{ ... }, error) + func (_Yregistry *YregistrySession) GetVaultsLength() (*big.Int, error) + func (_Yregistry *YregistrySession) Governance() (common.Address, error) + func (_Yregistry *YregistrySession) IsDelegatedVault(arg0 common.Address) (bool, error) + func (_Yregistry *YregistrySession) PendingGovernance() (common.Address, error) + func (_Yregistry *YregistrySession) SetPendingGovernance(_pendingGovernance common.Address) (*types.Transaction, error) + type YregistryTransactor struct + func NewYregistryTransactor(address common.Address, transactor bind.ContractTransactor) (*YregistryTransactor, error) + func (_Yregistry *YregistryTransactor) AcceptGovernance(opts *bind.TransactOpts) (*types.Transaction, error) + func (_Yregistry *YregistryTransactor) AddDelegatedVault(opts *bind.TransactOpts, _vault common.Address) (*types.Transaction, error) + func (_Yregistry *YregistryTransactor) AddVault(opts *bind.TransactOpts, _vault common.Address) (*types.Transaction, error) + func (_Yregistry *YregistryTransactor) AddWrappedVault(opts *bind.TransactOpts, _vault common.Address) (*types.Transaction, error) + func (_Yregistry *YregistryTransactor) SetPendingGovernance(opts *bind.TransactOpts, _pendingGovernance common.Address) (*types.Transaction, error) + type YregistryTransactorRaw struct + Contract *YregistryTransactor + func (_Yregistry *YregistryTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Yregistry *YregistryTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type YregistryTransactorSession struct + Contract *YregistryTransactor + TransactOpts bind.TransactOpts + func (_Yregistry *YregistryTransactorSession) AcceptGovernance() (*types.Transaction, error) + func (_Yregistry *YregistryTransactorSession) AddDelegatedVault(_vault common.Address) (*types.Transaction, error) + func (_Yregistry *YregistryTransactorSession) AddVault(_vault common.Address) (*types.Transaction, error) + func (_Yregistry *YregistryTransactorSession) AddWrappedVault(_vault common.Address) (*types.Transaction, error) + func (_Yregistry *YregistryTransactorSession) SetPendingGovernance(_pendingGovernance common.Address) (*types.Transaction, error)