BatchFactory
Verified contract
Active on
Ethereum with 3 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) |
---|---|---|---|---|---|---|---|
| 17816464 | a year ago | | | 0 | 0.14401868 | |
| 17815204 | a year ago | | | 0 | 0.013623432 | |
| 17813114 | a year ago | | | 0 | 0.0010786340 |
ABI
ABI objects
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
Events acceptOwnership()
changeOperator(address _newOperator)
createFeeDistributor(struct IFeeDistributorFeeRecipient[] _clientConfigs, struct IFeeDistributorValidatorData[] _validatorDatas)
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)
This contract contains no fallback and receive objects.
Access__SameOperator(address _operator)
Access__ZeroNewOperator()
Ownable2Step__CallerNotNewOwner()
OwnableBase__CallerNotOwner(address _caller, address _owner)