agglayergatewayprevious

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2025 License: AGPL-3.0, AGPL-3.0-or-later Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AgglayergatewaypreviousABI = AgglayergatewaypreviousMetaData.ABI

AgglayergatewaypreviousABI is the input ABI used to generate the binding from. Deprecated: Use AgglayergatewaypreviousMetaData.ABI instead.

View Source
var AgglayergatewaypreviousBin = AgglayergatewaypreviousMetaData.Bin

AgglayergatewaypreviousBin is the compiled bytecode used for deploying new contracts. Deprecated: Use AgglayergatewaypreviousMetaData.Bin instead.

View Source
var AgglayergatewaypreviousMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"AccessControlBadConfirmation\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"neededRole\",\"type\":\"bytes32\"}],\"name\":\"AccessControlUnauthorizedAccount\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"AggchainVKeyAlreadyExists\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"AggchainVKeyNotFound\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidInitialization\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidProofBytesLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidZeroAddress\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotInitializing\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OnlyAggLayerAdmin\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OnlyPendingAggLayerAdmin\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"PPSelectorCannotBeZero\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"},{\"internalType\":\"address\",\"name\":\"verifier\",\"type\":\"address\"}],\"name\":\"RouteAlreadyExists\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"RouteIsAlreadyFrozen\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"RouteIsFrozen\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"RouteNotFound\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"VKeyCannotBeZero\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"newVKey\",\"type\":\"bytes32\"}],\"name\":\"AddDefaultAggchainVKey\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"version\",\"type\":\"uint64\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"previousAdminRole\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"newAdminRole\",\"type\":\"bytes32\"}],\"name\":\"RoleAdminChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"RoleGranted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"RoleRevoked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"verifier\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"pessimisticVKey\",\"type\":\"bytes32\"}],\"name\":\"RouteAdded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"verifier\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"pessimisticVKey\",\"type\":\"bytes32\"}],\"name\":\"RouteFrozen\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"UnsetDefaultAggchainVKey\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"previousVKey\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"newVKey\",\"type\":\"bytes32\"}],\"name\":\"UpdateDefaultAggchainVKey\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"AGGLAYER_GATEWAY_VERSION\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"DEFAULT_ADMIN_ROLE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"defaultAggchainSelector\",\"type\":\"bytes4\"},{\"internalType\":\"bytes32\",\"name\":\"newAggchainVKey\",\"type\":\"bytes32\"}],\"name\":\"addDefaultAggchainVKey\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"pessimisticVKeySelector\",\"type\":\"bytes4\"},{\"internalType\":\"address\",\"name\":\"verifier\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"pessimisticVKey\",\"type\":\"bytes32\"}],\"name\":\"addPessimisticVKeyRoute\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"defaultAggchainSelector\",\"type\":\"bytes4\"}],\"name\":\"defaultAggchainVKeys\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"defaultAggchainVKey\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"pessimisticVKeySelector\",\"type\":\"bytes4\"}],\"name\":\"freezePessimisticVKeyRoute\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"defaultAggchainSelector\",\"type\":\"bytes4\"}],\"name\":\"getDefaultAggchainVKey\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"}],\"name\":\"getRoleAdmin\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"grantRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasRole\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"defaultAdmin\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"aggchainDefaultVKeyRole\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"addRouteRole\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"freezeRouteRole\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"pessimisticVKeySelector\",\"type\":\"bytes4\"},{\"internalType\":\"address\",\"name\":\"verifier\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"pessimisticVKey\",\"type\":\"bytes32\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"pessimisticVKeySelector\",\"type\":\"bytes4\"}],\"name\":\"pessimisticVKeyRoutes\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"verifier\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"pessimisticVKey\",\"type\":\"bytes32\"},{\"internalType\":\"bool\",\"name\":\"frozen\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"callerConfirmation\",\"type\":\"address\"}],\"name\":\"renounceRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"revokeRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"defaultAggchainSelector\",\"type\":\"bytes4\"}],\"name\":\"unsetDefaultAggchainVKey\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"defaultAggchainSelector\",\"type\":\"bytes4\"},{\"internalType\":\"bytes32\",\"name\":\"newDefaultAggchainVKey\",\"type\":\"bytes32\"}],\"name\":\"updateDefaultAggchainVKey\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"publicValues\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"proofBytes\",\"type\":\"bytes\"}],\"name\":\"verifyPessimisticProof\",\"outputs\":[],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"pure\",\"type\":\"function\"}]",
	Bin: "0x6080604052348015600e575f5ffd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b611967806100d65f395ff3fe608060405234801561000f575f5ffd5b5060043610610149575f3560e01c8063818c8c21116100c7578063a217fddf1161007d578063c49196ec11610063578063c49196ec146103ba578063d547741f146103f6578063f4c4468114610409575f5ffd5b8063a217fddf146103a0578063a48fd377146103a7575f5ffd5b806391d14854116100ad57806391d14854146103165780639584a5161461037a57806395d2a3911461038d575f5ffd5b8063818c8c21146102e457806382bfaea1146102f7575f5ffd5b806347c63d361161011c5780636cabfdab116101025780636cabfdab14610241578063716be075146102545780637b552bea146102d1575f5ffd5b806347c63d36146101ec57806354fd4d50146101ff575f5ffd5b806301ffc9a71461014d578063248a9ca3146101755780632f2ff15d146101c457806336568abe146101d9575b5f5ffd5b61016061015b3660046115bf565b61041c565b60405190151581526020015b60405180910390f35b6101b66101833660046115df565b5f9081527f02dd7bc7dec4dceedda775e58dd541e08a116c6c53815c0bd028192f7b626800602052604090206001015490565b60405190815260200161016c565b6101d76101d2366004611619565b6104b4565b005b6101d76101e7366004611619565b6104fd565b6101d76101fa3660046115bf565b61055b565b60408051808201909152600681527f76312e302e30000000000000000000000000000000000000000000000000000060208201525b60405161016c9190611643565b6101b661024f3660046115bf565b610655565b61029d6102623660046115bf565b600160208190525f918252604090912080549181015460029091015473ffffffffffffffffffffffffffffffffffffffff9092169160ff1683565b6040805173ffffffffffffffffffffffffffffffffffffffff9094168452602084019290925215159082015260600161016c565b6101d76102df366004611696565b6106f0565b6101d76102f2366004611713565b6109ae565b6101b66103053660046115bf565b5f6020819052908152604090205481565b610160610324366004611619565b5f9182527f02dd7bc7dec4dceedda775e58dd541e08a116c6c53815c0bd028192f7b6268006020908152604080842073ffffffffffffffffffffffffffffffffffffffff93909316845291905290205460ff1690565b6101d761038836600461173b565b610ae7565b6101d761039b3660046115bf565b610b1c565b6101b65f81565b6101d76103b53660046117ba565b610cf9565b6102346040518060400160405280600681526020017f76312e302e30000000000000000000000000000000000000000000000000000081525081565b6101d7610404366004611619565b610f04565b6101d7610417366004611713565b610f47565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167f7965db0b0000000000000000000000000000000000000000000000000000000014806104ae57507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b5f8281527f02dd7bc7dec4dceedda775e58dd541e08a116c6c53815c0bd028192f7b62680060205260409020600101546104ed8161108d565b6104f7838361109a565b50505050565b73ffffffffffffffffffffffffffffffffffffffff8116331461054c576040517f6697b23200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61055682826111bf565b505050565b7f131410eab1236cee2db19035b0e825c94e5ab705dffe23321dd53856da5316176105858161108d565b7fffffffff0000000000000000000000000000000000000000000000000000000082165f908152602081905260409020546105ec576040517f925e5a3a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b7fffffffff0000000000000000000000000000000000000000000000000000000082165f818152602081815260408083209290925590519182527f43b46d79ee2fbaa8a981b5fd78aaf6fb9e38b18d02e1af17564ce37c67078cab910160405180910390a15050565b7fffffffff0000000000000000000000000000000000000000000000000000000081165f908152602081905260408120546106bc576040517f925e5a3a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b507fffffffff00000000000000000000000000000000000000000000000000000000165f9081526020819052604090205490565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff165f8115801561073a5750825b90505f8267ffffffffffffffff1660011480156107565750303b155b905081158015610764575080155b1561079b576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b84547fffffffffffffffffffffffffffffffffffffffffffffffff000000000000000016600117855583156107fc5784547fffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffff16680100000000000000001785555b73ffffffffffffffffffffffffffffffffffffffff8c161580610833575073ffffffffffffffffffffffffffffffffffffffff8b16155b80610852575073ffffffffffffffffffffffffffffffffffffffff8a16155b80610871575073ffffffffffffffffffffffffffffffffffffffff8916155b156108a8576040517ff6b2911f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6108b25f8d61109a565b506108dd7f131410eab1236cee2db19035b0e825c94e5ab705dffe23321dd53856da5316178c61109a565b506109087f0fdc2a718b96bc741c7544001e3dd7c26730802c54781668fa78a120e622629b8b61109a565b506109337fca75ae4228cde6195f9fa3dbde8dc352fb30aa63780717a378ccfc50274355dd8a61109a565b5061093f88888861129b565b83156109a05784547fffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffff168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050505050505050565b7f131410eab1236cee2db19035b0e825c94e5ab705dffe23321dd53856da5316176109d88161108d565b7fffffffff0000000000000000000000000000000000000000000000000000000083165f9081526020819052604090205415610a40576040517f22a1bdc400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b81610a77576040517f6745305e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b7fffffffff0000000000000000000000000000000000000000000000000000000083165f8181526020818152604091829020859055815192835282018490527f64b3528974574a41ddc830adc96440dccb99e64ede6b863194b951bfbd17e1bc91015b60405180910390a1505050565b7f0fdc2a718b96bc741c7544001e3dd7c26730802c54781668fa78a120e622629b610b118161108d565b6104f784848461129b565b7fca75ae4228cde6195f9fa3dbde8dc352fb30aa63780717a378ccfc50274355dd610b468161108d565b7fffffffff0000000000000000000000000000000000000000000000000000000082165f908152600160205260409020805473ffffffffffffffffffffffffffffffffffffffff16610bed576040517ff208777e0000000000000000000000000000000000000000000000000000000081527fffffffff00000000000000000000000000000000000000000000000000000000841660048201526024015b60405180910390fd5b600281015460ff1615610c50576040517fc7b4a1f20000000000000000000000000000000000000000000000000000000081527fffffffff0000000000000000000000000000000000000000000000000000000084166004820152602401610be4565b6002810180547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00166001908117909155815490820154604080517fffffffff000000000000000000000000000000000000000000000000000000008716815273ffffffffffffffffffffffffffffffffffffffff90931660208401528201527f6efcfd4090b998a9d58c7f753bdda3291e9d781c02226b9f480b18ef07e0012b90606001610ada565b6004811015610d34576040517fae80851c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5f610d426004828486611826565b610d4b9161184d565b7fffffffff0000000000000000000000000000000000000000000000000000000081165f908152600160208181526040928390208351606081018552815473ffffffffffffffffffffffffffffffffffffffff1680825293820154928101929092526002015460ff1615159281019290925291925090610e1b576040517ff208777e0000000000000000000000000000000000000000000000000000000081527fffffffff0000000000000000000000000000000000000000000000000000000083166004820152602401610be4565b806040015115610e7b576040517febf108230000000000000000000000000000000000000000000000000000000081527fffffffff0000000000000000000000000000000000000000000000000000000083166004820152602401610be4565b8051602082015173ffffffffffffffffffffffffffffffffffffffff909116906341493c60908888610eb0886004818c611826565b6040518663ffffffff1660e01b8152600401610ed09594939291906118f9565b5f6040518083038186803b158015610ee6575f5ffd5b505afa158015610ef8573d5f5f3e3d5ffd5b50505050505050505050565b5f8281527f02dd7bc7dec4dceedda775e58dd541e08a116c6c53815c0bd028192f7b6268006020526040902060010154610f3d8161108d565b6104f783836111bf565b7f131410eab1236cee2db19035b0e825c94e5ab705dffe23321dd53856da531617610f718161108d565b7fffffffff0000000000000000000000000000000000000000000000000000000083165f90815260208190526040902054610fd8576040517f925e5a3a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8161100f576040517f6745305e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b7fffffffff0000000000000000000000000000000000000000000000000000000083165f81815260208181526040918290208054908690558251938452908301819052908201849052907f477ac863279848383fdb5d6bb8957cc8f6f10c0200379e075df3f789d14248e6906060015b60405180910390a150505050565b61109781336114e1565b50565b5f8281527f02dd7bc7dec4dceedda775e58dd541e08a116c6c53815c0bd028192f7b6268006020818152604080842073ffffffffffffffffffffffffffffffffffffffff8616855290915282205460ff166111af575f8481526020828152604080832073ffffffffffffffffffffffffffffffffffffffff87168452909152902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0016600117905561114b3390565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16857f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a460019150506104ae565b5f9150506104ae565b5092915050565b5f8281527f02dd7bc7dec4dceedda775e58dd541e08a116c6c53815c0bd028192f7b6268006020818152604080842073ffffffffffffffffffffffffffffffffffffffff8616855290915282205460ff16156111af575f8481526020828152604080832073ffffffffffffffffffffffffffffffffffffffff8716808552925280832080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0016905551339287917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a460019150506104ae565b73ffffffffffffffffffffffffffffffffffffffff82166112e8576040517ff6b2911f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b7fffffffff000000000000000000000000000000000000000000000000000000008316611341576040517f7500f20900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80611378576040517f6745305e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b7fffffffff0000000000000000000000000000000000000000000000000000000083165f908152600160205260409020805473ffffffffffffffffffffffffffffffffffffffff161561143a5780546040517f4bc7c2780000000000000000000000000000000000000000000000000000000081527fffffffff000000000000000000000000000000000000000000000000000000008616600482015273ffffffffffffffffffffffffffffffffffffffff9091166024820152604401610be4565b80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff8416908117825560018201839055604080517fffffffff0000000000000000000000000000000000000000000000000000000087168152602081019290925281018390527f4c4455a30528c319643ae6fc35f3a0fcabde6c015f2a1a5270382c4a190b0fa39060600161107f565b5f8281527f02dd7bc7dec4dceedda775e58dd541e08a116c6c53815c0bd028192f7b6268006020908152604080832073ffffffffffffffffffffffffffffffffffffffff8516845290915290205460ff16611587576040517fe2517d3f00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8216600482015260248101839052604401610be4565b5050565b80357fffffffff00000000000000000000000000000000000000000000000000000000811681146115ba575f5ffd5b919050565b5f602082840312156115cf575f5ffd5b6115d88261158b565b9392505050565b5f602082840312156115ef575f5ffd5b5035919050565b803573ffffffffffffffffffffffffffffffffffffffff811681146115ba575f5ffd5b5f5f6040838503121561162a575f5ffd5b8235915061163a602084016115f6565b90509250929050565b602081525f82518060208401528060208501604085015e5f6040828501015260407fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011684010191505092915050565b5f5f5f5f5f5f5f60e0888a0312156116ac575f5ffd5b6116b5886115f6565b96506116c3602089016115f6565b95506116d1604089016115f6565b94506116df606089016115f6565b93506116ed6080890161158b565b92506116fb60a089016115f6565b96999598509396929591949193505060c09091013590565b5f5f60408385031215611724575f5ffd5b61172d8361158b565b946020939093013593505050565b5f5f5f6060848603121561174d575f5ffd5b6117568461158b565b9250611764602085016115f6565b929592945050506040919091013590565b5f5f83601f840112611785575f5ffd5b50813567ffffffffffffffff81111561179c575f5ffd5b6020830191508360208285010111156117b3575f5ffd5b9250929050565b5f5f5f5f604085870312156117cd575f5ffd5b843567ffffffffffffffff8111156117e3575f5ffd5b6117ef87828801611775565b909550935050602085013567ffffffffffffffff81111561180e575f5ffd5b61181a87828801611775565b95989497509550505050565b5f5f85851115611834575f5ffd5b83861115611840575f5ffd5b5050820193919092039150565b80357fffffffff0000000000000000000000000000000000000000000000000000000081169060048410156111b8577fffffffff00000000000000000000000000000000000000000000000000000000808560040360031b1b82161691505092915050565b81835281816020850137505f602082840101525f60207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116840101905092915050565b858152606060208201525f6119126060830186886118b2565b82810360408401526119258185876118b2565b9897505050505050505056fea26469706673582212201a7c0d1ede90080a67f1901f71ee86005b695a295087b85e95efb386d536758964736f6c634300081c0033",
}

