FeeDistributorFactory
Verified contract
Active on
Ethereum with 310 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) |
---|---|---|---|---|---|---|---|
| 21195607 | 7 days ago | | | 0 | 0.0045029592 | |
| 21195605 | 7 days ago | | | 0 | 0.0045329377 | |
| 21195605 | 7 days ago | | | 0 | 0.0045329377 | |
| 21085268 | 23 days ago | | | 0 | 0.0014637515 | |
| 21085267 | 23 days ago | | | 0 | 0.0014425106 | |
| 21085266 | 23 days ago | | | 0 | 0.0014611824 | |
| 21085264 | 23 days ago | | | 0 | 0.0013060553 | |
| 21085263 | 23 days ago | | | 0 | 0.0013636757 | |
| 20970233 | a month ago | | | 0 | 0.0026672570 | |
| 20970232 | a month ago | | | 0 | 0.0025571820 |
ABI
ABI objects
Getter at block 21246648 allFeeDistributors() view returns (address[])
defaultClientBasisPoints() view returns (uint96)
9000
operator() view returns (address)
0x11491a091a64e7e8e4837fe728e380bdd42b8834
owner() view returns (address)
0x588ede4403df0082c5ab245b35f0f79eb2d8033a
p2pEth2Depositor() view returns (address)
0xb3c7b1b21189dbcb78f21fba26208a90dda7e256
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allClientFeeDistributors(address _client) view returns (address[])
checkOperatorOrOwner(address _address) view
checkP2pEth2Depositor(address _address) view
check_Operator_Owner_P2pEth2Depositor(address _address) view
predictFeeDistributorAddress(address _referenceFeeDistributor, struct FeeRecipient _clientConfig, struct FeeRecipient _referrerConfig) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptOwnership()
changeOperator(address _newOperator)
createFeeDistributor(address _referenceFeeDistributor, struct FeeRecipient _clientConfig, struct FeeRecipient _referrerConfig) returns (address newFeeDistributorAddress)
dismissOperator()
setDefaultClientBasisPoints(uint96 _defaultClientBasisPoints)
setP2pEth2Depositor(address _p2pEth2Depositor)
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)
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)
EtherTransferred(address indexed _recipient, uint256 _amount)
FeeDistributorFactory__DefaultClientBasisPointsSet(uint96 _defaultClientBasisPoints)
FeeDistributorFactory__FeeDistributorCreated(address indexed _newFeeDistributorAddress, address indexed _clientAddress, address indexed _referenceFeeDistributor, uint96 _clientBasisPoints)
FeeDistributorFactory__P2pEth2DepositorSet(address indexed _p2pEth2Depositor)
OperatorChanged(address indexed _previousOperator, address indexed _newOperator)
OwnershipTransferStarted(address indexed _previousOwner, address indexed _newOwner)
OwnershipTransferred(address indexed _previousOwner, address indexed _newOwner)
constructor(uint96 _defaultClientBasisPoints)
This contract contains no fallback and receive objects.
Access__AddressNeitherOperatorNorOwner(address _address, address _operator, address _owner)
Access__SameOperator(address _operator)
Access__ZeroNewOperator()
AssetRecoverer__TransferFailed(address _recipient, uint256 _amount)
FeeDistributorFactory__CallerNotAuthorized(address _caller)
FeeDistributorFactory__InvalidDefaultClientBasisPoints(uint96 _defaultClientBasisPoints)
FeeDistributorFactory__NotFeeDistributor(address _passedAddress)
FeeDistributorFactory__NotP2pEth2Depositor(address _passedAddress)
FeeDistributorFactory__ReferenceFeeDistributorNotSet()
Ownable2Step__CallerNotNewOwner()
Ownable2Step__NewOwnerShouldNotBeCurrentOwner()
OwnableBase__CallerNotOwner(address _caller, address _owner)
TokenRecoverer__NoBurn()