StreamingFeeWizard
Verified contract
Active on
Ethereum with 20 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "StreamingFeeWizard"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272448 | 4 days ago | | | 0 | 0.0056153172 | |
| 21272440 | 4 days ago | | | 0 | 0.0016403590 | |
| 21272438 | 4 days ago | | | 0 | 0.0034956672 | |
| 21272436 | 4 days ago | | | 0 | 0.0024595212 | |
| 21272434 | 4 days ago | | | 0 | 0.0026343566 | |
| 21272433 | 4 days ago | | | 0 | 0.0024456530 | |
| 20264302 | 5 months ago | | | 0 | 0.00090545997 | |
| 20264218 | 5 months ago | | | 0 | 0.00033077348 | |
| 20264217 | 5 months ago | | | 0 | 0.00061055322 | |
| 20264215 | 5 months ago | | | 0 | 0.00047177844 |
ABI
ABI objects
Getter at block 21302000
This contract contains no getter function objects.
Read-only
feeStates(address) view returns (address feeRecipient, uint256 maxStreamingFeePercentage, uint256 streamingFeePercentage, uint256 lastCollectTimestamp)
getFeeState(address _chamber) view returns (address feeRecipient, uint256 maxStreamingFeePercentage, uint256 streamingFeePercentage, uint256 lastCollectTimestamp)
getLastCollectTimestamp(address _chamber) view returns (uint256)
getMaxStreamingFeePercentage(address _chamber) view returns (uint256)
getStreamingFeePercentage(address _chamber) view returns (uint256)
getStreamingFeeRecipient(address _chamber) view returns (address)
State-modifying
Events collectStreamingFee(address _chamber)
enableChamber(address _chamber, struct IStreamingFeeWizardFeeState _feeState)
updateFeeRecipient(address _chamber, address _newFeeRecipient)
updateMaxStreamingFee(address _chamber, uint256 _newMaxFeePercentage)
updateStreamingFee(address _chamber, uint256 _newFeePercentage)
FeeCollected(address indexed _chamber, uint256 _streamingFeePercentage, uint256 _inflationQuantity)
FeeRecipientUpdated(address indexed _chamber, address _newFeeRecipient)
MaxStreamingFeeUpdated(address indexed _chamber, uint256 _newMaxStreamingFee)
StreamingFeeUpdated(address indexed _chamber, uint256 _newStreamingFee)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.