Versions in this module Expand all Collapse all v1 v1.1.3 Jan 20, 2025 v1.1.2 Jan 20, 2025 Changes in this version + var RevertABI = RevertMetaData.ABI + var RevertBin = RevertMetaData.Bin + var RevertMetaData = &bind.MetaData + type Revert struct + func DeployRevert(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Revert, error) + func NewRevert(address common.Address, backend bind.ContractBackend) (*Revert, error) + type RevertCaller struct + func NewRevertCaller(address common.Address, caller bind.ContractCaller) (*RevertCaller, error) + type RevertCallerRaw struct + Contract *RevertCaller + func (_Revert *RevertCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type RevertCallerSession struct + CallOpts bind.CallOpts + Contract *RevertCaller + type RevertFilterer struct + func NewRevertFilterer(address common.Address, filterer bind.ContractFilterer) (*RevertFilterer, error) + type RevertRaw struct + Contract *Revert + func (_Revert *RevertRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_Revert *RevertRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Revert *RevertRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type RevertSession struct + CallOpts bind.CallOpts + Contract *Revert + TransactOpts bind.TransactOpts + type RevertTransactor struct + func NewRevertTransactor(address common.Address, transactor bind.ContractTransactor) (*RevertTransactor, error) + type RevertTransactorRaw struct + Contract *RevertTransactor + func (_Revert *RevertTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Revert *RevertTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type RevertTransactorSession struct + Contract *RevertTransactor + TransactOpts bind.TransactOpts