BendProtocolIncentivesController
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "BendProtocolIncentivesController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BendProtocolIncentivesController"
ABI
ABI objects
Getter at block 21218594
DISTRIBUTION_END() view returns (uint256)
0
PRECISION() view returns (uint8)
18
REWARDS_VAULT() view returns (address)
0x0000000000000000000000000000000000000000
REWARD_TOKEN() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
assets(address) view returns (uint128 emissionPerSecond, uint128 lastUpdateTimestamp, uint256 index)
authorizedAssets(address) view returns (bool)
getRewardsBalance(address[] _assets, address _user) view returns (uint256)
getUserAssetData(address _user, address _asset) view returns (uint256)
getUserUnclaimedRewards(address _user) view returns (uint256)
State-modifying
Events claimRewards(address[] _assets, uint256 _amount) returns (uint256)
configureAssets(address[] _assets, uint256[] _emissionsPerSecond)
handleAction(address _user, uint256 _totalSupply, uint256 _userBalance)
initialize(address _rewardToken, address _rewardsVault, uint128 _distributionDuration)
renounceOwnership()
setDistributionEnd(uint256 _distributionEnd)
transferOwnership(address newOwner)
AssetConfigUpdated(address indexed _asset, uint256 _emissionPerSecond)
AssetIndexUpdated(address indexed _asset, uint256 _index)
DistributionEndUpdated(uint256 newDistributionEnd)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsAccrued(address indexed _user, uint256 _amount)
RewardsClaimed(address indexed _user, uint256 _amount)
UserIndexUpdated(address indexed user, address indexed asset, uint256 index)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.