AgglayergatewaypreviousMetaData contains all meta data concerning the Agglayergatewayprevious contract.

Functions

This section is empty.

Types

type Agglayergatewayprevious

type Agglayergatewayprevious struct {
	AgglayergatewaypreviousCaller     // Read-only binding to the contract
	AgglayergatewaypreviousTransactor // Write-only binding to the contract
	AgglayergatewaypreviousFilterer   // Log filterer for contract events
}

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

func DeployAgglayergatewayprevious

func DeployAgglayergatewayprevious(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *Agglayergatewayprevious, error)

DeployAgglayergatewayprevious deploys a new Ethereum contract, binding an instance of Agglayergatewayprevious to it.

func NewAgglayergatewayprevious

func NewAgglayergatewayprevious(address common.Address, backend bind.ContractBackend) (*Agglayergatewayprevious, error)

NewAgglayergatewayprevious creates a new instance of Agglayergatewayprevious, bound to a specific deployed contract.

type AgglayergatewaypreviousAddDefaultAggchainVKey

type AgglayergatewaypreviousAddDefaultAggchainVKey struct {
	Selector [4]byte
	NewVKey  [32]byte
	Raw      types.Log // Blockchain specific contextual infos
}

AgglayergatewaypreviousAddDefaultAggchainVKey represents a AddDefaultAggchainVKey event raised by the Agglayergatewayprevious contract.

