BatchFactory
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BatchFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17858225 | a year ago | | | 0 | 0.037101831 | |
| 17842923 | a year ago | | | 0 | 0.096270771 | |
| 17842917 | a year ago | | | 0 | 0.098651958 | |
| 17842751 | a year ago | | | 0 | 0.26905073 | |
| 17842701 | a year ago | | | 0 | 0.013381330 | |
| 17841538 | a year ago | | | 0 | 0.00072912714 |
ABI
ABI objects
Getter at block 21276472
operator() view returns (address)
0x11491a091a64e7e8e4837fe728e380bdd42b8834
owner() view returns (address)
0x588ede4403df0082c5ab245b35f0f79eb2d8033a
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
checkOperatorOrOwner(address _address) view
State-modifying
Events acceptOwnership()
changeOperator(address _newOperator)
createFeeDistributor(uint256[] clientOnlyClRewardsArray, struct FeeRecipient[] _clientConfigs)
dismissOperator()
transferOwnership(address newOwner)
OperatorChanged(address indexed _previousOperator, address indexed _newOperator)
OwnershipTransferStarted(address indexed _previousOwner, address indexed _newOwner)
OwnershipTransferred(address indexed _previousOwner, address indexed _newOwner)
constructor(address factory, address referenceFeeDistributor)
This contract contains no fallback and receive objects.
Access__AddressNeitherOperatorNorOwner(address _address, address _operator, address _owner)
Access__SameOperator(address _operator)
Access__ZeroNewOperator()
Ownable2Step__CallerNotNewOwner()
Ownable2Step__NewOwnerShouldNotBeCurrentOwner()
OwnableBase__CallerNotOwner(address _caller, address _owner)