SiloIncentivesController
Verified contract
Active on
Ethereum with 54 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 |
---|---|---|---|---|---|
Silo | ERC-20 | 466.860405K | $0.043358 |
$20,242.25 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283961 | 6 days ago | | | 0 | 0.0043434381 | |
| 21275142 | 8 days ago | | | 0 | 0.0029994175 | |
| 21274417 | 8 days ago | | | 0 | 0.0054165541 | |
| 21192610 | 19 days ago | | | 0 | 0.0054874386 | |
| 21109500 | a month ago | | | 0 | 0.0021727254 | |
| 21106543 | a month ago | | | 0 | 0.0016787886 | |
| 21098868 | a month ago | | | 0 | 0.0016923689 | |
| 21070905 | a month ago | | | 0 | 0.0038497796 | |
| 21019361 | a month ago | | | 0 | 0.0028898906 | |
| 21019250 | a month ago | | | 0 | 0.0026218262 |
ABI
ABI objects
Getter at block 21329979
DISTRIBUTION_END() view returns (uint256)
1735833600
EMISSION_MANAGER() view returns (address)
0xc04f84a02cc65f14f4e8c982a7a467ee88c5311e
PRECISION() view returns (uint8)
18
REVISION() view returns (uint256)
1
REWARD_TOKEN() view returns (address)
0x6f80310ca7f2c654691d1383149fa1a57d8ab1f8
TEN_POW_PRECISION() view returns (uint256)
1000000000000000000
getDistributionEnd() view returns (uint256)
1735833600
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()