BatchFactory

Verified contract

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

No balances found for "BatchFactory"

0xf14d8bd878653b97d2f3783e1fb73ffeda4ebb711e2ac1574d18a5d0ad54fcae
0x5916954fe4d35d4dab5f5ec4d5d63efaeb6f54a6d8741182005b5b34ab53181a
0x2934fe5ef18d254318d73e7a908900f4bcd650c2756d6241e766aa8181d498ae
0xcf8e2a93d2e1691a2480e1e63eef30871ed94c74ff5be9bdabf4451f2f9d1640
0x50aec4aa4f9450500c83ab02477cc69e07e88b6aac09f16c4bc7eccd72afacca
0xe9fed201243346e2d0331778609669ef3812266779a391bf6c38c1418ad6c79e

Functions
Getter at block 21276472
operator(view returns (address)
0x11491a091a64e7e8e4837fe728e380bdd42b8834
owner(view returns (address)
0x588ede4403df0082c5ab245b35f0f79eb2d8033a
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
checkOperatorOrOwner(address _addressview 
State-modifying
acceptOwnership(
changeOperator(address _newOperator
createFeeDistributor(uint256[] clientOnlyClRewardsArraystruct FeeRecipient[] _clientConfigs
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 factoryaddress referenceFeeDistributor
Fallback and receive

This contract contains no fallback and receive objects.

Errors
Access__AddressNeitherOperatorNorOwner(address _addressaddress _operatoraddress _owner
Access__SameOperator(address _operator
Access__ZeroNewOperator(
Ownable2Step__CallerNotNewOwner(
Ownable2Step__NewOwnerShouldNotBeCurrentOwner(
OwnableBase__CallerNotOwner(address _calleraddress _owner