BatchFactory

Verified contract

Active on Ethereum with 3 txns
Deployed by via 0x0a69b3b6 at 17784249
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BatchFactory"

0x58e9a673fc0c4151a89e3ae4bb35293be4b3738716d47acc18ae1ff2900ff773
0x2be7b028f165ef643594b0dffe2662e94a5869574ca709d81c7b88f72a6e3c94
0x9369f522e3c527d390cae0420036d7869dc9b8ee2c79cf813cb8883165d22467

Functions
Getter at block 21124599
operator(view returns (address)
0x11491a091a64e7e8e4837fe728e380bdd42b8834
owner(view returns (address)
0x588ede4403df0082c5ab245b35f0f79eb2d8033a
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only

This contract contains no read-only function objects.

State-modifying
acceptOwnership(
changeOperator(address _newOperator
createFeeDistributor(struct IFeeDistributorFeeRecipient[] _clientConfigsstruct IFeeDistributorValidatorData[] _validatorDatas
dismissOperator(
transferOwnership(address newOwner
Events
OperatorChanged(address indexed _previousOperatoraddress indexed _newOperator
OwnershipTransferStarted(address indexed _previousOwneraddress indexed _newOwner
OwnershipTransferred(address indexed _previousOwneraddress indexed _newOwner
Constructor
constructor(address factory
Fallback and receive

This contract contains no fallback and receive objects.

Errors
Access__SameOperator(address _operator
Access__ZeroNewOperator(
Ownable2Step__CallerNotNewOwner(
OwnableBase__CallerNotOwner(address _calleraddress _owner