Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 10 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLANK | ERC-20 | 0 | $0.014687 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14528239 | 3 years ago | | | 0 | 0.011068124 | |
| 14518150 | 3 years ago | | | 0 | 0.0045239200 | |
| 14480802 | 3 years ago | | | 0 | 0.0038792195 | |
| 14480800 | 3 years ago | | | 0 | 0.0037249784 | |
| 14451552 | 3 years ago | | | 0 | 0.0058703036 | |
| 14431055 | 3 years ago | | | 0 | 0.0046306669 | |
| 14427795 | 3 years ago | | | 0 | 0.0024738488 | |
| 14426803 | 3 years ago | | | 0 | 0.0036953564 | |
| 14424504 | 3 years ago | | | 0 | 0.0015089417 | |
| 14424500 | 3 years ago | | | 0 | 0.0043876862 |
ABI
ABI objects
Getter at block 21184450
factory() view returns (address)
0x388f7e6d45e058aa703227b44e216e3be3c6a6e7
farmGenerator() view returns (address)
0x197d2286f299c323272c08d768d7fd987e1350f2
farmInfo() view returns (address lpToken, address rewardToken, uint256 startBlock, uint256 blockReward, uint256 bonusEndBlock, uint256 bonus, uint256 endBlock, uint256 lastRewardBlock, uint256 accRewardPerShare, uint256 farmableSupply, uint256 numFarmers)
(lpToken=0xd8a07e9fe071106bf29536b93e8c9a26527af787, rewardToken=0x41a3dba3d677e573636ba691a70ff2d606c29666, startBlock=14189791, blockReward=691917149660780877, bonusEndBlock=14189791, bonus=1, endBlock=14390104, lastRewardBlock=14390104, accRewardPerShare=13907110654278, farmableSupply=138599999999999999814501, numFarmers=0)
farmType() view returns (uint256)
1
Read-only
getMultiplier(uint256 _from_block, uint256 _to) view returns (uint256)
pendingReward(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events deposit(uint256 _amount)
emergencyWithdraw()
init(address _rewardToken, uint256 _amount, address _lpToken, uint256 _blockReward, uint256 _startBlock, uint256 _endBlock, uint256 _bonusEndBlock, uint256 _bonus)
updatePool()
withdraw(uint256 _amount)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
Withdraw(address indexed user, uint256 amount)
constructor(address _factory, address _farmGenerator)
This contract contains no fallback and receive objects.
This contract contains no error objects.