SiloIncentivesController
Verified contract
Active on
Ethereum with 860 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 94.021379K | $0.336981 |
$31,683.42 | |
HQG | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20844982 | 2 months ago | | | 0 | 0.0020170992 | |
| 20705120 | 2 months ago | | | 0 | 0.00027048491 | |
| 20567494 | 3 months ago | | | 0 | 0.00020645758 | |
| 20565578 | 3 months ago | | | 0 | 0.00026028188 | |
| 20564498 | 3 months ago | | | 0 | 0.00019907227 | |
| 20519744 | 3 months ago | | | 0 | 0.00056821305 | |
| 20475542 | 3 months ago | | | 0 | 0.00055618247 | |
| 20474688 | 3 months ago | | | 0 | 0.00020059403 | |
| 20474557 | 3 months ago | | | 0 | 0.00036836582 | |
| 20439512 | 3 months ago | | | 0 | 0.00041076205 |
ABI
ABI objects
Getter at block 21203695
DISTRIBUTION_END() view returns (uint256)
1718719200
EMISSION_MANAGER() view returns (address)
0xc04f84a02cc65f14f4e8c982a7a467ee88c5311e
PRECISION() view returns (uint8)
18
REVISION() view returns (uint256)
1
REWARD_TOKEN() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
TEN_POW_PRECISION() view returns (uint256)
1000000000000000000
getDistributionEnd() view returns (uint256)
1718719200
notificationReceiverPing() pure returns (bytes4)
0x11279b4a
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)
claimRewardsToSelf(address[] assets, uint256 amount) returns (uint256)
configureAssets(address[] assets, uint256[] emissionsPerSecond)
handleAction(address user, uint256 totalSupply, uint256 userBalance)
onAfterTransfer(address, address _from, address _to, uint256 _amount)
rescueRewards()
setClaimer(address user, address caller)
setDistributionEnd(uint256 distributionEnd)
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)
UserIndexUpdated(address indexed user, address indexed asset, uint256 index)
constructor(address rewardToken, address emissionManager)
This contract contains no fallback and receive objects.
ClaimerUnauthorized()
IndexOverflow()
IndexOverflowAtEmissionsPerSecond()
InvalidConfiguration()
InvalidToAddress()
InvalidUserAddress()
OnlyEmissionManager()