TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,438 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
0x60cd…b2d8
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0xcfa5…9f54
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15833491 | 2 years ago | | | 0 | 0.0024589823 | |
| 15831929 | 2 years ago | | | 0 | 0.0010144775 | |
| 15831904 | 2 years ago | | | 0 | 0.0018284815 | |
| 15823525 | 2 years ago | | | 0 | 0.00099875444 | |
| 15820023 | 2 years ago | | | 0 | 0.0021901289 | |
| 15819995 | 2 years ago | | | 0 | 0.0050510039 | |
| 15806872 | 2 years ago | | | 0 | 0.0011758576 | |
| 15805918 | 2 years ago | | | 0 | 0.0021204861 | |
| 15777028 | 2 years ago | | | 0 | 0.0045022956 | |
| 15679754 | 2 years ago | | | 0 | 0.00084838532 |
ABI
ABI objects
Getter at block 21099665 duration() view returns (uint256) lastTimeRewardApplicable() view returns (uint256) lastUpdateTime() view returns (uint256) periodFinish() view returns (uint256) rewardDistribution() view returns (address) rewardPerToken() view returns (uint256) rewardPerTokenStored() view returns (uint256) rewardRate() view returns (uint256) tokenDistro() view returns (address) totalSupply() view returns (uint256) uni() view returns (address)
owner() view returns (address)
0xbe7518a34df454157d68a36096da1554afde1806
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(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
__LPTokenWrapper_initialize(address _uni)
exit()
getReward()
initialize(address _tokenDistribution, address _uni, uint256 _duration)
notifyRewardAmount(uint256 reward)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
stakeWithPermit(uint256 amount, bytes permit)
transferOwnership(address newOwner)
withdraw(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.