NXDStakingVault
Verified contract
Active on
Ethereum with 841 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$3,434.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.920407 | $3,731.59 |
$3,434.58 | |
NXD | ERC-20 | 378.106633K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21300899 | 2 days ago | | | 0 | 0.0015900813 | |
| 21298116 | 2 days ago | | | 0 | 0.00087871200 | |
| 21295774 | 2 days ago | | | 0 | 0.0066841242 | |
| 21285028 | 4 days ago | | | 0 | 0.0011527208 | |
| 21283770 | 4 days ago | | | 0 | 0.0022615361 | |
| 21278777 | 5 days ago | | | 0 | 0.0020388453 | |
| 21278529 | 5 days ago | | | 0 | 0.0018947042 | |
| 21278526 | 5 days ago | | | 0 | 0.0019963371 | |
| 21274580 | 5 days ago | | | 0 | 0.00044510375 | |
| 21257885 | 8 days ago | | | 0 | 0.0013875615 |
ABI
ABI objects
Getter at block 21311776
WITHDRAWAL_COOLDOWN() view returns (uint256)
86400
averageFeesPerBlockEpoch() view returns (uint256 averagePerBlock)
1973343497230
averageFeesPerBlockSinceStart() view returns (uint256 averagePerBlock)
2540546323690
contractStartBlock() view returns (uint256)
19755761
cumulativeRewardsSinceStart() view returns (uint256)
3913610010981615986
epoch() view returns (uint256)
30
epochCalculationStartBlock() view returns (uint256)
21291750
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)
920406675913709015
pendingRewards() view returns (uint256)
13655742521658295
rewardsInThisEpoch() view returns (uint256)
39518176875543265
totalAllocPoint() view returns (uint256)
100
totalStaked() view returns (uint256)
355780050356332644123498
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()