Channel

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x23c8861a at 14925223
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Channel"

No transactions found for "Channel"


Functions
Getter at block 21826365
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(addressaddressbytes32bytesbytesview returns (bytes)
beforeAgreementTerminated(address superTokenaddress agreementClassbytes32bytes agreementDatabytesview returns (bytes cbdata)
beforeAgreementUpdated(address superTokenaddress agreementClassbytes32bytes agreementDatabytes ctxview returns (bytes cbdata)
getSubscriberFlowInfo(address subscriberview returns (uint256 lastUpdatedint96 flowRate)
stakerRegimeRevisions(address stakerview returns (uint256 regimeRevision)
userDeposits(address userview returns (uint256 deposit)
State-modifying
afterAgreementCreated(address superTokenaddress agreementClassbytes32bytes agreementDatabytesbytes ctxreturns (bytes newCtx)
afterAgreementTerminated(address superTokenaddress agreementClassbytes32bytes agreementDatabytes cbdatabytes ctxreturns (bytes newCtx)
afterAgreementUpdated(address superTokenaddress agreementClassbytes32bytes agreementDatabytes cbdatabytes ctxreturns (bytes newCtx)
depositBuffer(uint256 amountbytes ctxreturns (bytes newCtx)
distributeLeakedRewards(
distributeLeakedRewards(uint256 minimumAmount
distributeTotalInFlows(
emergencyCloseStream(address subscriber
emergencyCloseStreams(address[] subscribers
emergencyTransferTokens(
govMarkRegimeUpgradeStarted(
govUpgradeStakers(address[] stakers
handleStake(address stakeruint256 stakeDelta
handleUnstake(address stakeruint256 unstakeDelta
initialize(address _ownerint96 _flowRateuint256 creatorFeePctreturns (address channelPoolAddress)
Events
Initialized(uint8 version
Subscribed(address indexed subscriberint96 flowRate
SubscriptionUpdated(address indexed subscriberint96 oldFlowRateint96 newFlowRate
Unsubscribed(address indexed subscriberaddress indexed callerint96 previousFlowRate
Constructor
constructor(address hostaddress ethXaddress fanaddress protocolFeeDestuint256 protocolFeeAmountint96 minSubscriptionFlowRateint96 maxSubscriptionFlowRate
Fallback and receive

This contract contains no fallback and receive objects.

Errors
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(