Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOON | ERC-20 | 20.423253K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14061597 | 7 months ago | | | 0 | 4.3341837e-7 | |
| 14061576 | 7 months ago | | | 0 | 5.7883223e-7 | |
| 14057876 | 7 months ago | | | 0 | 0.0000022314818 | |
| 14053820 | 7 months ago | | | 0 | 4.2752881e-7 | |
| 14023901 | 7 months ago | | | 0 | 0.0000022393821 | |
| 12922112 | 7 months ago | | | 0 | 0.0000017247106 | |
| 12921595 | 7 months ago | | | 0 | 0.0000015840283 | |
| 12921271 | 7 months ago | | | 0 | 0.0000017126577 | |
| 12920544 | 7 months ago | | | 0 | 0.0000020023752 | |
| 12871654 | 7 months ago | | | 0 | 0.0000015148693 |
ABI
ABI objects
Getter at block 22768170 getPricePerFullShare() view returns (uint256) pendingNATIVERewards() view returns (uint256) totalBalance() view returns (uint256)
MAX_PERFORMANCE_FEE() view returns (uint256)
1500
admin() view returns (address)
0x9db152c244ac03b9e3e4b9af39785ef765c26cea
balanceOf() view returns (uint256)
20423253054409589711404
lastHarvestedTime() view returns (uint256)
1698817467
lockDuration() view returns (uint256)
2592000
lockDurationMax() view returns (uint256)
2592000
nativeFarm() view returns (address)
0x99554fa8b48f735d4ccce5e077742cf2d084b258
owner() view returns (address)
0x9db152c244ac03b9e3e4b9af39785ef765c26cea
paused() view returns (bool)
false
performanceFee() view returns (uint256)
500
pid() view returns (uint256)
5
rewardPerSecond() view returns (uint256)
400000000000000000
rewardToken() view returns (address)
0xef0b2ccb53a683fa48799245f376d6a60929f003
rewardVault() view returns (address)
0x06988df5ab21b9c0545bee88f73093028d598fe8
token() view returns (address)
0xef0b2ccb53a683fa48799245f376d6a60929f003
totalShares() view returns (uint256)
3491794939645611174929047
treasury() view returns (address)
0xb67e94fe6b2671dc6d9cb0574ebf49517b246707
Read-only
getClaimAmt(address _userAddress) view returns (uint256)
totalUserBalance(address _user) view returns (uint256)
userInfo(address) view returns (uint256 shares, uint256 lastDepositTime, uint256 NATIVEAtLastUserAction, uint256 lastUserActionTime, uint256 rewardDebt)
State-modifying
Events claimReward(address _userAddress)
deposit(uint256 _amount) returns (uint256)
emergencyWithdraw()
harvest()
inCaseTokensGetStuck(address _token)
pause()
renounceOwnership()
setAdmin(address _admin)
setLockDuration(uint256 _lockDuration)
setPerformanceFee(uint256 _performanceFee)
setRewardPerSecond(uint256 _rewardPerSecond)
setRewardVault(address _rewardVault)
setTreasury(address _treasury)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 _wantAmt)
withdrawAll()
Deposit(address indexed user, uint256 amount, uint256 shares, uint256 lastDepositTime)
Harvest(address indexed sender, uint256 performanceFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Paused(address account)
Unpause()
Unpaused(address account)
Withdraw(address indexed user, uint256 amount, uint256 shares)
constructor(address _token, address _rewardToken, address _nativeFarm, address _admin, address _rewardVault, address _treasury, uint256 _pid, uint256 _rewardPerSecond, uint256 _lockDurationMax, uint256 _lockDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.