NXDStakingVault
Verified contract
Active on
Ethereum with 800 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$3,514.39
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.329707 | $2,642.98 |
$3,514.39 | |
NXD | ERC-20 | 374.868743K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21052868 | 3 days ago | | | 0 | 0.00070799938 | |
| 21052463 | 3 days ago | | | 0 | 0.0019662081 | |
| 21052458 | 3 days ago | | | 0 | 0.0017989513 | |
| 21052456 | 3 days ago | | | 0 | 0.0017609651 | |
| 21024345 | 7 days ago | | | 0 | 0.00028040870 | |
| 21021344 | 8 days ago | | | 0 | 0.00069669594 | |
| 21017431 | 8 days ago | | | 0 | 0.00073226000 | |
| 21017137 | 8 days ago | | | 0 | 0.0030518365 | |
| 21013673 | 9 days ago | | | 0 | 0.0012304474 | |
| 21013655 | 9 days ago | | | 0 | 0.00034714321 |
ABI
ABI objects
Getter at block 21076411
WITHDRAWAL_COOLDOWN() view returns (uint256)
86400
averageFeesPerBlockEpoch() view returns (uint256 averagePerBlock)
2054595638630
averageFeesPerBlockSinceStart() view returns (uint256 averagePerBlock)
2645859037535
contractStartBlock() view returns (uint256)
19755761
cumulativeRewardsSinceStart() view returns (uint256)
3405581499349479634
epoch() view returns (uint256)
25
epochCalculationStartBlock() view returns (uint256)
21033253
locked() view returns (bool)
false
numPools() view returns (uint256)
1
nxd() view returns (address)
0x70536d44820fe3ddd4a2e3eedbc937b8b9d566c7
nxdPenaltyBurned() view returns (uint256)
713125495814569658712
nxdProtocol() view returns (address)
0xe05430d42842c7b757e5633d19ca65350e01ae11
ourETHBalance() view returns (uint256)
1329707432530145019
pendingRewards() view returns (uint256)
24772503333503746
rewardsInThisEpoch() view returns (uint256)
88672238572027531
totalAllocPoint() view returns (uint256)
100
totalStaked() view returns (uint256)
374823562156439369952215
Read-only
epochRewards(uint256) view returns (uint256)
pendingETH(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 accEthPerShare, bool withdrawable)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
withdrawalRequests(uint256, address) view returns (uint256 amount, uint256 canWithdrawAfterTimestamp)
State-modifying
Events addPendingRewards()
deposit(uint256 _pid, uint256 _amount)
depositFor(address _depositFor, uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
startNewEpochIfReady()
withdraw(uint256 _pid, uint256 _amount, bool acceptsPenalty)
withdrawCooldown(uint256 _pid)
Add(address indexed token, uint256 indexed pid, uint256 allocPoint, bool withdrawable)
Approval(address indexed owner, address indexed spender, uint256 _pid, uint256 value)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
WithdrawRequested(address indexed user, uint256 amount, uint256 canWithdrawAfterTimestamp)
constructor(address _nxd)
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
Cooldown()
FailedInnerCall()
InvalidAmount()
Locked()
NoRequest()
PoolAlreadyAdded()
SafeERC20FailedOperation(address token)
SendETHFail()
Underflow()
WithdrawDisabled()