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 |
---|---|---|---|---|---|
test | ERC-20 | 10.000001B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12074847 | 8 months ago | | | 0 | 0.00010210863 | |
| 12074813 | 8 months ago | | | 0 | 0.00010213272 | |
| 12074235 | 8 months ago | | | 0 | 0.000081981616 | |
| 12073844 | 8 months ago | | | 0 | 0.00010210863 | |
| 12073797 | 8 months ago | | | 0 | 0.00010210863 | |
| 12073487 | 8 months ago | | | 0 | 0.00015430576 | |
| 12073475 | 8 months ago | | | 0 | 0.000058786014 | |
| 12073452 | 8 months ago | | | 0 | 0.00010210863 | |
| 12066233 | 8 months ago | | | 0 | 0.00010212067 | |
| 12066099 | 8 months ago | | | 0 | 0.00013646237 |
ABI
ABI objects
Getter at block 22775734
apy() view returns (uint256)
1200
calculateNewRewards() view returns (uint256)
8136420408498041800527
exitPenaltyPerc() view returns (uint256)
0
lockDuration() view returns (uint256)
2592000
owner() view returns (address)
0xddc0870676f5ebd598052df25fa49daa971d49b2
rewardToken() view returns (address)
0xeb8d4fd897942df06abe23d7085fce99b331209b
rewardsRemaining() view returns (uint256)
9999999988172142300263949588
stakingToken() view returns (address)
0xeb8d4fd897942df06abe23d7085fce99b331209b
totalStaked() view returns (uint256)
999100020097999999990
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.