TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 467 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($14,223.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 12.24042K | $0.478913 |
$5,862.1 | |
CVX | ERC-20 | 1.340116K | $3.21 |
$4,301.77 | |
FXS | ERC-20 | 1.335255K | $3.04 |
$4,059.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268966 | a day ago | | | 0 | 0.00069169493 | |
| 21268959 | a day ago | | | 0 | 0.0017494305 | |
| 21268014 | a day ago | | | 0 | 0.0024945693 | |
| 21142208 | 19 days ago | | | 0 | 0.0010863412 | |
| 21113177 | 23 days ago | | | 0 | 0.0014481276 | |
| 21106461 | 24 days ago | | | 0 | 0.00084853859 | |
| 21106454 | 24 days ago | | | 0 | 0.0011035591 | |
| 21049872 | a month ago | | | 0 | 0.0019458691 | |
| 21049093 | a month ago | | | 0 | 0.0011935275 | |
| 21043497 | a month ago | | | 0 | 0.0014925057 |
ABI
ABI objects
Getter at block 21275811
REWARDS_DURATION() view returns (uint256)
2211840
cvgControlTower() view returns (address)
0xb0afc8363b8f36e0cce5d54251e20720ffaeaee7
cvgRewards() view returns (address)
0xa044fd2e8254ec5de93b15b8b27d005899579109
getActualTde() view returns (uint256)
4
lockingManager() view returns (address)
0x0edb88aa3aa665782121fa2509b382f414a0c0ce
lockingService() view returns (address)
0xc8a6480ed7c7b1c401061f8d96be7de6f94d3e60
owner() view returns (address)
0x0af815364bd9e9e60f3d2d3bac1320b77d3e35f7
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceCheckedIn(uint256, uint256) view returns (uint256)
claimableRewards(uint256 tdeId, uint256 tokenId) view returns (struct ICommonStructTokenAmount[] userRewards)
getRewardsForDuration(uint256 tdeId) view returns (struct ICommonStructTokenAmount[] totalRewards)
isRewardToken(address) view returns (bool)
lastTimeRewardApplicable(uint256 tdeId, address _rewardToken) view returns (uint256)
rewardData(uint256, address) view returns (uint128 lastUpdateTime, uint128 periodFinish, uint256 rewardRate, uint256 rewardPerTokenStored)
rewardDistributors(address, address) view returns (bool)
rewardPerToken(uint256 tdeId, address _rewardToken) view returns (uint256)
rewardTokens(uint256, uint256) view returns (address)
rewards(uint256, uint256, address) view returns (uint256)
totalSupplyCheckedIn(uint256) view returns (uint256)
userRewardPerTokenPaid(uint256, uint256, address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOwnership()
addReward(struct IYsStreamerAddTokenRewardInput[] _addRewards)
approveRewardDistributor(struct YsStreamerRewardDistributorStruct[] _rewardDistributors)
checkIn(uint256 tokenId)
checkInFromLocking(uint256 tokenId, uint256 actualCycle)
checkInMultiple(uint256[] tokenIds)
getReward(uint256 tdeId, uint256 tokenId)
getRewardMultiple(struct IYsStreamerGetRewardInput[] _getRewardsInput)
initialize()
notifyRewardAmount(struct ICommonStructTokenAmount[] _rewardTokens)
recoverToken(address _tokenAddress, uint256 _tokenAmount)
renounceOwnership()
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
CheckIn(uint256 indexed tokenId, uint256 _amount)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Recovered(address _token, uint256 _amount)
RewardAdded(struct IYsStreamerAddTokenRewardInput[] _rewardTokens)
RewardDistributorApproved(address indexed _reward, address indexed _distributor, bool _state)
RewardNotified(struct ICommonStructTokenAmount[] rewardsDistributed)
RewardPaid(address indexed _user, address indexed _rewardToken, uint256 _reward)
Withdrawn(address indexed _user, uint256 _amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.