type AgglayergatewaypreviousAddDefaultAggchainVKeyIterator

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

AgglayergatewaypreviousAddDefaultAggchainVKeyIterator is returned from FilterAddDefaultAggchainVKey and is used to iterate over the raw logs and unpacked data for AddDefaultAggchainVKey events raised by the Agglayergatewayprevious contract.

func (*AgglayergatewaypreviousAddDefaultAggchainVKeyIterator) Close

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

func (*AgglayergatewaypreviousAddDefaultAggchainVKeyIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

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

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

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

func NewAgglayergatewaypreviousCaller

func NewAgglayergatewaypreviousCaller(address common.Address, caller bind.ContractCaller) (*AgglayergatewaypreviousCaller, error)

NewAgglayergatewaypreviousCaller creates a new read-only instance of Agglayergatewayprevious, bound to a specific deployed contract.

func (*AgglayergatewaypreviousCaller) AGGLAYERGATEWAYVERSION

func (_Agglayergatewayprevious *AgglayergatewaypreviousCaller) AGGLAYERGATEWAYVERSION(opts *bind.CallOpts) (string, error)

AGGLAYERGATEWAYVERSION is a free data retrieval call binding the contract method 0xc49196ec.

Solidity: function AGGLAYER_GATEWAY_VERSION() view returns(string)

func (*AgglayergatewaypreviousCaller) DEFAULTADMINROLE

func (_Agglayergatewayprevious *AgglayergatewaypreviousCaller) DEFAULTADMINROLE(opts *bind.CallOpts) ([32]byte, error)

DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.

Solidity: function DEFAULT_ADMIN_ROLE() view returns(bytes32)

func (*AgglayergatewaypreviousCaller) DefaultAggchainVKeys

func (_Agglayergatewayprevious *AgglayergatewaypreviousCaller) DefaultAggchainVKeys(opts *bind.CallOpts, defaultAggchainSelector [4]byte) ([32]byte, error)

DefaultAggchainVKeys is a free data retrieval call binding the contract method 0x82bfaea1.

Solidity: function defaultAggchainVKeys(bytes4 defaultAggchainSelector) view returns(bytes32 defaultAggchainVKey)

func (*AgglayergatewaypreviousCaller) GetDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousCaller) GetDefaultAggchainVKey(opts *bind.CallOpts, defaultAggchainSelector [4]byte) ([32]byte, error)

GetDefaultAggchainVKey is a free data retrieval call binding the contract method 0x6cabfdab.

Solidity: function getDefaultAggchainVKey(bytes4 defaultAggchainSelector) view returns(bytes32)

func (*AgglayergatewaypreviousCaller) GetRoleAdmin

func (_Agglayergatewayprevious *AgglayergatewaypreviousCaller) GetRoleAdmin(opts *bind.CallOpts, role [32]byte) ([32]byte, error)

GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.

Solidity: function getRoleAdmin(bytes32 role) view returns(bytes32)

func (*AgglayergatewaypreviousCaller) HasRole

func (_Agglayergatewayprevious *AgglayergatewaypreviousCaller) HasRole(opts *bind.CallOpts, role [32]byte, account common.Address) (bool, error)

HasRole is a free data retrieval call binding the contract method 0x91d14854.

Solidity: function hasRole(bytes32 role, address account) view returns(bool)

func (*AgglayergatewaypreviousCaller) PessimisticVKeyRoutes

func (_Agglayergatewayprevious *AgglayergatewaypreviousCaller) PessimisticVKeyRoutes(opts *bind.CallOpts, pessimisticVKeySelector [4]byte) (struct {
	Verifier        common.Address
	PessimisticVKey [32]byte
	Frozen          bool
}, error)

PessimisticVKeyRoutes is a free data retrieval call binding the contract method 0x716be075.

Solidity: function pessimisticVKeyRoutes(bytes4 pessimisticVKeySelector) view returns(address verifier, bytes32 pessimisticVKey, bool frozen)

func (*AgglayergatewaypreviousCaller) SupportsInterface

func (_Agglayergatewayprevious *AgglayergatewaypreviousCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)

SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.

Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)

func (*AgglayergatewaypreviousCaller) VerifyPessimisticProof

func (_Agglayergatewayprevious *AgglayergatewaypreviousCaller) VerifyPessimisticProof(opts *bind.CallOpts, publicValues []byte, proofBytes []byte) error

