Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyContract ¶
func NewProxyContract ¶
func NewProxyContract( client calls.ContractCallerDispatcher, proxyContractAddress common.Address, transactor transactor.Transactor, ) *ProxyContract
func (*ProxyContract) ChangeAdmin ¶
func (c *ProxyContract) ChangeAdmin( adminAddr common.Address, opts transactor.TransactOptions, ) (*common.Hash, error)
func (*ProxyContract) UpgradeTo ¶
func (c *ProxyContract) UpgradeTo( newImplementation common.Address, opts transactor.TransactOptions, ) (*common.Hash, error)
Click to show internal directories.
Click to hide internal directories.