StakingPool
Verified contract
Active on
Ethereum with 2,201 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 8 additional slots
0x32c8…4eee
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
N3RDz | ERC-20 | 3.08005K | -- | -- | |
TROP | ERC-20 | 2K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19779851 | 7 months ago | | | 0 | 0.00088038302 | |
| 19485602 | 8 months ago | | | 0 | 0.0045167435 | |
| 18528709 | a year ago | | | 0 | 0.012014141 | |
| 16056946 | 2 years ago | | | 0 | 0.0010712449 | |
| 16056943 | 2 years ago | | | 0 | 0.0018713343 | |
| 15805252 | 2 years ago | | | 0 | 0.0033564640 | |
| 15737445 | 2 years ago | | | 0 | 0.0023774837 | |
| 15230259 | 2 years ago | | | 0 | 0.0017787857 | |
| 15120374 | 2 years ago | | | 0 | 0.0021067601 | |
| 14998983 | 2 years ago | | | 0 | 0.0049941241 |
ABI
ABI objects
Getter at block 21226914
NERD_LOCKED_PERIOD_DAYS() view returns (uint256)
14
NERD_RELEASE_TRUNK() view returns (uint256)
86400
REWARD_LOCKED_PERIOD() view returns (uint256)
2419200
REWARD_RELEASE_PERCENTAGE() view returns (uint256)
50
averageFeesPerBlockEpoch() view returns (uint256 averagePerBlock)
75756885086294
averageFeesPerBlockSinceStart() view returns (uint256 averagePerBlock)
75756885086294
contractStartBlock() view returns (uint256)
11498736
devaddr() view returns (address)
0x23d020f3fcc69e83afb1916832358738c2301999
epoch() view returns (uint256)
0
nerd() view returns (address)
0x32c868f6318d6334b2250f323d914bc2239e4eee
nerdAddress() view returns (address)
0x0000000000000000000000000000000000000000
nerdBalance() view returns (uint256)
325533045307920394952
nerdDeposit() view returns (uint256)
2754516951486204613932
owner() view returns (address)
0xf4a08fdd3d76233b3c181b6f05985f908edcd505
pendingDeposit() view returns (uint256)
0
pendingNerdForPool() view returns (uint256)
3137941238100402084
pendingRewards() view returns (uint256)
3382860325679605523
pending_DEV_rewards() view returns (uint256)
0
poolInfo() view returns (uint256 accNerdPerShare, uint256 lockedPeriod, bool emergencyWithdrawable, uint256 rewardsInThisEpoch, uint256 cumulativeRewardsSinceStart, uint256 startBlock, uint256 epochCalculationStartBlock, uint256 totalDeposit)
(accNerdPerShare=4481700743010637682, lockedPeriod=1209600, emergencyWithdrawable=false, rewardsInThisEpoch=733838521606914749191, cumulativeRewardsSinceStart=0, startBlock=11498736, epochCalculationStartBlock=11498736, totalDeposit=2754516951486204613932)
tentativeDevAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
computeReleasableNerd(address _addr) view returns (uint256)
daysSinceNerdReleaseTilNow(address _addr) view returns (uint256)
getDepositTime(address _addr) view returns (uint256)
getEpochReward(uint256 _epoch) view returns (uint256)
getLockedReward(address _user) view returns (uint256)
getNerdReleaseStart(address _user) view returns (uint256)
getReferenceAmount(address _user) view returns (uint256)
getRemainingNerd(address _user) view returns (uint256)
isMultipleOfWeek(uint256 _period) pure returns (bool)
pendingNerd(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 referenceAmount, uint256 rewardDebt, uint256 rewardLocked, uint256 releaseTime, uint256 depositTime)
State-modifying
Events claimAndRestake()
confirmDevAddress()
deposit(uint256 _originAmount)
depositFor(address _depositFor, uint256 _originAmount)
emergencyWithdraw()
initialize()
massUpdatePools()
quitPool()
renounceOwnership()
setDevFee(uint16 _DEV_FEE)
setDevFeeReciever(address _devaddr)
setEmergencyWithdrawable(bool _withdrawable)
startNewEpoch()
transferDevFee()
transferOwnership(address newOwner)
updatePendingRewards()
withdraw(uint256 _amount)
withdrawNerd()
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Restake(address indexed user, uint256 amount)
Withdraw(address indexed user, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.