VerifyPessimisticProof is a free data retrieval call binding the contract method 0xa48fd377.

Solidity: function verifyPessimisticProof(bytes publicValues, bytes proofBytes) view returns()

func (*AgglayergatewaypreviousCaller) Version

func (_Agglayergatewayprevious *AgglayergatewaypreviousCaller) Version(opts *bind.CallOpts) (string, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() pure returns(string)

type AgglayergatewaypreviousCallerRaw

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

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

func (*AgglayergatewaypreviousCallerRaw) Call

func (_Agglayergatewayprevious *AgglayergatewaypreviousCallerRaw) 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 AgglayergatewaypreviousCallerSession

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

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

func (*AgglayergatewaypreviousCallerSession) AGGLAYERGATEWAYVERSION

func (_Agglayergatewayprevious *AgglayergatewaypreviousCallerSession) AGGLAYERGATEWAYVERSION() (string, error)

AGGLAYERGATEWAYVERSION is a free data retrieval call binding the contract method 0xc49196ec.

Solidity: function AGGLAYER_GATEWAY_VERSION() view returns(string)

func (*AgglayergatewaypreviousCallerSession) DEFAULTADMINROLE

func (_Agglayergatewayprevious *AgglayergatewaypreviousCallerSession) DEFAULTADMINROLE() ([32]byte, error)

DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.

Solidity: function DEFAULT_ADMIN_ROLE() view returns(bytes32)

func (*AgglayergatewaypreviousCallerSession) DefaultAggchainVKeys

func (_Agglayergatewayprevious *AgglayergatewaypreviousCallerSession) DefaultAggchainVKeys(defaultAggchainSelector [4]byte) ([32]byte, error)

DefaultAggchainVKeys is a free data retrieval call binding the contract method 0x82bfaea1.

Solidity: function defaultAggchainVKeys(bytes4 defaultAggchainSelector) view returns(bytes32 defaultAggchainVKey)

func (*AgglayergatewaypreviousCallerSession) GetDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousCallerSession) GetDefaultAggchainVKey(defaultAggchainSelector [4]byte) ([32]byte, error)

GetDefaultAggchainVKey is a free data retrieval call binding the contract method 0x6cabfdab.

Solidity: function getDefaultAggchainVKey(bytes4 defaultAggchainSelector) view returns(bytes32)

func (*AgglayergatewaypreviousCallerSession) GetRoleAdmin

func (_Agglayergatewayprevious *AgglayergatewaypreviousCallerSession) GetRoleAdmin(role [32]byte) ([32]byte, error)

GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.

Solidity: function getRoleAdmin(bytes32 role) view returns(bytes32)

func (*AgglayergatewaypreviousCallerSession) HasRole

func (_Agglayergatewayprevious *AgglayergatewaypreviousCallerSession) HasRole(role [32]byte, account common.Address) (bool, error)

HasRole is a free data retrieval call binding the contract method 0x91d14854.

Solidity: function hasRole(bytes32 role, address account) view returns(bool)

func (*AgglayergatewaypreviousCallerSession) PessimisticVKeyRoutes

func (_Agglayergatewayprevious *AgglayergatewaypreviousCallerSession) PessimisticVKeyRoutes(pessimisticVKeySelector [4]byte) (struct {
	Verifier        common.Address
	PessimisticVKey [32]byte
	Frozen          bool
}, error)

PessimisticVKeyRoutes is a free data retrieval call binding the contract method 0x716be075.

Solidity: function pessimisticVKeyRoutes(bytes4 pessimisticVKeySelector) view returns(address verifier, bytes32 pessimisticVKey, bool frozen)

func (*AgglayergatewaypreviousCallerSession) SupportsInterface

func (_Agglayergatewayprevious *AgglayergatewaypreviousCallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)

SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.

Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)

func (*AgglayergatewaypreviousCallerSession) VerifyPessimisticProof

func (_Agglayergatewayprevious *AgglayergatewaypreviousCallerSession) VerifyPessimisticProof(publicValues []byte, proofBytes []byte) error

VerifyPessimisticProof is a free data retrieval call binding the contract method 0xa48fd377.

Solidity: function verifyPessimisticProof(bytes publicValues, bytes proofBytes) view returns()

func (*AgglayergatewaypreviousCallerSession) Version

func (_Agglayergatewayprevious *AgglayergatewaypreviousCallerSession) Version() (string, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() pure returns(string)

type AgglayergatewaypreviousFilterer

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

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

func NewAgglayergatewaypreviousFilterer

func NewAgglayergatewaypreviousFilterer(address common.Address, filterer bind.ContractFilterer) (*AgglayergatewaypreviousFilterer, error)

NewAgglayergatewaypreviousFilterer creates a new log filterer instance of Agglayergatewayprevious, bound to a specific deployed contract.

func (*AgglayergatewaypreviousFilterer) FilterAddDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) FilterAddDefaultAggchainVKey(opts *bind.FilterOpts) (*AgglayergatewaypreviousAddDefaultAggchainVKeyIterator, error)

FilterAddDefaultAggchainVKey is a free log retrieval operation binding the contract event 0x64b3528974574a41ddc830adc96440dccb99e64ede6b863194b951bfbd17e1bc.

Solidity: event AddDefaultAggchainVKey(bytes4 selector, bytes32 newVKey)

func (*AgglayergatewaypreviousFilterer) FilterInitialized

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) FilterInitialized(opts *bind.FilterOpts) (*AgglayergatewaypreviousInitializedIterator, error)

FilterInitialized is a free log retrieval operation binding the contract event 0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2.

Solidity: event Initialized(uint64 version)

func (*AgglayergatewaypreviousFilterer) FilterRoleAdminChanged

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) FilterRoleAdminChanged(opts *bind.FilterOpts, role [][32]byte, previousAdminRole [][32]byte, newAdminRole [][32]byte) (*AgglayergatewaypreviousRoleAdminChangedIterator, error)

FilterRoleAdminChanged is a free log retrieval operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.

Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)

func (*AgglayergatewaypreviousFilterer) FilterRoleGranted

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) FilterRoleGranted(opts *bind.FilterOpts, role [][32]byte, account []common.Address, sender []common.Address) (*AgglayergatewaypreviousRoleGrantedIterator, error)

FilterRoleGranted is a free log retrieval operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.

Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)

func (*AgglayergatewaypreviousFilterer) FilterRoleRevoked

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) FilterRoleRevoked(opts *bind.FilterOpts, role [][32]byte, account []common.Address, sender []common.Address) (*AgglayergatewaypreviousRoleRevokedIterator, error)

FilterRoleRevoked is a free log retrieval operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.

Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)

func (*AgglayergatewaypreviousFilterer) FilterRouteAdded

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) FilterRouteAdded(opts *bind.FilterOpts) (*AgglayergatewaypreviousRouteAddedIterator, error)

FilterRouteAdded is a free log retrieval operation binding the contract event 0x4c4455a30528c319643ae6fc35f3a0fcabde6c015f2a1a5270382c4a190b0fa3.

Solidity: event RouteAdded(bytes4 selector, address verifier, bytes32 pessimisticVKey)

func (*AgglayergatewaypreviousFilterer) FilterRouteFrozen

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) FilterRouteFrozen(opts *bind.FilterOpts) (*AgglayergatewaypreviousRouteFrozenIterator, error)

FilterRouteFrozen is a free log retrieval operation binding the contract event 0x6efcfd4090b998a9d58c7f753bdda3291e9d781c02226b9f480b18ef07e0012b.

