FeeDistributorFactory
Verified contract
Active on
Ethereum with 27 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) |
---|---|---|---|---|---|---|---|
| 17035932 | 2 years ago | | | 0 | 0.0031572569 | |
| 17021835 | 2 years ago | | | 0 | 0.033151803 | |
| 17021834 | 2 years ago | | | 0 | 0.032859472 | |
| 17019819 | 2 years ago | | | 0 | 0.030490100 | |
| 17009792 | 2 years ago | | | 0 | 0.022092359 | |
| 17005113 | 2 years ago | | | 0 | 0.023798586 | |
| 17005109 | 2 years ago | | | 0 | 0.00059249201 | |
| 17005107 | 2 years ago | | | 0 | 0.0052082956 | |
| 17005101 | 2 years ago | | | 0 | 0.0051287376 | |
| 17005095 | 2 years ago | | | 0 | 0.0054090192 |
ABI
ABI objects
Getter at block 21270508
getReferenceFeeDistributor() view returns (address)
0xf4e8ac9a2f2c563e8e3729ee5aa5f1d7e5d02c6a
operator() view returns (address)
0x11491a091a64e7e8e4837fe728e380bdd42b8834
owner() view returns (address)
0x588ede4403df0082c5ab245b35f0f79eb2d8033a
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)
dismissOperator()
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)
ReferenceInstanceSet(address indexed _referenceFeeDistributor)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
Access__CallerNeitherOperatorNorOwner(address _caller, address _operator, address _owner)
Access__SameOperator(address _operator)
Access__ZeroNewOperator()
AssetRecoverer__TransferFailed(address _recipient, uint256 _amount)
FeeDistributorFactory__NotFeeDistributor(address _passedAddress)
FeeDistributorFactory__ReferenceFeeDistributorNotSet()
Ownable2Step__CallerNotNewOwner()
OwnableBase__CallerNotOwner(address _caller, address _owner)
TokenRecoverer__NoBurn()