
$PUSSY x $MOONER Farm User Guide.
The following explains the functionality of the $PUSSY x $MOONER and the $MOONER x $PUSSY farms on BSC.
TOTAL $MOONER TO BE REWARDED:
300,000 $MOONER
TOTAL $PUSSY TO BE REWARDED:
130,100,000 $PUSSY
Start Time (Tuesday, March 1, 2022 12:00:00 AM )
1646092800
END TIME (Friday, April 1, 2022 12:00:00 AM)
1648771200
$Mooner for $Pussy Farm Contract: ( Stake Mooner get $Pussy )
0xC8115996B5C984711A65b1d4A228203315a3e31e
$Pussy for $Mooner Farm Contract: (Stake Pussy get $MOONER )
0xA8E9A36d3F7E487e48344a1DD780F6B6A8cA57D8
Getting Started
The $PUSSY x $MOONER Farms requires users to have either $MOONER or $PUSSY for staking, without them users will not be able to participate in the farms
$PUSSY contract:
0xD9e8D20BDE081600fac0d94b88EAFaDDcE55aA43
$Mooner contract:
0x34E942859469c9dB9C22F4eAF866E2c2401BB795
Farm Functions
Staked tokens amount for a given wallet:
getStake(wallet_address)
Reward rate per-second:
getProgram()[2]
Remaining time in seconds until the end of the farm.
getProgram()[1] – Now
Total tokens Staked in the farm.
getTotalStaked()
Claim Rewards
claim()
Withdraw Staked Tokens and Claim Rewards
withdraw(unit256 amount)
How the farm works:
1. A user grants an allowance of tokens to be spent on the farm. ($PUSSY or $MOONER)
approve(address spender, uint256 amount)
2. The user can then stake a given amount of tokens for a non-locked farming period.
stake(uint256 amount)
3. Once the stake transaction has finished, and the farm has started, the user will begin collecting rewards at a calculated APR:
APR = (R * [seconds in a year] * 100 / (T * (conversion rate of either $MOONER or $PUSSY)))
4. At any time, a user can: claim, withdraw and add to their total staked tokens.