Solidity: event RouteFrozen(bytes4 selector, address verifier, bytes32 pessimisticVKey)

func (*AgglayergatewaypreviousFilterer) FilterUnsetDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) FilterUnsetDefaultAggchainVKey(opts *bind.FilterOpts) (*AgglayergatewaypreviousUnsetDefaultAggchainVKeyIterator, error)

FilterUnsetDefaultAggchainVKey is a free log retrieval operation binding the contract event 0x43b46d79ee2fbaa8a981b5fd78aaf6fb9e38b18d02e1af17564ce37c67078cab.

Solidity: event UnsetDefaultAggchainVKey(bytes4 selector)

func (*AgglayergatewaypreviousFilterer) FilterUpdateDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) FilterUpdateDefaultAggchainVKey(opts *bind.FilterOpts) (*AgglayergatewaypreviousUpdateDefaultAggchainVKeyIterator, error)

FilterUpdateDefaultAggchainVKey is a free log retrieval operation binding the contract event 0x477ac863279848383fdb5d6bb8957cc8f6f10c0200379e075df3f789d14248e6.

Solidity: event UpdateDefaultAggchainVKey(bytes4 selector, bytes32 previousVKey, bytes32 newVKey)

func (*AgglayergatewaypreviousFilterer) ParseAddDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) ParseAddDefaultAggchainVKey(log types.Log) (*AgglayergatewaypreviousAddDefaultAggchainVKey, error)

ParseAddDefaultAggchainVKey is a log parse operation binding the contract event 0x64b3528974574a41ddc830adc96440dccb99e64ede6b863194b951bfbd17e1bc.

Solidity: event AddDefaultAggchainVKey(bytes4 selector, bytes32 newVKey)

func (*AgglayergatewaypreviousFilterer) ParseInitialized

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) ParseInitialized(log types.Log) (*AgglayergatewaypreviousInitialized, error)

ParseInitialized is a log parse operation binding the contract event 0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2.

Solidity: event Initialized(uint64 version)

func (*AgglayergatewaypreviousFilterer) ParseRoleAdminChanged

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) ParseRoleAdminChanged(log types.Log) (*AgglayergatewaypreviousRoleAdminChanged, error)

ParseRoleAdminChanged is a log parse operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.

Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)

func (*AgglayergatewaypreviousFilterer) ParseRoleGranted

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) ParseRoleGranted(log types.Log) (*AgglayergatewaypreviousRoleGranted, error)

ParseRoleGranted is a log parse operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.

Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)

func (*AgglayergatewaypreviousFilterer) ParseRoleRevoked

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) ParseRoleRevoked(log types.Log) (*AgglayergatewaypreviousRoleRevoked, error)

ParseRoleRevoked is a log parse operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.

Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)

func (*AgglayergatewaypreviousFilterer) ParseRouteAdded

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) ParseRouteAdded(log types.Log) (*AgglayergatewaypreviousRouteAdded, error)

ParseRouteAdded is a log parse operation binding the contract event 0x4c4455a30528c319643ae6fc35f3a0fcabde6c015f2a1a5270382c4a190b0fa3.

Solidity: event RouteAdded(bytes4 selector, address verifier, bytes32 pessimisticVKey)

func (*AgglayergatewaypreviousFilterer) ParseRouteFrozen

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) ParseRouteFrozen(log types.Log) (*AgglayergatewaypreviousRouteFrozen, error)

ParseRouteFrozen is a log parse operation binding the contract event 0x6efcfd4090b998a9d58c7f753bdda3291e9d781c02226b9f480b18ef07e0012b.

Solidity: event RouteFrozen(bytes4 selector, address verifier, bytes32 pessimisticVKey)

func (*AgglayergatewaypreviousFilterer) ParseUnsetDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) ParseUnsetDefaultAggchainVKey(log types.Log) (*AgglayergatewaypreviousUnsetDefaultAggchainVKey, error)

ParseUnsetDefaultAggchainVKey is a log parse operation binding the contract event 0x43b46d79ee2fbaa8a981b5fd78aaf6fb9e38b18d02e1af17564ce37c67078cab.

Solidity: event UnsetDefaultAggchainVKey(bytes4 selector)

func (*AgglayergatewaypreviousFilterer) ParseUpdateDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) ParseUpdateDefaultAggchainVKey(log types.Log) (*AgglayergatewaypreviousUpdateDefaultAggchainVKey, error)

ParseUpdateDefaultAggchainVKey is a log parse operation binding the contract event 0x477ac863279848383fdb5d6bb8957cc8f6f10c0200379e075df3f789d14248e6.

Solidity: event UpdateDefaultAggchainVKey(bytes4 selector, bytes32 previousVKey, bytes32 newVKey)

func (*AgglayergatewaypreviousFilterer) WatchAddDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) WatchAddDefaultAggchainVKey(opts *bind.WatchOpts, sink chan<- *AgglayergatewaypreviousAddDefaultAggchainVKey) (event.Subscription, error)

WatchAddDefaultAggchainVKey is a free log subscription operation binding the contract event 0x64b3528974574a41ddc830adc96440dccb99e64ede6b863194b951bfbd17e1bc.

Solidity: event AddDefaultAggchainVKey(bytes4 selector, bytes32 newVKey)

func (*AgglayergatewaypreviousFilterer) WatchInitialized

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *AgglayergatewaypreviousInitialized) (event.Subscription, error)

WatchInitialized is a free log subscription operation binding the contract event 0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2.

Solidity: event Initialized(uint64 version)

func (*AgglayergatewaypreviousFilterer) WatchRoleAdminChanged

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) WatchRoleAdminChanged(opts *bind.WatchOpts, sink chan<- *AgglayergatewaypreviousRoleAdminChanged, role [][32]byte, previousAdminRole [][32]byte, newAdminRole [][32]byte) (event.Subscription, error)

WatchRoleAdminChanged is a free log subscription operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.

Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)

func (*AgglayergatewaypreviousFilterer) WatchRoleGranted

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) WatchRoleGranted(opts *bind.WatchOpts, sink chan<- *AgglayergatewaypreviousRoleGranted, role [][32]byte, account []common.Address, sender []common.Address) (event.Subscription, error)

WatchRoleGranted is a free log subscription operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.

Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)

func (*AgglayergatewaypreviousFilterer) WatchRoleRevoked

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) WatchRoleRevoked(opts *bind.WatchOpts, sink chan<- *AgglayergatewaypreviousRoleRevoked, role [][32]byte, account []common.Address, sender []common.Address) (event.Subscription, error)

WatchRoleRevoked is a free log subscription operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.

Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)

func (*AgglayergatewaypreviousFilterer) WatchRouteAdded

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) WatchRouteAdded(opts *bind.WatchOpts, sink chan<- *AgglayergatewaypreviousRouteAdded) (event.Subscription, error)

WatchRouteAdded is a free log subscription operation binding the contract event 0x4c4455a30528c319643ae6fc35f3a0fcabde6c015f2a1a5270382c4a190b0fa3.

Solidity: event RouteAdded(bytes4 selector, address verifier, bytes32 pessimisticVKey)

func (*AgglayergatewaypreviousFilterer) WatchRouteFrozen

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) WatchRouteFrozen(opts *bind.WatchOpts, sink chan<- *AgglayergatewaypreviousRouteFrozen) (event.Subscription, error)

WatchRouteFrozen is a free log subscription operation binding the contract event 0x6efcfd4090b998a9d58c7f753bdda3291e9d781c02226b9f480b18ef07e0012b.

