Channel
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
24
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 "Channel"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Channel"
ABI
ABI objects
Getter at block 21844655
CFAV1_TYPE() view returns (bytes32)
0xa9214cc96615e0085d3bb077758db69497dc2dce3b2b1e97bc93c3d18d83efd3
CHANNEL_POOL_SCALING_FACTOR() view returns (uint256)
100000000
CHANNEL_POOL_SCALING_FACTOR_R0() view returns (uint256)
100
CHANNEL_POOL_SCALING_FACTOR_R1() view returns (uint256)
100000000
FAN() view returns (address)
0x905cf6adf9510ee12c78dd9c6a5445320db24342
HOST() view returns (address)
0x4c073b3bab6d8826b8c5b229f3cfdc1ec6e47e74
LATEST_REGIME_REVISION() view returns (uint8)
1
MAXIMUM_SUBSCRIPTION_FLOW_RATE() view returns (int96)
578703703703703
MINIMUM_SUBSCRIPTION_FLOW_RATE() view returns (int96)
189043209876543
ONE_HUNDRED_PERCENT() pure returns (uint256)
10000
PROTOCOL_FEE_AMOUNT() view returns (uint256)
500
PROTOCOL_FEE_DESTINATION() view returns (address)
0xc33539b3ca1923624762e8a42d699806c865d652
SUBSCRIPTION_SUPER_TOKEN() view returns (address)
0x1eff3dd78f4a14abfa9fa66579bd3ce9e1b30529
channelPool() view returns (address)
0x0000000000000000000000000000000000000000
creatorFeePercentage() view returns (uint256)
0
currentRegimeRevision() view returns (uint8)
0
getStakersCashbackPercentage() view returns (uint256)
9500
nativeAssetLiquidationPeriod() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
subscriptionFlowRate() view returns (int96)
0
totalInflowRate() view returns (int96)
0
Read-only
beforeAgreementCreated(address, address, bytes32, bytes, bytes) view returns (bytes)
beforeAgreementTerminated(address superToken, address agreementClass, bytes32, bytes agreementData, bytes) view returns (bytes cbdata)
beforeAgreementUpdated(address superToken, address agreementClass, bytes32, bytes agreementData, bytes ctx) view returns (bytes cbdata)
getSubscriberFlowInfo(address subscriber) view returns (uint256 lastUpdated, int96 flowRate)
stakerRegimeRevisions(address staker) view returns (uint256 regimeRevision)
userDeposits(address user) view returns (uint256 deposit)
State-modifying
Events afterAgreementCreated(address superToken, address agreementClass, bytes32, bytes agreementData, bytes, bytes ctx) returns (bytes newCtx)
afterAgreementTerminated(address superToken, address agreementClass, bytes32, bytes agreementData, bytes cbdata, bytes ctx) returns (bytes newCtx)
afterAgreementUpdated(address superToken, address agreementClass, bytes32, bytes agreementData, bytes cbdata, bytes ctx) returns (bytes newCtx)
depositBuffer(uint256 amount, bytes ctx) returns (bytes newCtx)
distributeLeakedRewards()
distributeLeakedRewards(uint256 minimumAmount)
distributeTotalInFlows()
emergencyCloseStream(address subscriber)
emergencyCloseStreams(address[] subscribers)
emergencyTransferTokens()
govMarkRegimeUpgradeStarted()
govUpgradeStakers(address[] stakers)
handleStake(address staker, uint256 stakeDelta)
handleUnstake(address staker, uint256 unstakeDelta)
initialize(address _owner, int96 _flowRate, uint256 creatorFeePct) returns (address channelPoolAddress)
Initialized(uint8 version)
Subscribed(address indexed subscriber, int96 flowRate)
SubscriptionUpdated(address indexed subscriber, int96 oldFlowRate, int96 newFlowRate)
Unsubscribed(address indexed subscriber, address indexed caller, int96 previousFlowRate)
constructor(address host, address ethX, address fan, address protocolFeeDest, uint256 protocolFeeAmount, int96 minSubscriptionFlowRate, int96 maxSubscriptionFlowRate)
This contract contains no fallback and receive objects.
INVALID_SUBSCRIPTION_FLOW_RATE()
NOT_ACCEPTED_TOKEN()
NOT_EMERGENCY()
NOT_ENOUGH_DEPOSIT()
NOT_SUPERFLUID_HOST()
NO_UNITS_FOR_SUBSCRIBER()
ONLY_FAN_CAN_BE_CALLER()
ONLY_GOV_ALLOWED()