StakedTokenIncentivesController
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "StakedTokenIncentivesController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17922896 | a year ago | | | 0 | 0.0021310800 |
ABI
ABI objects
Getter at block 21218412
DISTRIBUTION_END() view returns (uint256)
0
EMISSION_MANAGER() view returns (address)
0xfe6de700427cc0f964aa6ce15df2bb56c7efdd60
PRECISION() pure returns (uint8)
18
REWARD_TOKEN() view returns (address)
0x59276455177429ae2af1cc62b77ae31b34ec3890
getDistributionEnd() view returns (uint256)
0
Read-only
assets(address) view returns (uint104 emissionPerSecond, uint104 index, uint40 lastUpdateTimestamp)
getAssetData(address asset) view returns (uint256, uint256, uint256)
getClaimer(address user) view returns (address)
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, address to) returns (uint256)
claimRewardsOnBehalf(address[] assets, uint256 amount, address user, address to) returns (uint256)
configureAssets(address[] assets, uint256[] emissionsPerSecond) payable
handleAction(address user, uint256 totalSupply, uint256 userBalance)
initialize(address _provider)
setClaimer(address user, address caller) payable
setDistributionEnd(uint256 distributionEnd) payable
AssetConfigUpdated(address indexed asset, uint256 emission)
AssetIndexUpdated(address indexed asset, uint256 index)
ClaimerSet(address indexed user, address indexed claimer)
DistributionEndUpdated(uint256 newDistributionEnd)
RewardsAccrued(address indexed user, uint256 amount)
RewardsClaimed(address indexed user, address indexed to, address indexed claimer, uint256 amount)
RewardsClaimed(address indexed user, address indexed to, uint256 amount)
UserIndexUpdated(address indexed user, address indexed asset, uint256 index)
constructor(address emissionManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.