Solidity: event RouteFrozen(bytes4 selector, address verifier, bytes32 pessimisticVKey)

func (*AgglayergatewaypreviousFilterer) WatchUnsetDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) WatchUnsetDefaultAggchainVKey(opts *bind.WatchOpts, sink chan<- *AgglayergatewaypreviousUnsetDefaultAggchainVKey) (event.Subscription, error)

WatchUnsetDefaultAggchainVKey is a free log subscription operation binding the contract event 0x43b46d79ee2fbaa8a981b5fd78aaf6fb9e38b18d02e1af17564ce37c67078cab.

Solidity: event UnsetDefaultAggchainVKey(bytes4 selector)

func (*AgglayergatewaypreviousFilterer) WatchUpdateDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousFilterer) WatchUpdateDefaultAggchainVKey(opts *bind.WatchOpts, sink chan<- *AgglayergatewaypreviousUpdateDefaultAggchainVKey) (event.Subscription, error)

WatchUpdateDefaultAggchainVKey is a free log subscription operation binding the contract event 0x477ac863279848383fdb5d6bb8957cc8f6f10c0200379e075df3f789d14248e6.

Solidity: event UpdateDefaultAggchainVKey(bytes4 selector, bytes32 previousVKey, bytes32 newVKey)

type AgglayergatewaypreviousInitialized

type AgglayergatewaypreviousInitialized struct {
	Version uint64
	Raw     types.Log // Blockchain specific contextual infos
}

AgglayergatewaypreviousInitialized represents a Initialized event raised by the Agglayergatewayprevious contract.

type AgglayergatewaypreviousInitializedIterator

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

AgglayergatewaypreviousInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the Agglayergatewayprevious contract.

func (*AgglayergatewaypreviousInitializedIterator) Close

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

func (*AgglayergatewaypreviousInitializedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

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

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

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

func (*AgglayergatewaypreviousRaw) Call

func (_Agglayergatewayprevious *AgglayergatewaypreviousRaw) 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 (*AgglayergatewaypreviousRaw) Transact

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

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

func (*AgglayergatewaypreviousRaw) Transfer

func (_Agglayergatewayprevious *AgglayergatewaypreviousRaw) 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 AgglayergatewaypreviousRoleAdminChanged

type AgglayergatewaypreviousRoleAdminChanged struct {
	Role              [32]byte
	PreviousAdminRole [32]byte
	NewAdminRole      [32]byte
	Raw               types.Log // Blockchain specific contextual infos
}

AgglayergatewaypreviousRoleAdminChanged represents a RoleAdminChanged event raised by the Agglayergatewayprevious contract.

type AgglayergatewaypreviousRoleAdminChangedIterator

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

AgglayergatewaypreviousRoleAdminChangedIterator is returned from FilterRoleAdminChanged and is used to iterate over the raw logs and unpacked data for RoleAdminChanged events raised by the Agglayergatewayprevious contract.

func (*AgglayergatewaypreviousRoleAdminChangedIterator) Close

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

func (*AgglayergatewaypreviousRoleAdminChangedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

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

type AgglayergatewaypreviousRoleGranted struct {
	Role    [32]byte
	Account common.Address
	Sender  common.Address
	Raw     types.Log // Blockchain specific contextual infos
}

AgglayergatewaypreviousRoleGranted represents a RoleGranted event raised by the Agglayergatewayprevious contract.

type AgglayergatewaypreviousRoleGrantedIterator

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

AgglayergatewaypreviousRoleGrantedIterator is returned from FilterRoleGranted and is used to iterate over the raw logs and unpacked data for RoleGranted events raised by the Agglayergatewayprevious contract.

func (*AgglayergatewaypreviousRoleGrantedIterator) Close

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

func (*AgglayergatewaypreviousRoleGrantedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

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

type AgglayergatewaypreviousRoleRevoked struct {
	Role    [32]byte
	Account common.Address
	Sender  common.Address
	Raw     types.Log // Blockchain specific contextual infos
}

AgglayergatewaypreviousRoleRevoked represents a RoleRevoked event raised by the Agglayergatewayprevious contract.

type AgglayergatewaypreviousRoleRevokedIterator

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

AgglayergatewaypreviousRoleRevokedIterator is returned from FilterRoleRevoked and is used to iterate over the raw logs and unpacked data for RoleRevoked events raised by the Agglayergatewayprevious contract.

func (*AgglayergatewaypreviousRoleRevokedIterator) Close

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

func (*AgglayergatewaypreviousRoleRevokedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

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

type AgglayergatewaypreviousRouteAdded struct {
	Selector        [4]byte
	Verifier        common.Address
	PessimisticVKey [32]byte
	Raw             types.Log // Blockchain specific contextual infos
}

AgglayergatewaypreviousRouteAdded represents a RouteAdded event raised by the Agglayergatewayprevious contract.

type AgglayergatewaypreviousRouteAddedIterator

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

AgglayergatewaypreviousRouteAddedIterator is returned from FilterRouteAdded and is used to iterate over the raw logs and unpacked data for RouteAdded events raised by the Agglayergatewayprevious contract.

func (*AgglayergatewaypreviousRouteAddedIterator) Close

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

func (*AgglayergatewaypreviousRouteAddedIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

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

type AgglayergatewaypreviousRouteFrozen struct {
	Selector        [4]byte
	Verifier        common.Address
	PessimisticVKey [32]byte
	Raw             types.Log // Blockchain specific contextual infos
}

AgglayergatewaypreviousRouteFrozen represents a RouteFrozen event raised by the Agglayergatewayprevious contract.

type AgglayergatewaypreviousRouteFrozenIterator

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

AgglayergatewaypreviousRouteFrozenIterator is returned from FilterRouteFrozen and is used to iterate over the raw logs and unpacked data for RouteFrozen events raised by the Agglayergatewayprevious contract.

func (*AgglayergatewaypreviousRouteFrozenIterator) Close

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

func (*AgglayergatewaypreviousRouteFrozenIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

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

type AgglayergatewaypreviousSession struct {
	Contract     *Agglayergatewayprevious // 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
}

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

func (*AgglayergatewaypreviousSession) AGGLAYERGATEWAYVERSION

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) AGGLAYERGATEWAYVERSION() (string, error)

AGGLAYERGATEWAYVERSION is a free data retrieval call binding the contract method 0xc49196ec.

Solidity: function AGGLAYER_GATEWAY_VERSION() view returns(string)

func (*AgglayergatewaypreviousSession) AddDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) AddDefaultAggchainVKey(defaultAggchainSelector [4]byte, newAggchainVKey [32]byte) (*types.Transaction, error)

AddDefaultAggchainVKey is a paid mutator transaction binding the contract method 0x818c8c21.

Solidity: function addDefaultAggchainVKey(bytes4 defaultAggchainSelector, bytes32 newAggchainVKey) returns()

func (*AgglayergatewaypreviousSession) AddPessimisticVKeyRoute

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) AddPessimisticVKeyRoute(pessimisticVKeySelector [4]byte, verifier common.Address, pessimisticVKey [32]byte) (*types.Transaction, error)

AddPessimisticVKeyRoute is a paid mutator transaction binding the contract method 0x9584a516.

Solidity: function addPessimisticVKeyRoute(bytes4 pessimisticVKeySelector, address verifier, bytes32 pessimisticVKey) returns()

func (*AgglayergatewaypreviousSession) DEFAULTADMINROLE

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) DEFAULTADMINROLE() ([32]byte, error)

DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.

Solidity: function DEFAULT_ADMIN_ROLE() view returns(bytes32)

func (*AgglayergatewaypreviousSession) DefaultAggchainVKeys

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) DefaultAggchainVKeys(defaultAggchainSelector [4]byte) ([32]byte, error)

DefaultAggchainVKeys is a free data retrieval call binding the contract method 0x82bfaea1.

Solidity: function defaultAggchainVKeys(bytes4 defaultAggchainSelector) view returns(bytes32 defaultAggchainVKey)

func (*AgglayergatewaypreviousSession) FreezePessimisticVKeyRoute

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) FreezePessimisticVKeyRoute(pessimisticVKeySelector [4]byte) (*types.Transaction, error)

