PositionRewardsV2
Verified contract
Active on
Ethereum with 2,359 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5005…0e79
Balances ($425.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GOVI | ERC-20 | 4.919536K | $0.086507 |
$425.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14746295 | 3 years ago | | | 0 | 0.0047770389 | |
| 14725806 | 3 years ago | | | 0 | 0.0026055082 | |
| 14713207 | 3 years ago | | | 0 | 0.0042339315 | |
| 14668247 | 3 years ago | | | 0 | 0.0060118637 | |
| 14608950 | 3 years ago | | | 0 | 0.0021371198 | |
| 14595579 | 3 years ago | | | 0 | 0.0020855007 | |
| 14536035 | 3 years ago | | | 0 | 0.0041812466 | |
| 14536030 | 3 years ago | | | 0 | 0.0043862231 | |
| 14536027 | 3 years ago | | | 0 | 0.0048365093 | |
| 14536024 | 3 years ago | | | 0 | 0.0056450041 |
ABI
ABI objects
Getter at block 21257944
PRECISION_DECIMALS() view returns (uint256)
10000000000
lastClaimedDay() view returns (uint256)
19122
lastMaxSingleReward() view returns (uint256)
520000000000000000000
lastRewardMaxLinearGOVI() view returns (uint256)
100000000000000000000
lastRewardMaxLinearPositionUnits() view returns (uint256)
8000000000000000000
maxClaimPeriod() view returns (uint256)
2592000
maxDailyReward() view returns (uint256)
2700000000000000000000
maxRewardTime() view returns (uint256)
172800
maxRewardTimePercentageGain() view returns (uint256)
3000000000
maxSingleReward() view returns (uint256)
520000000000000000000
owner() view returns (address)
0xcedad8c0ae5e0a878c01cc8c81e0ca2dba909ded
platform() view returns (address)
0x5005e8dc0033e78af80cfc8d10f5163f2fcf0e79
rewardCalculationValidTimestamp() view returns (uint256)
1627646938
rewardFactor() view returns (uint256)
10000000000000
rewardMaxLinearGOVI() view returns (uint256)
100000000000000000000
rewardMaxLinearPositionUnits() view returns (uint256)
8000000000000000000
rewarder() view returns (address)
0xb9c23d0d60d98ff55164b69cc7562e8b762d6f6b
todayClaimedRewards() view returns (uint256)
514563280000000000000
Read-only
calculatePositionReward(uint256 _positionUnits, uint256 _positionTimestamp) view returns (uint256 rewardAmount)
unclaimedPositionUnits(address) view returns (uint256)
State-modifying
Events claimReward()
renounceOwnership()
reward(address _account, uint256 _positionUnits, uint8 _leverage)
setMaxClaimPeriod(uint256 _newMaxClaimPeriod)
setMaxDailyReward(uint256 _newMaxDailyReward)
setMaxRewardTime(uint256 _newMaxRewardTime)
setMaxRewardTimePercentageGain(uint256 _newMaxRewardTimePercentageGain)
setPlatform(address _newPlatform)
setRewardCalculationParameters(uint256 _newMaxSingleReward, uint256 _rewardMaxLinearPositionUnits, uint256 _rewardMaxLinearGOVI)
setRewardFactor(uint256 _newRewardFactor)
setRewarder(address _newRewarder)
transferOwnership(address newOwner)
Claimed(address indexed account, uint256 rewardAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _cviToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.