FeeDistributorFactory
Verified contract
Active on
Ethereum with 48 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 "FeeDistributorFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17869025 | a year ago | | | 0 | 0.0031997107 | |
| 17869020 | a year ago | | | 0 | 0.0031140246 | |
| 17863205 | a year ago | | | 0 | 0.0038621766 | |
| 17862758 | a year ago | | | 0 | 0.0027189975 | |
| 17836720 | a year ago | | | 0 | 0.0038112818 | |
| 17836576 | a year ago | | | 0 | 0.0047582480 | |
| 17827807 | a year ago | | | 0 | 0.0068096595 | |
| 17827807 | a year ago | | | 0 | 0.0068096595 | |
| 17813720 | a year ago | | | 0 | 0.0012855150 | |
| 17813258 | a year ago | | | 0 | 0.0014425787 |
ABI
ABI objects
Getter at block 21214263
getReferenceFeeDistributor() view returns (address)
0xc4aed615614f26c8df4eaaf4a1caea9184aeb3de
operator() view returns (address)
0xa0d1833ca948143f9dfdff593788104e9de34c3f
owner() view returns (address)
0x11491a091a64e7e8e4837fe728e380bdd42b8834
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptOwnership()
changeOperator(address _newOperator)
createFeeDistributor(struct IFeeDistributorFeeRecipient _clientConfig, struct IFeeDistributorFeeRecipient _referrerConfig, struct IFeeDistributorValidatorData _validatorData) returns (address newFeeDistributorAddress)
dismissOperator()
setDefaultClientBasisPoints(uint96 _defaultClientBasisPoints)
setP2pEth2Depositor(address _p2pEth2Depositor)
setReferenceInstance(address _referenceFeeDistributor)
transferERC1155(address _token, address _recipient, uint256 _tokenId, uint256 _amount, bytes _data)
transferERC20(address _token, address _recipient, uint256 _amount)
transferERC721(address _token, address _recipient, uint256 _tokenId, bytes _data)
transferEther(address _recipient, uint256 _amount)
transferOwnership(address newOwner)
ERC1155Transferred(address indexed _token, address indexed _recipient, uint256 _tokenId, uint256 _amount, bytes _data)
ERC20Transferred(address indexed _token, address indexed _recipient, uint256 _amount)
ERC721Transferred(address indexed _token, address indexed _recipient, uint256 _tokenId, bytes _data)
EtherTransferred(address indexed _recipient, uint256 _amount)
FeeDistributorCreated(address indexed _newFeeDistributorAddress, address indexed _clientAddress)
OperatorChanged(address indexed _previousOperator, address indexed _newOperator)
OwnershipTransferStarted(address indexed _previousOwner, address indexed _newOwner)
OwnershipTransferred(address indexed _previousOwner, address indexed _newOwner)
P2pEth2DepositorSet(address indexed _p2pEth2Depositor)
ReferenceInstanceSet(address indexed _referenceFeeDistributor)
constructor(uint96 _defaultClientBasisPoints)
This contract contains no fallback and receive objects.
Access__SameOperator(address _operator)
Access__ZeroNewOperator()
AssetRecoverer__TransferFailed(address _recipient, uint256 _amount)
FeeDistributorFactory__CallerNotAuthorized(address _caller)
FeeDistributorFactory__NotFeeDistributor(address _passedAddress)
FeeDistributorFactory__NotP2pEth2Depositor(address _passedAddress)
FeeDistributorFactory__ReferenceFeeDistributorNotSet()
Ownable2Step__CallerNotNewOwner()
OwnableBase__CallerNotOwner(address _caller, address _owner)
TokenRecoverer__NoBurn()