FreezePessimisticVKeyRoute is a paid mutator transaction binding the contract method 0x95d2a391.

Solidity: function freezePessimisticVKeyRoute(bytes4 pessimisticVKeySelector) returns()

func (*AgglayergatewaypreviousSession) GetDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) GetDefaultAggchainVKey(defaultAggchainSelector [4]byte) ([32]byte, error)

GetDefaultAggchainVKey is a free data retrieval call binding the contract method 0x6cabfdab.

Solidity: function getDefaultAggchainVKey(bytes4 defaultAggchainSelector) view returns(bytes32)

func (*AgglayergatewaypreviousSession) GetRoleAdmin

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) GetRoleAdmin(role [32]byte) ([32]byte, error)

GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.

Solidity: function getRoleAdmin(bytes32 role) view returns(bytes32)

func (*AgglayergatewaypreviousSession) GrantRole

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)

GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.

Solidity: function grantRole(bytes32 role, address account) returns()

func (*AgglayergatewaypreviousSession) HasRole

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) HasRole(role [32]byte, account common.Address) (bool, error)

HasRole is a free data retrieval call binding the contract method 0x91d14854.

Solidity: function hasRole(bytes32 role, address account) view returns(bool)

func (*AgglayergatewaypreviousSession) Initialize

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) Initialize(defaultAdmin common.Address, aggchainDefaultVKeyRole common.Address, addRouteRole common.Address, freezeRouteRole common.Address, pessimisticVKeySelector [4]byte, verifier common.Address, pessimisticVKey [32]byte) (*types.Transaction, error)

Initialize is a paid mutator transaction binding the contract method 0x7b552bea.

Solidity: function initialize(address defaultAdmin, address aggchainDefaultVKeyRole, address addRouteRole, address freezeRouteRole, bytes4 pessimisticVKeySelector, address verifier, bytes32 pessimisticVKey) returns()

func (*AgglayergatewaypreviousSession) PessimisticVKeyRoutes

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) PessimisticVKeyRoutes(pessimisticVKeySelector [4]byte) (struct {
	Verifier        common.Address
	PessimisticVKey [32]byte
	Frozen          bool
}, error)

PessimisticVKeyRoutes is a free data retrieval call binding the contract method 0x716be075.

Solidity: function pessimisticVKeyRoutes(bytes4 pessimisticVKeySelector) view returns(address verifier, bytes32 pessimisticVKey, bool frozen)

func (*AgglayergatewaypreviousSession) RenounceRole

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) RenounceRole(role [32]byte, callerConfirmation common.Address) (*types.Transaction, error)

RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.

Solidity: function renounceRole(bytes32 role, address callerConfirmation) returns()

func (*AgglayergatewaypreviousSession) RevokeRole

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)

RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.

Solidity: function revokeRole(bytes32 role, address account) returns()

func (*AgglayergatewaypreviousSession) SupportsInterface

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) SupportsInterface(interfaceId [4]byte) (bool, error)

SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.

Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)

func (*AgglayergatewaypreviousSession) UnsetDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) UnsetDefaultAggchainVKey(defaultAggchainSelector [4]byte) (*types.Transaction, error)

UnsetDefaultAggchainVKey is a paid mutator transaction binding the contract method 0x47c63d36.

Solidity: function unsetDefaultAggchainVKey(bytes4 defaultAggchainSelector) returns()

func (*AgglayergatewaypreviousSession) UpdateDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) UpdateDefaultAggchainVKey(defaultAggchainSelector [4]byte, newDefaultAggchainVKey [32]byte) (*types.Transaction, error)

UpdateDefaultAggchainVKey is a paid mutator transaction binding the contract method 0xf4c44681.

Solidity: function updateDefaultAggchainVKey(bytes4 defaultAggchainSelector, bytes32 newDefaultAggchainVKey) returns()

func (*AgglayergatewaypreviousSession) VerifyPessimisticProof

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) VerifyPessimisticProof(publicValues []byte, proofBytes []byte) error

VerifyPessimisticProof is a free data retrieval call binding the contract method 0xa48fd377.

Solidity: function verifyPessimisticProof(bytes publicValues, bytes proofBytes) view returns()

func (*AgglayergatewaypreviousSession) Version

func (_Agglayergatewayprevious *AgglayergatewaypreviousSession) Version() (string, error)

Version is a free data retrieval call binding the contract method 0x54fd4d50.

Solidity: function version() pure returns(string)

type AgglayergatewaypreviousTransactor

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

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

func NewAgglayergatewaypreviousTransactor

func NewAgglayergatewaypreviousTransactor(address common.Address, transactor bind.ContractTransactor) (*AgglayergatewaypreviousTransactor, error)

NewAgglayergatewaypreviousTransactor creates a new write-only instance of Agglayergatewayprevious, bound to a specific deployed contract.

func (*AgglayergatewaypreviousTransactor) AddDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactor) AddDefaultAggchainVKey(opts *bind.TransactOpts, defaultAggchainSelector [4]byte, newAggchainVKey [32]byte) (*types.Transaction, error)

AddDefaultAggchainVKey is a paid mutator transaction binding the contract method 0x818c8c21.

Solidity: function addDefaultAggchainVKey(bytes4 defaultAggchainSelector, bytes32 newAggchainVKey) returns()

func (*AgglayergatewaypreviousTransactor) AddPessimisticVKeyRoute

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactor) AddPessimisticVKeyRoute(opts *bind.TransactOpts, pessimisticVKeySelector [4]byte, verifier common.Address, pessimisticVKey [32]byte) (*types.Transaction, error)

AddPessimisticVKeyRoute is a paid mutator transaction binding the contract method 0x9584a516.

Solidity: function addPessimisticVKeyRoute(bytes4 pessimisticVKeySelector, address verifier, bytes32 pessimisticVKey) returns()

func (*AgglayergatewaypreviousTransactor) FreezePessimisticVKeyRoute

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactor) FreezePessimisticVKeyRoute(opts *bind.TransactOpts, pessimisticVKeySelector [4]byte) (*types.Transaction, error)

FreezePessimisticVKeyRoute is a paid mutator transaction binding the contract method 0x95d2a391.

Solidity: function freezePessimisticVKeyRoute(bytes4 pessimisticVKeySelector) returns()

func (*AgglayergatewaypreviousTransactor) GrantRole

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactor) GrantRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)

GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.

Solidity: function grantRole(bytes32 role, address account) returns()

func (*AgglayergatewaypreviousTransactor) Initialize

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactor) Initialize(opts *bind.TransactOpts, defaultAdmin common.Address, aggchainDefaultVKeyRole common.Address, addRouteRole common.Address, freezeRouteRole common.Address, pessimisticVKeySelector [4]byte, verifier common.Address, pessimisticVKey [32]byte) (*types.Transaction, error)

Initialize is a paid mutator transaction binding the contract method 0x7b552bea.

