Documentation
¶
Index ¶
- Variables
- type Polygondatacommittee
- type PolygondatacommitteeCaller
- func (_Polygondatacommittee *PolygondatacommitteeCaller) CommitteeHash(opts *bind.CallOpts) ([32]byte, error)
- func (_Polygondatacommittee *PolygondatacommitteeCaller) GetAmountOfMembers(opts *bind.CallOpts) (*big.Int, error)
- func (_Polygondatacommittee *PolygondatacommitteeCaller) GetProcotolName(opts *bind.CallOpts) (string, error)
- func (_Polygondatacommittee *PolygondatacommitteeCaller) Members(opts *bind.CallOpts, arg0 *big.Int) (struct{ ... }, error)
- func (_Polygondatacommittee *PolygondatacommitteeCaller) Owner(opts *bind.CallOpts) (common.Address, error)
- func (_Polygondatacommittee *PolygondatacommitteeCaller) RequiredAmountOfSignatures(opts *bind.CallOpts) (*big.Int, error)
- func (_Polygondatacommittee *PolygondatacommitteeCaller) VerifyMessage(opts *bind.CallOpts, signedHash [32]byte, signaturesAndAddrs []byte) error
- type PolygondatacommitteeCallerRaw
- type PolygondatacommitteeCallerSession
- func (_Polygondatacommittee *PolygondatacommitteeCallerSession) CommitteeHash() ([32]byte, error)
- func (_Polygondatacommittee *PolygondatacommitteeCallerSession) GetAmountOfMembers() (*big.Int, error)
- func (_Polygondatacommittee *PolygondatacommitteeCallerSession) GetProcotolName() (string, error)
- func (_Polygondatacommittee *PolygondatacommitteeCallerSession) Members(arg0 *big.Int) (struct{ ... }, error)
- func (_Polygondatacommittee *PolygondatacommitteeCallerSession) Owner() (common.Address, error)
- func (_Polygondatacommittee *PolygondatacommitteeCallerSession) RequiredAmountOfSignatures() (*big.Int, error)
- func (_Polygondatacommittee *PolygondatacommitteeCallerSession) VerifyMessage(signedHash [32]byte, signaturesAndAddrs []byte) error
- type PolygondatacommitteeCommitteeUpdated
- type PolygondatacommitteeCommitteeUpdatedIterator
- type PolygondatacommitteeFilterer
- func (_Polygondatacommittee *PolygondatacommitteeFilterer) FilterCommitteeUpdated(opts *bind.FilterOpts) (*PolygondatacommitteeCommitteeUpdatedIterator, error)
- func (_Polygondatacommittee *PolygondatacommitteeFilterer) FilterInitialized(opts *bind.FilterOpts) (*PolygondatacommitteeInitializedIterator, error)
- func (_Polygondatacommittee *PolygondatacommitteeFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, ...) (*PolygondatacommitteeOwnershipTransferredIterator, error)
- func (_Polygondatacommittee *PolygondatacommitteeFilterer) ParseCommitteeUpdated(log types.Log) (*PolygondatacommitteeCommitteeUpdated, error)
- func (_Polygondatacommittee *PolygondatacommitteeFilterer) ParseInitialized(log types.Log) (*PolygondatacommitteeInitialized, error)
- func (_Polygondatacommittee *PolygondatacommitteeFilterer) ParseOwnershipTransferred(log types.Log) (*PolygondatacommitteeOwnershipTransferred, error)
- func (_Polygondatacommittee *PolygondatacommitteeFilterer) WatchCommitteeUpdated(opts *bind.WatchOpts, sink chan<- *PolygondatacommitteeCommitteeUpdated) (event.Subscription, error)
- func (_Polygondatacommittee *PolygondatacommitteeFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *PolygondatacommitteeInitialized) (event.Subscription, error)
- func (_Polygondatacommittee *PolygondatacommitteeFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *PolygondatacommitteeOwnershipTransferred, ...) (event.Subscription, error)
- type PolygondatacommitteeInitialized
- type PolygondatacommitteeInitializedIterator
- type PolygondatacommitteeOwnershipTransferred
- type PolygondatacommitteeOwnershipTransferredIterator
- type PolygondatacommitteeRaw
- func (_Polygondatacommittee *PolygondatacommitteeRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_Polygondatacommittee *PolygondatacommitteeRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_Polygondatacommittee *PolygondatacommitteeRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type PolygondatacommitteeSession
- func (_Polygondatacommittee *PolygondatacommitteeSession) CommitteeHash() ([32]byte, error)
- func (_Polygondatacommittee *PolygondatacommitteeSession) GetAmountOfMembers() (*big.Int, error)
- func (_Polygondatacommittee *PolygondatacommitteeSession) GetProcotolName() (string, error)
- func (_Polygondatacommittee *PolygondatacommitteeSession) Initialize() (*types.Transaction, error)
- func (_Polygondatacommittee *PolygondatacommitteeSession) Members(arg0 *big.Int) (struct{ ... }, error)
- func (_Polygondatacommittee *PolygondatacommitteeSession) Owner() (common.Address, error)
- func (_Polygondatacommittee *PolygondatacommitteeSession) RenounceOwnership() (*types.Transaction, error)
- func (_Polygondatacommittee *PolygondatacommitteeSession) RequiredAmountOfSignatures() (*big.Int, error)
- func (_Polygondatacommittee *PolygondatacommitteeSession) SetupCommittee(_requiredAmountOfSignatures *big.Int, urls []string, addrsBytes []byte) (*types.Transaction, error)
- func (_Polygondatacommittee *PolygondatacommitteeSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
- func (_Polygondatacommittee *PolygondatacommitteeSession) VerifyMessage(signedHash [32]byte, signaturesAndAddrs []byte) error
- type PolygondatacommitteeTransactor
- func (_Polygondatacommittee *PolygondatacommitteeTransactor) Initialize(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Polygondatacommittee *PolygondatacommitteeTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
- func (_Polygondatacommittee *PolygondatacommitteeTransactor) SetupCommittee(opts *bind.TransactOpts, _requiredAmountOfSignatures *big.Int, urls []string, ...) (*types.Transaction, error)
- func (_Polygondatacommittee *PolygondatacommitteeTransactor) TransferOwnership(opts *bind.TransactOpts, newOwner common.Address) (*types.Transaction, error)
- type PolygondatacommitteeTransactorRaw
- type PolygondatacommitteeTransactorSession
- func (_Polygondatacommittee *PolygondatacommitteeTransactorSession) Initialize() (*types.Transaction, error)
- func (_Polygondatacommittee *PolygondatacommitteeTransactorSession) RenounceOwnership() (*types.Transaction, error)
- func (_Polygondatacommittee *PolygondatacommitteeTransactorSession) SetupCommittee(_requiredAmountOfSignatures *big.Int, urls []string, addrsBytes []byte) (*types.Transaction, error)
- func (_Polygondatacommittee *PolygondatacommitteeTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
Constants ¶
This section is empty.
Variables ¶
var PolygondatacommitteeABI = PolygondatacommitteeMetaData.ABI
PolygondatacommitteeABI is the input ABI used to generate the binding from. Deprecated: Use PolygondatacommitteeMetaData.ABI instead.
var PolygondatacommitteeBin = PolygondatacommitteeMetaData.Bin
PolygondatacommitteeBin is the compiled bytecode used for deploying new contracts. Deprecated: Use PolygondatacommitteeMetaData.Bin instead.
var PolygondatacommitteeMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"CommitteeAddressDoesNotExist\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"EmptyURLNotAllowed\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"TooManyRequiredSignatures\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"UnexpectedAddrsAndSignaturesSize\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"UnexpectedAddrsBytesLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"UnexpectedCommitteeHash\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"WrongAddrOrder\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"committeeHash\",\"type\":\"bytes32\"}],\"name\":\"CommitteeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"committeeHash\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getAmountOfMembers\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getProcotolName\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"members\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"url\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"addr\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"requiredAmountOfSignatures\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_requiredAmountOfSignatures\",\"type\":\"uint256\"},{\"internalType\":\"string[]\",\"name\":\"urls\",\"type\":\"string[]\"},{\"internalType\":\"bytes\",\"name\":\"addrsBytes\",\"type\":\"bytes\"}],\"name\":\"setupCommittee\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"signedHash\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"signaturesAndAddrs\",\"type\":\"bytes\"}],\"name\":\"verifyMessage\",\"outputs\":[],\"stateMutability\":\"view\",\"type\":\"function\"}]",
Bin: "0x6080604052348015600e575f5ffd5b5060156019565b60d4565b5f54610100900460ff161560835760405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b606482015260840160405180910390fd5b5f5460ff908116101560d2575f805460ff191660ff9081179091556040519081527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b565b611591806100e15f395ff3fe608060405234801561000f575f5ffd5b50600436106100c4575f3560e01c8063715018a61161007d578063dce1e2b611610058578063dce1e2b614610172578063e4f171201461017a578063f2fde38b146101b9575f5ffd5b8063715018a61461013a5780638129fc1c146101425780638da5cb5b1461014a575f5ffd5b80635daf08ca116100ad5780635daf08ca146100f0578063609d45441461011a5780636beedd3914610131575f5ffd5b8063078fba2a146100c85780633b51be4b146100dd575b5f5ffd5b6100db6100d6366004610f8d565b6101cc565b005b6100db6100eb366004611038565b6104c0565b6101036100fe366004611080565b6106ec565b6040516101119291906110e3565b60405180910390f35b61012360665481565b604051908152602001610111565b61012360655481565b6100db6107b7565b6100db6107ca565b60335460405173ffffffffffffffffffffffffffffffffffffffff9091168152602001610111565b606754610123565b604080518082018252601981527f44617461417661696c6162696c697479436f6d6d69747465650000000000000060208201529051610111919061111a565b6100db6101c7366004611133565b61095b565b6101d4610a0f565b828581101561020f576040517f2e7dcd6e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61021a601482611193565b8214610252576040517f2ab6a12900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61025d60675f610ea5565b5f805b82811015610464575f610274601483611193565b90505f8682876102856014836111aa565b92610292939291906111bd565b61029b916111e4565b60601c90508888848181106102b2576102b261124a565b90506020028101906102c49190611277565b90505f036102fe576040517fb54b70e400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1610610363576040517fd53cfbe000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b606760405180604001604052808b8b878181106103825761038261124a565b90506020028101906103949190611277565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92018290525093855250505073ffffffffffffffffffffffffffffffffffffffff8516602092830152835460018101855593815220815191926002020190819061040790826113a2565b5060209190910151600191820180547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff909216919091179055909350919091019050610260565b5083836040516104759291906114b9565b6040519081900381206066819055606589905581527f831403fd381b3e6ac875d912ec2eee0e0203d0d29f7b3e0c96fc8f582d6db6579060200160405180910390a150505050505050565b6065545f6104cf826041611193565b9050808310806104f3575060146104e682856114c8565b6104f09190611508565b15155b1561052a576040517f6b8eec4600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b606654610539848381886111bd565b6040516105479291906114b9565b604051809103902014610586576040517f6b156b2800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5f80601461059484876114c8565b61059e919061151b565b90505f5b848110156106e2575f6105b6604183611193565b90505f6106118a8a848b6105cb6041836111aa565b926105d8939291906111bd565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f92019190915250610a9092505050565b90505f855b8581101561069f575f61062a601483611193565b610634908a6111aa565b90505f8c828d6106456014836111aa565b92610652939291906111bd565b61065b916111e4565b60601c905073ffffffffffffffffffffffffffffffffffffffff85168103610695576106888360016111aa565b985060019350505061069f565b5050600101610616565b50806106d7576040517fe12afaf500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5050506001016105a2565b5050505050505050565b606781815481106106fb575f80fd5b905f5260205f2090600202015f91509050805f01805461071a90611305565b80601f016020809104026020016040519081016040528092919081815260200182805461074690611305565b80156107915780601f1061076857610100808354040283529160200191610791565b820191905f5260205f20905b81548152906001019060200180831161077457829003601f168201915b5050506001909301549192505073ffffffffffffffffffffffffffffffffffffffff1682565b6107bf610a0f565b6107c85f610ab4565b565b5f54610100900460ff16158080156107e857505f54600160ff909116105b806108015750303b15801561080157505f5460ff166001145b610892576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201527f647920696e697469616c697a656400000000000000000000000000000000000060648201526084015b60405180910390fd5b5f80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0016600117905580156108ee575f80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff166101001790555b6108f6610b2a565b8015610958575f80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024989060200160405180910390a15b50565b610963610a0f565b73ffffffffffffffffffffffffffffffffffffffff8116610a06576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610889565b61095881610ab4565b60335473ffffffffffffffffffffffffffffffffffffffff1633146107c8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610889565b5f5f5f610a9d8585610bc9565b91509150610aaa81610c0b565b5090505b92915050565b6033805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b5f54610100900460ff16610bc0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152608401610889565b6107c833610ab4565b5f5f8251604103610bfd576020830151604084015160608501515f1a610bf187828585610dbd565b94509450505050610c04565b505f905060025b9250929050565b5f816004811115610c1e57610c1e61152e565b03610c265750565b6001816004811115610c3a57610c3a61152e565b03610ca1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610889565b6002816004811115610cb557610cb561152e565b03610d1c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610889565b6003816004811115610d3057610d3061152e565b03610958576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c60448201527f75650000000000000000000000000000000000000000000000000000000000006064820152608401610889565b5f807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0831115610df257505f90506003610e9c565b604080515f8082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015610e43573d5f5f3e3d5ffd5b50506040517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0015191505073ffffffffffffffffffffffffffffffffffffffff8116610e96575f60019250925050610e9c565b91505f90505b94509492505050565b5080545f8255600202905f5260205f209081019061095891905b80821115610f05575f610ed28282610f09565b506001810180547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055600201610ebf565b5090565b508054610f1590611305565b5f825580601f10610f24575050565b601f0160209004905f5260205f209081019061095891905b80821115610f05575f8155600101610f3c565b5f5f83601f840112610f5f575f5ffd5b50813567ffffffffffffffff811115610f76575f5ffd5b602083019150836020828501011115610c04575f5ffd5b5f5f5f5f5f60608688031215610fa1575f5ffd5b85359450602086013567ffffffffffffffff811115610fbe575f5ffd5b8601601f81018813610fce575f5ffd5b803567ffffffffffffffff811115610fe4575f5ffd5b8860208260051b8401011115610ff8575f5ffd5b60209190910194509250604086013567ffffffffffffffff81111561101b575f5ffd5b61102788828901610f4f565b969995985093965092949392505050565b5f5f5f6040848603121561104a575f5ffd5b83359250602084013567ffffffffffffffff811115611067575f5ffd5b61107386828701610f4f565b9497909650939450505050565b5f60208284031215611090575f5ffd5b5035919050565b5f81518084528060208401602086015e5f6020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b604081525f6110f56040830185611097565b905073ffffffffffffffffffffffffffffffffffffffff831660208301529392505050565b602081525f61112c6020830184611097565b9392505050565b5f60208284031215611143575f5ffd5b813573ffffffffffffffffffffffffffffffffffffffff8116811461112c575f5ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b8082028115828204841417610aae57610aae611166565b80820180821115610aae57610aae611166565b5f5f858511156111cb575f5ffd5b838611156111d7575f5ffd5b5050820193919092039150565b80357fffffffffffffffffffffffffffffffffffffffff0000000000000000000000008116906014841015611243577fffffffffffffffffffffffffffffffffffffffff000000000000000000000000808560140360031b1b82161691505b5092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f5f83357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe18436030181126112aa575f5ffd5b83018035915067ffffffffffffffff8211156112c4575f5ffd5b602001915036819003821315610c04575f5ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b600181811c9082168061131957607f821691505b602082108103611350577f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b50919050565b601f82111561139d57805f5260205f20601f840160051c8101602085101561137b5750805b601f840160051c820191505b8181101561139a575f8155600101611387565b50505b505050565b815167ffffffffffffffff8111156113bc576113bc6112d8565b6113d0816113ca8454611305565b84611356565b6020601f821160018114611421575f83156113eb5750848201515b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600385901b1c1916600184901b17845561139a565b5f848152602081207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08516915b8281101561146e578785015182556020948501946001909201910161144e565b50848210156114aa57868401517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600387901b60f8161c191681555b50505050600190811b01905550565b818382375f9101908152919050565b81810381811115610aae57610aae611166565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f82611516576115166114db565b500690565b5f82611529576115296114db565b500490565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602160045260245ffdfea26469706673582212208cef3ddceda012df32e402588ffadd4d94150bc4f047985e45bf70334b58da0c64736f6c634300081c0033",
}
PolygondatacommitteeMetaData contains all meta data concerning the Polygondatacommittee contract.
Functions ¶
This section is empty.
Types ¶
type Polygondatacommittee ¶
type Polygondatacommittee struct { PolygondatacommitteeCaller // Read-only binding to the contract PolygondatacommitteeTransactor // Write-only binding to the contract PolygondatacommitteeFilterer // Log filterer for contract events }
Polygondatacommittee is an auto generated Go binding around an Ethereum contract.
func DeployPolygondatacommittee ¶
func DeployPolygondatacommittee(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Polygondatacommittee, error)
DeployPolygondatacommittee deploys a new Ethereum contract, binding an instance of Polygondatacommittee to it.
func NewPolygondatacommittee ¶
func NewPolygondatacommittee(address common.Address, backend bind.ContractBackend) (*Polygondatacommittee, error)
NewPolygondatacommittee creates a new instance of Polygondatacommittee, bound to a specific deployed contract.
type PolygondatacommitteeCaller ¶
type PolygondatacommitteeCaller struct {
// contains filtered or unexported fields
}
PolygondatacommitteeCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewPolygondatacommitteeCaller ¶
func NewPolygondatacommitteeCaller(address common.Address, caller bind.ContractCaller) (*PolygondatacommitteeCaller, error)
NewPolygondatacommitteeCaller creates a new read-only instance of Polygondatacommittee, bound to a specific deployed contract.
func (*PolygondatacommitteeCaller) CommitteeHash ¶
func (_Polygondatacommittee *PolygondatacommitteeCaller) CommitteeHash(opts *bind.CallOpts) ([32]byte, error)
CommitteeHash is a free data retrieval call binding the contract method 0x609d4544.
Solidity: function committeeHash() view returns(bytes32)
func (*PolygondatacommitteeCaller) GetAmountOfMembers ¶
func (_Polygondatacommittee *PolygondatacommitteeCaller) GetAmountOfMembers(opts *bind.CallOpts) (*big.Int, error)
GetAmountOfMembers is a free data retrieval call binding the contract method 0xdce1e2b6.
Solidity: function getAmountOfMembers() view returns(uint256)
func (*PolygondatacommitteeCaller) GetProcotolName ¶
func (_Polygondatacommittee *PolygondatacommitteeCaller) GetProcotolName(opts *bind.CallOpts) (string, error)
GetProcotolName is a free data retrieval call binding the contract method 0xe4f17120.
Solidity: function getProcotolName() pure returns(string)
func (*PolygondatacommitteeCaller) Members ¶
func (_Polygondatacommittee *PolygondatacommitteeCaller) Members(opts *bind.CallOpts, arg0 *big.Int) (struct { Url string Addr common.Address }, error)
Members is a free data retrieval call binding the contract method 0x5daf08ca.
Solidity: function members(uint256 ) view returns(string url, address addr)
func (*PolygondatacommitteeCaller) Owner ¶
func (_Polygondatacommittee *PolygondatacommitteeCaller) 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 (*PolygondatacommitteeCaller) RequiredAmountOfSignatures ¶
func (_Polygondatacommittee *PolygondatacommitteeCaller) RequiredAmountOfSignatures(opts *bind.CallOpts) (*big.Int, error)
RequiredAmountOfSignatures is a free data retrieval call binding the contract method 0x6beedd39.
Solidity: function requiredAmountOfSignatures() view returns(uint256)
func (*PolygondatacommitteeCaller) VerifyMessage ¶
func (_Polygondatacommittee *PolygondatacommitteeCaller) VerifyMessage(opts *bind.CallOpts, signedHash [32]byte, signaturesAndAddrs []byte) error
VerifyMessage is a free data retrieval call binding the contract method 0x3b51be4b.
Solidity: function verifyMessage(bytes32 signedHash, bytes signaturesAndAddrs) view returns()
type PolygondatacommitteeCallerRaw ¶
type PolygondatacommitteeCallerRaw struct {
Contract *PolygondatacommitteeCaller // Generic read-only contract binding to access the raw methods on
}
PolygondatacommitteeCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*PolygondatacommitteeCallerRaw) Call ¶
func (_Polygondatacommittee *PolygondatacommitteeCallerRaw) 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 PolygondatacommitteeCallerSession ¶
type PolygondatacommitteeCallerSession struct { Contract *PolygondatacommitteeCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
PolygondatacommitteeCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*PolygondatacommitteeCallerSession) CommitteeHash ¶
func (_Polygondatacommittee *PolygondatacommitteeCallerSession) CommitteeHash() ([32]byte, error)
CommitteeHash is a free data retrieval call binding the contract method 0x609d4544.
Solidity: function committeeHash() view returns(bytes32)
func (*PolygondatacommitteeCallerSession) GetAmountOfMembers ¶
func (_Polygondatacommittee *PolygondatacommitteeCallerSession) GetAmountOfMembers() (*big.Int, error)
GetAmountOfMembers is a free data retrieval call binding the contract method 0xdce1e2b6.
Solidity: function getAmountOfMembers() view returns(uint256)
func (*PolygondatacommitteeCallerSession) GetProcotolName ¶
func (_Polygondatacommittee *PolygondatacommitteeCallerSession) GetProcotolName() (string, error)
GetProcotolName is a free data retrieval call binding the contract method 0xe4f17120.
Solidity: function getProcotolName() pure returns(string)
func (*PolygondatacommitteeCallerSession) Members ¶
func (_Polygondatacommittee *PolygondatacommitteeCallerSession) Members(arg0 *big.Int) (struct { Url string Addr common.Address }, error)
Members is a free data retrieval call binding the contract method 0x5daf08ca.
Solidity: function members(uint256 ) view returns(string url, address addr)
func (*PolygondatacommitteeCallerSession) Owner ¶
func (_Polygondatacommittee *PolygondatacommitteeCallerSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*PolygondatacommitteeCallerSession) RequiredAmountOfSignatures ¶
func (_Polygondatacommittee *PolygondatacommitteeCallerSession) RequiredAmountOfSignatures() (*big.Int, error)
RequiredAmountOfSignatures is a free data retrieval call binding the contract method 0x6beedd39.
Solidity: function requiredAmountOfSignatures() view returns(uint256)
func (*PolygondatacommitteeCallerSession) VerifyMessage ¶
func (_Polygondatacommittee *PolygondatacommitteeCallerSession) VerifyMessage(signedHash [32]byte, signaturesAndAddrs []byte) error
VerifyMessage is a free data retrieval call binding the contract method 0x3b51be4b.
Solidity: function verifyMessage(bytes32 signedHash, bytes signaturesAndAddrs) view returns()
type PolygondatacommitteeCommitteeUpdated ¶
type PolygondatacommitteeCommitteeUpdated struct { CommitteeHash [32]byte Raw types.Log // Blockchain specific contextual infos }
PolygondatacommitteeCommitteeUpdated represents a CommitteeUpdated event raised by the Polygondatacommittee contract.
type PolygondatacommitteeCommitteeUpdatedIterator ¶
type PolygondatacommitteeCommitteeUpdatedIterator struct { Event *PolygondatacommitteeCommitteeUpdated // Event containing the contract specifics and raw log // contains filtered or unexported fields }
PolygondatacommitteeCommitteeUpdatedIterator is returned from FilterCommitteeUpdated and is used to iterate over the raw logs and unpacked data for CommitteeUpdated events raised by the Polygondatacommittee contract.
func (*PolygondatacommitteeCommitteeUpdatedIterator) Close ¶
func (it *PolygondatacommitteeCommitteeUpdatedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*PolygondatacommitteeCommitteeUpdatedIterator) Error ¶
func (it *PolygondatacommitteeCommitteeUpdatedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*PolygondatacommitteeCommitteeUpdatedIterator) Next ¶
func (it *PolygondatacommitteeCommitteeUpdatedIterator) 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 PolygondatacommitteeFilterer ¶
type PolygondatacommitteeFilterer struct {
// contains filtered or unexported fields
}
PolygondatacommitteeFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewPolygondatacommitteeFilterer ¶
func NewPolygondatacommitteeFilterer(address common.Address, filterer bind.ContractFilterer) (*PolygondatacommitteeFilterer, error)
NewPolygondatacommitteeFilterer creates a new log filterer instance of Polygondatacommittee, bound to a specific deployed contract.
func (*PolygondatacommitteeFilterer) FilterCommitteeUpdated ¶
func (_Polygondatacommittee *PolygondatacommitteeFilterer) FilterCommitteeUpdated(opts *bind.FilterOpts) (*PolygondatacommitteeCommitteeUpdatedIterator, error)
FilterCommitteeUpdated is a free log retrieval operation binding the contract event 0x831403fd381b3e6ac875d912ec2eee0e0203d0d29f7b3e0c96fc8f582d6db657.
Solidity: event CommitteeUpdated(bytes32 committeeHash)
func (*PolygondatacommitteeFilterer) FilterInitialized ¶
func (_Polygondatacommittee *PolygondatacommitteeFilterer) FilterInitialized(opts *bind.FilterOpts) (*PolygondatacommitteeInitializedIterator, error)
FilterInitialized is a free log retrieval operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
Solidity: event Initialized(uint8 version)
func (*PolygondatacommitteeFilterer) FilterOwnershipTransferred ¶
func (_Polygondatacommittee *PolygondatacommitteeFilterer) FilterOwnershipTransferred(opts *bind.FilterOpts, previousOwner []common.Address, newOwner []common.Address) (*PolygondatacommitteeOwnershipTransferredIterator, error)
FilterOwnershipTransferred is a free log retrieval operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*PolygondatacommitteeFilterer) ParseCommitteeUpdated ¶
func (_Polygondatacommittee *PolygondatacommitteeFilterer) ParseCommitteeUpdated(log types.Log) (*PolygondatacommitteeCommitteeUpdated, error)
ParseCommitteeUpdated is a log parse operation binding the contract event 0x831403fd381b3e6ac875d912ec2eee0e0203d0d29f7b3e0c96fc8f582d6db657.
Solidity: event CommitteeUpdated(bytes32 committeeHash)
func (*PolygondatacommitteeFilterer) ParseInitialized ¶
func (_Polygondatacommittee *PolygondatacommitteeFilterer) ParseInitialized(log types.Log) (*PolygondatacommitteeInitialized, error)
ParseInitialized is a log parse operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
Solidity: event Initialized(uint8 version)
func (*PolygondatacommitteeFilterer) ParseOwnershipTransferred ¶
func (_Polygondatacommittee *PolygondatacommitteeFilterer) ParseOwnershipTransferred(log types.Log) (*PolygondatacommitteeOwnershipTransferred, error)
ParseOwnershipTransferred is a log parse operation binding the contract event 0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0.
Solidity: event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
func (*PolygondatacommitteeFilterer) WatchCommitteeUpdated ¶
func (_Polygondatacommittee *PolygondatacommitteeFilterer) WatchCommitteeUpdated(opts *bind.WatchOpts, sink chan<- *PolygondatacommitteeCommitteeUpdated) (event.Subscription, error)
WatchCommitteeUpdated is a free log subscription operation binding the contract event 0x831403fd381b3e6ac875d912ec2eee0e0203d0d29f7b3e0c96fc8f582d6db657.
Solidity: event CommitteeUpdated(bytes32 committeeHash)
func (*PolygondatacommitteeFilterer) WatchInitialized ¶
func (_Polygondatacommittee *PolygondatacommitteeFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *PolygondatacommitteeInitialized) (event.Subscription, error)
WatchInitialized is a free log subscription operation binding the contract event 0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498.
Solidity: event Initialized(uint8 version)
func (*PolygondatacommitteeFilterer) WatchOwnershipTransferred ¶
func (_Polygondatacommittee *PolygondatacommitteeFilterer) WatchOwnershipTransferred(opts *bind.WatchOpts, sink chan<- *PolygondatacommitteeOwnershipTransferred, 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)
type PolygondatacommitteeInitialized ¶
type PolygondatacommitteeInitialized struct { Version uint8 Raw types.Log // Blockchain specific contextual infos }
PolygondatacommitteeInitialized represents a Initialized event raised by the Polygondatacommittee contract.
type PolygondatacommitteeInitializedIterator ¶
type PolygondatacommitteeInitializedIterator struct { Event *PolygondatacommitteeInitialized // Event containing the contract specifics and raw log // contains filtered or unexported fields }
PolygondatacommitteeInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the Polygondatacommittee contract.
func (*PolygondatacommitteeInitializedIterator) Close ¶
func (it *PolygondatacommitteeInitializedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*PolygondatacommitteeInitializedIterator) Error ¶
func (it *PolygondatacommitteeInitializedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*PolygondatacommitteeInitializedIterator) Next ¶
func (it *PolygondatacommitteeInitializedIterator) 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 PolygondatacommitteeOwnershipTransferred ¶
type PolygondatacommitteeOwnershipTransferred struct { PreviousOwner common.Address NewOwner common.Address Raw types.Log // Blockchain specific contextual infos }
PolygondatacommitteeOwnershipTransferred represents a OwnershipTransferred event raised by the Polygondatacommittee contract.
type PolygondatacommitteeOwnershipTransferredIterator ¶
type PolygondatacommitteeOwnershipTransferredIterator struct { Event *PolygondatacommitteeOwnershipTransferred // Event containing the contract specifics and raw log // contains filtered or unexported fields }
PolygondatacommitteeOwnershipTransferredIterator is returned from FilterOwnershipTransferred and is used to iterate over the raw logs and unpacked data for OwnershipTransferred events raised by the Polygondatacommittee contract.
func (*PolygondatacommitteeOwnershipTransferredIterator) Close ¶
func (it *PolygondatacommitteeOwnershipTransferredIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*PolygondatacommitteeOwnershipTransferredIterator) Error ¶
func (it *PolygondatacommitteeOwnershipTransferredIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*PolygondatacommitteeOwnershipTransferredIterator) Next ¶
func (it *PolygondatacommitteeOwnershipTransferredIterator) 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 PolygondatacommitteeRaw ¶
type PolygondatacommitteeRaw struct {
Contract *Polygondatacommittee // Generic contract binding to access the raw methods on
}
PolygondatacommitteeRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*PolygondatacommitteeRaw) Call ¶
func (_Polygondatacommittee *PolygondatacommitteeRaw) 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 (*PolygondatacommitteeRaw) Transact ¶
func (_Polygondatacommittee *PolygondatacommitteeRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*PolygondatacommitteeRaw) Transfer ¶
func (_Polygondatacommittee *PolygondatacommitteeRaw) 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 PolygondatacommitteeSession ¶
type PolygondatacommitteeSession struct { Contract *Polygondatacommittee // 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 }
PolygondatacommitteeSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*PolygondatacommitteeSession) CommitteeHash ¶
func (_Polygondatacommittee *PolygondatacommitteeSession) CommitteeHash() ([32]byte, error)
CommitteeHash is a free data retrieval call binding the contract method 0x609d4544.
Solidity: function committeeHash() view returns(bytes32)
func (*PolygondatacommitteeSession) GetAmountOfMembers ¶
func (_Polygondatacommittee *PolygondatacommitteeSession) GetAmountOfMembers() (*big.Int, error)
GetAmountOfMembers is a free data retrieval call binding the contract method 0xdce1e2b6.
Solidity: function getAmountOfMembers() view returns(uint256)
func (*PolygondatacommitteeSession) GetProcotolName ¶
func (_Polygondatacommittee *PolygondatacommitteeSession) GetProcotolName() (string, error)
GetProcotolName is a free data retrieval call binding the contract method 0xe4f17120.
Solidity: function getProcotolName() pure returns(string)
func (*PolygondatacommitteeSession) Initialize ¶
func (_Polygondatacommittee *PolygondatacommitteeSession) Initialize() (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0x8129fc1c.
Solidity: function initialize() returns()
func (*PolygondatacommitteeSession) Members ¶
func (_Polygondatacommittee *PolygondatacommitteeSession) Members(arg0 *big.Int) (struct { Url string Addr common.Address }, error)
Members is a free data retrieval call binding the contract method 0x5daf08ca.
Solidity: function members(uint256 ) view returns(string url, address addr)
func (*PolygondatacommitteeSession) Owner ¶
func (_Polygondatacommittee *PolygondatacommitteeSession) Owner() (common.Address, error)
Owner is a free data retrieval call binding the contract method 0x8da5cb5b.
Solidity: function owner() view returns(address)
func (*PolygondatacommitteeSession) RenounceOwnership ¶
func (_Polygondatacommittee *PolygondatacommitteeSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*PolygondatacommitteeSession) RequiredAmountOfSignatures ¶
func (_Polygondatacommittee *PolygondatacommitteeSession) RequiredAmountOfSignatures() (*big.Int, error)
RequiredAmountOfSignatures is a free data retrieval call binding the contract method 0x6beedd39.
Solidity: function requiredAmountOfSignatures() view returns(uint256)
func (*PolygondatacommitteeSession) SetupCommittee ¶
func (_Polygondatacommittee *PolygondatacommitteeSession) SetupCommittee(_requiredAmountOfSignatures *big.Int, urls []string, addrsBytes []byte) (*types.Transaction, error)
SetupCommittee is a paid mutator transaction binding the contract method 0x078fba2a.
Solidity: function setupCommittee(uint256 _requiredAmountOfSignatures, string[] urls, bytes addrsBytes) returns()
func (*PolygondatacommitteeSession) TransferOwnership ¶
func (_Polygondatacommittee *PolygondatacommitteeSession) 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 (*PolygondatacommitteeSession) VerifyMessage ¶
func (_Polygondatacommittee *PolygondatacommitteeSession) VerifyMessage(signedHash [32]byte, signaturesAndAddrs []byte) error
VerifyMessage is a free data retrieval call binding the contract method 0x3b51be4b.
Solidity: function verifyMessage(bytes32 signedHash, bytes signaturesAndAddrs) view returns()
type PolygondatacommitteeTransactor ¶
type PolygondatacommitteeTransactor struct {
// contains filtered or unexported fields
}
PolygondatacommitteeTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewPolygondatacommitteeTransactor ¶
func NewPolygondatacommitteeTransactor(address common.Address, transactor bind.ContractTransactor) (*PolygondatacommitteeTransactor, error)
NewPolygondatacommitteeTransactor creates a new write-only instance of Polygondatacommittee, bound to a specific deployed contract.
func (*PolygondatacommitteeTransactor) Initialize ¶
func (_Polygondatacommittee *PolygondatacommitteeTransactor) Initialize(opts *bind.TransactOpts) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0x8129fc1c.
Solidity: function initialize() returns()
func (*PolygondatacommitteeTransactor) RenounceOwnership ¶
func (_Polygondatacommittee *PolygondatacommitteeTransactor) RenounceOwnership(opts *bind.TransactOpts) (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*PolygondatacommitteeTransactor) SetupCommittee ¶
func (_Polygondatacommittee *PolygondatacommitteeTransactor) SetupCommittee(opts *bind.TransactOpts, _requiredAmountOfSignatures *big.Int, urls []string, addrsBytes []byte) (*types.Transaction, error)
SetupCommittee is a paid mutator transaction binding the contract method 0x078fba2a.
Solidity: function setupCommittee(uint256 _requiredAmountOfSignatures, string[] urls, bytes addrsBytes) returns()
func (*PolygondatacommitteeTransactor) TransferOwnership ¶
func (_Polygondatacommittee *PolygondatacommitteeTransactor) 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 PolygondatacommitteeTransactorRaw ¶
type PolygondatacommitteeTransactorRaw struct {
Contract *PolygondatacommitteeTransactor // Generic write-only contract binding to access the raw methods on
}
PolygondatacommitteeTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*PolygondatacommitteeTransactorRaw) Transact ¶
func (_Polygondatacommittee *PolygondatacommitteeTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*PolygondatacommitteeTransactorRaw) Transfer ¶
func (_Polygondatacommittee *PolygondatacommitteeTransactorRaw) 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 PolygondatacommitteeTransactorSession ¶
type PolygondatacommitteeTransactorSession struct { Contract *PolygondatacommitteeTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
PolygondatacommitteeTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*PolygondatacommitteeTransactorSession) Initialize ¶
func (_Polygondatacommittee *PolygondatacommitteeTransactorSession) Initialize() (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0x8129fc1c.
Solidity: function initialize() returns()
func (*PolygondatacommitteeTransactorSession) RenounceOwnership ¶
func (_Polygondatacommittee *PolygondatacommitteeTransactorSession) RenounceOwnership() (*types.Transaction, error)
RenounceOwnership is a paid mutator transaction binding the contract method 0x715018a6.
Solidity: function renounceOwnership() returns()
func (*PolygondatacommitteeTransactorSession) SetupCommittee ¶
func (_Polygondatacommittee *PolygondatacommitteeTransactorSession) SetupCommittee(_requiredAmountOfSignatures *big.Int, urls []string, addrsBytes []byte) (*types.Transaction, error)
SetupCommittee is a paid mutator transaction binding the contract method 0x078fba2a.
Solidity: function setupCommittee(uint256 _requiredAmountOfSignatures, string[] urls, bytes addrsBytes) returns()
func (*PolygondatacommitteeTransactorSession) TransferOwnership ¶
func (_Polygondatacommittee *PolygondatacommitteeTransactorSession) TransferOwnership(newOwner common.Address) (*types.Transaction, error)
TransferOwnership is a paid mutator transaction binding the contract method 0xf2fde38b.
Solidity: function transferOwnership(address newOwner) returns()