XProjectStaking
Verified contract
Active on
Ethereum with 1,486 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($356,208.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XERS | ERC-20 | 466.033488M | $0.000764 |
$356,208.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246845 | 6 days ago | | | 0 | 0.0012482649 | |
| 21246051 | 6 days ago | | | 0 | 0.0029632057 | |
| 21245254 | 6 days ago | | | 0 | 0.0012256690 | |
| 21245248 | 6 days ago | | | 0 | 0.0013640735 | |
| 21242035 | 6 days ago | | | 0 | 0.0011897933 | |
| 21242031 | 6 days ago | | | 0 | 0.00096137434 | |
| 21235546 | 7 days ago | | | 0 | 0.0021413465 | |
| 21235485 | 7 days ago | | | 0 | 0.0010095020 | |
| 21235468 | 7 days ago | | | 0 | 0.00092441241 | |
| 21235404 | 7 days ago | | | 0 | 0.0010349279 |
ABI
ABI objects
Getter at block 21287660
apr() view returns (uint256)
15
calculateNewRewards() view returns (uint256)
953512810405395680033280
canCompoundOrStakeMore() view returns (bool)
true
exitPenaltyPerc() view returns (uint256)
20
lockDuration() view returns (uint256)
604800
owner() view returns (address)
0xf2344d7d92ceb2ca56b6673a2e797391d324e3a7
poolInfo() view returns (address lpToken, uint256 lastRewardTimestamp, uint256 accTokensPerShare)
(lpToken=0x6c10d1611a5a95cb967e4bcab5791fd101194949, lastRewardTimestamp=1732321619, accTokensPerShare=113200798413)
rewardToken() view returns (address)
0x6c10d1611a5a95cb967e4bcab5791fd101194949
rewardsRemaining() view returns (uint256)
59335064179462954006507106
stakingToken() view returns (address)
0x6c10d1611a5a95cb967e4bcab5791fd101194949
totalStaked() view returns (uint256)
406698423368938852716503062
Read-only
holderUnlockTime(address) view returns (uint256)
pendingReward(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events compound()
deposit(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw()
renounceOwnership()
startReward()
stopReward()
transferOwnership(address newOwner)
updateApr(uint256 newApr)
updateCanCompoundOrStakeMore(bool compoundEnabled)
updateExitPenalty(uint256 newPenaltyPerc)
updateLockDuration(uint256 daysForLock)
withdraw()
Compound(address indexed user)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount)
constructor(address _stakingToken, address _rewardToken, uint256 _apr, uint256 _lockDurationInDays, uint256 _exitPenaltyPerc, bool _canCompoundOrStakeMore)
This contract contains no fallback and receive objects.
This contract contains no error objects.