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 |
---|---|---|---|---|---|
MOETA | ERC-20 | 61.416133K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19730625 | 7 months ago | | | 0 | 0.00050171163 | |
| 19657464 | 7 months ago | | | 0 | 0.00093527920 | |
| 19457741 | 8 months ago | | | 0 | 0.0018795291 | |
| 19282035 | 9 months ago | | | 0 | 0.0022565951 | |
| 19255038 | 9 months ago | | | 0 | 0.0016171620 | |
| 19223091 | 9 months ago | | | 0 | 0.0012631955 | |
| 19140958 | 10 months ago | | | 0 | 0.0017645211 | |
| 19117158 | 10 months ago | | | 0 | 0.00078967017 | |
| 19036550 | 10 months ago | | | 0 | 0.0023610102 | |
| 18734435 | a year ago | | | 0 | 0.0013067059 |
ABI
ABI objects
Getter at block 21218738
apy() view returns (uint256)
25
calculateNewRewards() view returns (uint256)
9165345835209
exitPenaltyPerc() view returns (uint256)
0
lockDuration() view returns (uint256)
0
owner() view returns (address)
0x6766f2adb29d3ccad69268b35076bfd3413af21d
rewardToken() view returns (address)
0x238a1fcc2f65ed50c1e1797cf5857cba3e82a55b
rewardsRemaining() view returns (uint256)
50158036161
stakingToken() view returns (address)
0x238a1fcc2f65ed50c1e1797cf5857cba3e82a55b
totalStaked() view returns (uint256)
61365975331428
Read-only
holderUnlockTime(address) view returns (uint256)
pendingReward(address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTimestamp, uint256 accTokensPerShare)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events deposit(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw()
massUpdatePools()
renounceOwnership()
startReward()
stopReward()
transferOwnership(address newOwner)
updateApy(uint256 newApy)
updateExitPenalty(uint256 newPenaltyPerc)
updatelockduration(uint256 newlockDuration)
withdraw()
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.