NerdVault
Verified contract
Active on
Ethereum with 1,983 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
0x32c8…4eee
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
N3RDz | ERC-20 | 1.108867K | -- | -- | |
UNI-V2 | ERC-20 | 723.530184 | -- | -- | |
UNI-V2 | ERC-20 | 490.533314 | -- | -- | |
UNI-V2 | ERC-20 | 171.452022 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19485513 | 8 months ago | | | 0 | 0.0071142631 | |
| 19485505 | 8 months ago | | | 0 | 0.0071660286 | |
| 19485496 | 8 months ago | | | 0 | 0.0074747789 | |
| 16367568 | 2 years ago | | | 0 | 0.0039863851 | |
| 16011882 | 2 years ago | | | 0 | 0.0043122505 | |
| 15978804 | 2 years ago | | | 0 | 0.0044538386 | |
| 15978800 | 2 years ago | | | 0 | 0.0045302743 | |
| 15719473 | 2 years ago | | | 0 | 0.010499911 | |
| 15490017 | 2 years ago | | | 0 | 0.0020166623 | |
| 15482709 | 2 years ago | | | 0 | 0.0027937062 |
ABI
ABI objects
Getter at block 21263001
ADDRESS_LOCKED_LP_ACCUMULATION() view returns (address)
0x0000000000000000000000000000000000000000
LP_ACCUMULATION_FEE() view returns (uint256)
1
LP_INITIAL_LOCKED_PERIOD() view returns (uint256)
2419200
LP_LOCKED_PERIOD_WEEKS() view returns (uint256)
10
LP_LOCK_FOREVER_PERCENT() view returns (uint256)
40
LP_RELEASE_TRUNK() view returns (uint256)
604800
REWARD_LOCKED_PERIOD() view returns (uint256)
2419200
REWARD_RELEASE_PERCENTAGE() view returns (uint256)
50
contractStartBlock() view returns (uint256)
11335654
devaddr() view returns (address)
0x23d020f3fcc69e83afb1916832358738c2301999
epoch() view returns (uint256)
0
nerd() view returns (address)
0x32c868f6318d6334b2250f323d914bc2239e4eee
owner() view returns (address)
0xf4a08fdd3d76233b3c181b6f05985f908edcd505
pendingRewards() view returns (uint256)
22563524376374587185
pending_DEV_rewards() view returns (uint256)
0
poolLength() view returns (uint256)
3
superAdmin() view returns (address)
0x23d020f3fcc69e83afb1916832358738c2301999
tentativeDevAddress() view returns (address)
0x0000000000000000000000000000000000000000
totalAllocPoint() view returns (uint256)
4500
uniswapFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapRouterV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
averageFeesPerBlockEpoch(uint256 _pid) view returns (uint256 averagePerBlock)
averageFeesPerBlockSinceStart(uint256 _pid) view returns (uint256 averagePerBlock)
computeLockedLP(uint256 _pid, address _addr) view returns (uint256)
computeReleasableLP(uint256 _pid, address _addr) view returns (uint256)
computeReleasableLPWithPenalty(uint256 _pid, address _addr) view returns (uint256 userAmount, uint256 penaltyAmount)
getAllocatedLP(address _user) view returns (uint256)
getDepositTime(uint256 _pid, address _addr) view returns (uint256)
getEpochReward(uint256 _pid, uint256 _epoch) view returns (uint256)
getLiquidityInfo(uint256 _pid) view returns (uint256 lpSupply, uint256 nerdAmount, uint256 totalNerdAmount, uint256 tokenAmount, uint256 totalTokenAmount, uint256 lockedLP, uint256 totalLockedLP)
getLockedReward(uint256 _pid, address _user) view returns (uint256)
getLpReleaseStart(uint256 _pid, address _user) view returns (uint256)
getPenaltyFactorForEarlyUnlockers(uint256 _pid, address _addr) view returns (uint256)
getReferenceAmount(uint256 _pid, address _user) view returns (uint256)
getRemainingLP(uint256 _pid, address _user) view returns (uint256)
isContract(address addr) view returns (bool)
isMultipleOfWeek(uint256 _period) pure returns (bool)
isTokenPairValid(address _pair) view returns (bool)
pendingNerd(uint256 _pid, address _user) view returns (uint256)
pendingNerdForPool(uint256 _pid) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 accNerdPerShare, uint256 lockedPeriod, bool emergencyWithdrawable, uint256 rewardsInThisEpoch, uint256 cumulativeRewardsSinceStart, uint256 startBlock, uint256 epochCalculationStartBlock)
poolToken(uint256 _pid) view returns (address)
userInfo(uint256, address) view returns (bool genesisLPClaimed, uint256 amount, uint256 referenceAmount, uint256 rewardDebt, uint256 rewardLocked, uint256 releaseTime, uint256 depositTime)
weeksSinceLPReleaseTilNow(uint256 _pid, address _addr) view returns (uint256)
State-modifying
Events add(uint256 _allocPoint, address _token, bool _withUpdate)
burnSuperAdmin()
claimLPToken()
claimLPTokensToFarmingPool(address _addr)
confirmDevAddress()
deposit(uint256 _pid, uint256 _originAmount)
depositFor(address _depositFor, uint256 _pid, uint256 _originAmount)
emergencyWithdraw(uint256 _pid)
initialize(address _nerd, address superAdmin)
massUpdatePools()
newSuperAdmin(address newOwner)
quitPool(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setAllowanceForPoolToken(address spender, uint256 _pid, uint256 value)
setDevFee(uint16 _DEV_FEE)
setDevFeeReciever(address _devaddr)
setEmergencyWithdrawable(uint256 _pid, bool _withdrawable)
setPoolLockPeriod(uint256 _pid, uint256 _lockedPeriod)
setStrategyContractOrDistributionContractAllowance(address tokenAddress, uint256 _amount, address contractAddress)
startNewEpoch()
transferDevFee()
transferOwnership(address newOwner)
updatePendingRewards()
withdraw(uint256 _pid, uint256 _amount)
withdrawFrom(address owner, uint256 _pid, uint256 _amount)
withdrawNerd(uint256 _pid)
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)
LPTokenClaimed(address dst, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SuperAdminTransfered(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.