TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,138 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x5fe7…e162
0x74e6…e057
Balances ($394,862.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHEZMU | ERC-20 | 128.202249K | $3.08 |
$394,862.93 | |
CZ | ERC-20 | 67.418418K | -- | -- | |
UNI-V2 | ERC-20 | 8.957289 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21294963 | 6 hours ago | | | 0 | 0.0028591825 | |
| 21294680 | 7 hours ago | | | 0 | 0.0020069724 | |
| 21294534 | 7 hours ago | | | 0 | 0.0019347893 | |
| 21293999 | 9 hours ago | | | 0 | 0.0017356177 | |
| 21293967 | 9 hours ago | | | 0 | 0.0019270556 | |
| 21293602 | 11 hours ago | | | 0 | 0.0036528184 | |
| 21292504 | 14 hours ago | | | 0 | 0.00063566608 | |
| 21290728 | 20 hours ago | | | 0 | 0.00037277951 | |
| 21289754 | a day ago | | | 0 | 0.00054003566 | |
| 21289634 | a day ago | | | 0 | 0.00044508292 |
ABI
ABI objects
Getter at block 21296759
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_STAKING_PERIOD() view returns (uint256)
125798400
MIN_STAKING_PERIOD() view returns (uint256)
7257600
extendPeriodEnabled() view returns (bool)
true
lastRewardRate() view returns (uint256)
33030771466698
lastRewardTime() view returns (uint256)
1732761515
moreStakingEnabled() view returns (bool)
true
relockEnabled() view returns (bool)
false
rewardPerShare() view returns (uint256)
21139589270888135
rewardToken() view returns (address)
0x74e6cac32234133fe06bd0f4d8237dee1dede057
stakingToken() view returns (address)
0x5fe72ed557d8a02fff49b3b826792c765d5ce162
totalShares() view returns (uint256)
92934446325885532996749
totalStaked() view returns (uint256)
128202248625820315839610
Read-only
calculateShares(uint256 amount, uint256 stakingPeriod) pure returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getUserStake(address user) view returns (uint256 amount, uint256 shares, uint256 stakingPeriod, uint256 startTime, uint256 rewardDebt)
hasRole(bytes32 role, address account) view returns (bool)
isUnlocked(address user) view returns (bool)
pendingRewards(address user) view returns (uint256)
stakes(address) view returns (uint256 amount, uint256 shares, uint256 stakingPeriod, uint256 startTime, uint256 rewardDebt)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addMoreStaking(uint256 amount)
addRewards(uint256 amount)
claim()
enableExtendPeriod(bool enable)
enableMoreStaking(bool enable)
enableRelock(bool enable)
extendStakingPeriod(uint256 newStakingPeriod)
grantRole(bytes32 role, address account)
initialize(address _stakingToken, address _rewardToken)
lock(uint256 amount, uint256 stakingPeriod)
relock(uint256 newStakingPeriod)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
unlock()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Claimed(address indexed user, uint256 rewards)
ExtendsPeriod(address indexed user, uint256 period)
Initialized(uint8 version)
Relocked(address indexed user, uint256 period)
RewardsAdded(uint256 rewards)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Staked(address indexed user, uint256 amount, uint256 lockPeriod)
Withdrawn(address indexed user, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AlreadyLocked(address user)
Disabled()
InvalidStakingPeriod()
NoStaking(address user)
NotLocked(address user)
NotUnlocked(address user)