InitializableImmutableAdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 15,788 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 ($5,537,541.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AAVE | ERC-20 | 31.045254K | $178.37 |
$5,537,541.94 | |
COLLAR | ERC-20 | 10M | -- | -- | |
LENS | ERC-20 | 2.218457B | -- | -- | |
LENS | ERC-20 | 695.883411M | -- | -- | |
LENS | ERC-20 | 110.501987M | -- | -- | |
LENS | ERC-20 | 7.115418M | -- | -- | |
FORM | ERC-20 | 8.021K | -- | -- |
Transactions
ABI
ABI objects
Getter at block 21248971
DISTRIBUTION_END() view returns (uint256)
1653238828
EMISSION_MANAGER() view returns (address)
0xee56e2b3d491590b5b31738cc34d5232f378a8d5
PRECISION() view returns (uint8)
18
REVISION() view returns (uint256)
2
REWARD_TOKEN() view returns (address)
0x4da27a545c0c5b758a6ba100e3a049001de870f5
STAKE_TOKEN() view returns (address)
0x4da27a545c0c5b758a6ba100e3a049001de870f5
getDistributionEnd() view returns (uint256)
1653238828
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 admin() returns (address)
implementation() returns (address)
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
initialize(address)
setClaimer(address user, address caller)
setDistributionEnd(uint256 distributionEnd)
Upgraded(address indexed implementation)
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 admin)
fallback()
This contract contains no error objects.