Solidity: function initialize(address defaultAdmin, address aggchainDefaultVKeyRole, address addRouteRole, address freezeRouteRole, bytes4 pessimisticVKeySelector, address verifier, bytes32 pessimisticVKey) returns()

func (*AgglayergatewaypreviousTransactor) RenounceRole

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactor) RenounceRole(opts *bind.TransactOpts, role [32]byte, callerConfirmation common.Address) (*types.Transaction, error)

RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.

Solidity: function renounceRole(bytes32 role, address callerConfirmation) returns()

func (*AgglayergatewaypreviousTransactor) RevokeRole

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactor) RevokeRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)

RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.

Solidity: function revokeRole(bytes32 role, address account) returns()

func (*AgglayergatewaypreviousTransactor) UnsetDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactor) UnsetDefaultAggchainVKey(opts *bind.TransactOpts, defaultAggchainSelector [4]byte) (*types.Transaction, error)

UnsetDefaultAggchainVKey is a paid mutator transaction binding the contract method 0x47c63d36.

Solidity: function unsetDefaultAggchainVKey(bytes4 defaultAggchainSelector) returns()

func (*AgglayergatewaypreviousTransactor) UpdateDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactor) UpdateDefaultAggchainVKey(opts *bind.TransactOpts, defaultAggchainSelector [4]byte, newDefaultAggchainVKey [32]byte) (*types.Transaction, error)

UpdateDefaultAggchainVKey is a paid mutator transaction binding the contract method 0xf4c44681.

Solidity: function updateDefaultAggchainVKey(bytes4 defaultAggchainSelector, bytes32 newDefaultAggchainVKey) returns()

type AgglayergatewaypreviousTransactorRaw

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

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

func (*AgglayergatewaypreviousTransactorRaw) Transact

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

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

func (*AgglayergatewaypreviousTransactorRaw) Transfer

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactorRaw) 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 AgglayergatewaypreviousTransactorSession

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

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

func (*AgglayergatewaypreviousTransactorSession) AddDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactorSession) AddDefaultAggchainVKey(defaultAggchainSelector [4]byte, newAggchainVKey [32]byte) (*types.Transaction, error)

AddDefaultAggchainVKey is a paid mutator transaction binding the contract method 0x818c8c21.

Solidity: function addDefaultAggchainVKey(bytes4 defaultAggchainSelector, bytes32 newAggchainVKey) returns()

func (*AgglayergatewaypreviousTransactorSession) AddPessimisticVKeyRoute

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactorSession) AddPessimisticVKeyRoute(pessimisticVKeySelector [4]byte, verifier common.Address, pessimisticVKey [32]byte) (*types.Transaction, error)

AddPessimisticVKeyRoute is a paid mutator transaction binding the contract method 0x9584a516.

Solidity: function addPessimisticVKeyRoute(bytes4 pessimisticVKeySelector, address verifier, bytes32 pessimisticVKey) returns()

func (*AgglayergatewaypreviousTransactorSession) FreezePessimisticVKeyRoute

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactorSession) FreezePessimisticVKeyRoute(pessimisticVKeySelector [4]byte) (*types.Transaction, error)

FreezePessimisticVKeyRoute is a paid mutator transaction binding the contract method 0x95d2a391.

Solidity: function freezePessimisticVKeyRoute(bytes4 pessimisticVKeySelector) returns()

func (*AgglayergatewaypreviousTransactorSession) GrantRole

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactorSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)

GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.

Solidity: function grantRole(bytes32 role, address account) returns()

func (*AgglayergatewaypreviousTransactorSession) Initialize

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactorSession) Initialize(defaultAdmin common.Address, aggchainDefaultVKeyRole common.Address, addRouteRole common.Address, freezeRouteRole common.Address, pessimisticVKeySelector [4]byte, verifier common.Address, pessimisticVKey [32]byte) (*types.Transaction, error)

Initialize is a paid mutator transaction binding the contract method 0x7b552bea.

Solidity: function initialize(address defaultAdmin, address aggchainDefaultVKeyRole, address addRouteRole, address freezeRouteRole, bytes4 pessimisticVKeySelector, address verifier, bytes32 pessimisticVKey) returns()

func (*AgglayergatewaypreviousTransactorSession) RenounceRole

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactorSession) RenounceRole(role [32]byte, callerConfirmation common.Address) (*types.Transaction, error)

RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.

Solidity: function renounceRole(bytes32 role, address callerConfirmation) returns()

func (*AgglayergatewaypreviousTransactorSession) RevokeRole

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactorSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)

RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.

Solidity: function revokeRole(bytes32 role, address account) returns()

func (*AgglayergatewaypreviousTransactorSession) UnsetDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactorSession) UnsetDefaultAggchainVKey(defaultAggchainSelector [4]byte) (*types.Transaction, error)

UnsetDefaultAggchainVKey is a paid mutator transaction binding the contract method 0x47c63d36.

Solidity: function unsetDefaultAggchainVKey(bytes4 defaultAggchainSelector) returns()

func (*AgglayergatewaypreviousTransactorSession) UpdateDefaultAggchainVKey

func (_Agglayergatewayprevious *AgglayergatewaypreviousTransactorSession) UpdateDefaultAggchainVKey(defaultAggchainSelector [4]byte, newDefaultAggchainVKey [32]byte) (*types.Transaction, error)

UpdateDefaultAggchainVKey is a paid mutator transaction binding the contract method 0xf4c44681.

Solidity: function updateDefaultAggchainVKey(bytes4 defaultAggchainSelector, bytes32 newDefaultAggchainVKey) returns()

type AgglayergatewaypreviousUnsetDefaultAggchainVKey

type AgglayergatewaypreviousUnsetDefaultAggchainVKey struct {
	Selector [4]byte
	Raw      types.Log // Blockchain specific contextual infos
}

AgglayergatewaypreviousUnsetDefaultAggchainVKey represents a UnsetDefaultAggchainVKey event raised by the Agglayergatewayprevious contract.

type AgglayergatewaypreviousUnsetDefaultAggchainVKeyIterator

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

AgglayergatewaypreviousUnsetDefaultAggchainVKeyIterator is returned from FilterUnsetDefaultAggchainVKey and is used to iterate over the raw logs and unpacked data for UnsetDefaultAggchainVKey events raised by the Agglayergatewayprevious contract.

func (*AgglayergatewaypreviousUnsetDefaultAggchainVKeyIterator) Close

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

func (*AgglayergatewaypreviousUnsetDefaultAggchainVKeyIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

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

type AgglayergatewaypreviousUpdateDefaultAggchainVKey struct {
	Selector     [4]byte
	PreviousVKey [32]byte
	NewVKey      [32]byte
	Raw          types.Log // Blockchain specific contextual infos
}

AgglayergatewaypreviousUpdateDefaultAggchainVKey represents a UpdateDefaultAggchainVKey event raised by the Agglayergatewayprevious contract.

type AgglayergatewaypreviousUpdateDefaultAggchainVKeyIterator

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

AgglayergatewaypreviousUpdateDefaultAggchainVKeyIterator is returned from FilterUpdateDefaultAggchainVKey and is used to iterate over the raw logs and unpacked data for UpdateDefaultAggchainVKey events raised by the Agglayergatewayprevious contract.

func (*AgglayergatewaypreviousUpdateDefaultAggchainVKeyIterator) Close

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

func (*AgglayergatewaypreviousUpdateDefaultAggchainVKeyIterator) Error

Error returns any retrieval or parsing error occurred during filtering.

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