StreamingFeeModule
Verified contract
Active on
Ethereum with 1,102 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 "StreamingFeeModule"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104377 | a month ago | | | 0 | 0.00016154044 | |
| 20978849 | a month ago | | | 0 | 0.00079775460 | |
| 20978831 | a month ago | | | 0 | 0.00093425040 | |
| 20966389 | 2 months ago | | | 0 | 0.0015574903 | |
| 20910764 | 2 months ago | | | 0 | 0.0012658546 | |
| 20910658 | 2 months ago | | | 0 | 0.0021036748 | |
| 20903537 | 2 months ago | | | 0 | 0.00069660313 | |
| 20885615 | 2 months ago | | | 0 | 0.0030122080 | |
| 20867000 | 2 months ago | | | 0 | 0.0015457871 | |
| 20866962 | 2 months ago | | | 0 | 0.0011615183 |
ABI
ABI objects
Getter at block 21304600
controller() view returns (address)
0xa4c8d221d8bb851f83aadd0223a8900a6921a349
Read-only
feeStates(address) view returns (address feeRecipient, uint256 maxStreamingFeePercentage, uint256 streamingFeePercentage, uint256 lastStreamingFeeTimestamp)
getFee(address _setToken) view returns (uint256)
State-modifying
Events accrueFee(address _setToken)
initialize(address _setToken, struct StreamingFeeModuleFeeState _settings)
removeModule()
updateFeeRecipient(address _setToken, address _newFeeRecipient)
updateStreamingFee(address _setToken, uint256 _newFee)
FeeActualized(address indexed _setToken, uint256 _managerFee, uint256 _protocolFee)
FeeRecipientUpdated(address indexed _setToken, address _newFeeRecipient)
StreamingFeeUpdated(address indexed _setToken, uint256 _newStreamingFee)
constructor(address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.