FarmingBad
Verified contract
Active on
Ethereum with 6,909 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1100…bffd
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
METH | ERC-20 | 10.584395M | -- | -- | |
UNI-V2 | ERC-20 | 6.570374K | -- | -- | |
UNI-V2 | ERC-20 | 21.451776 | -- | -- | |
UNI-V2 | ERC-20 | 0.304504 | -- | -- | |
UNI-V2 | ERC-20 | 0.00003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18653432 | a year ago | | | 0 | 0.0012589212 | |
| 18452323 | a year ago | | | 0 | 0.00053281077 | |
| 18452306 | a year ago | | | 0 | 0.00071997401 | |
| 18119941 | a year ago | | | 0 | 0.00099076800 | |
| 13939053 | 3 years ago | | | 0 | 0.0059109267 | |
| 13494159 | 3 years ago | | | 0 | 0.010401743 | |
| 13480744 | 3 years ago | | | 0 | 0.0038304189 | |
| 13231182 | 3 years ago | | | 0 | 0.0049306005 | |
| 13061435 | 3 years ago | | | 0 | 0.0017961150 | |
| 13005716 | 3 years ago | | | 0 | 0.0053702329 |
ABI
ABI objects
Getter at block 21210875
BONUS_MULTIPLIER() view returns (uint256)
1
DEV_TAX() view returns (uint256)
5
METH() view returns (address)
0x11003e410ca3fcd220765b3d2f343433a0b2bffd
berhaneValue() view returns (uint256)
35000000000000
bonusEndBlock() view returns (uint256)
11799070
devaddr() view returns (address)
0xc525f04eb089462720fcf29eca81c28369d91bb0
lastBlockUpdate() view returns (uint256)
12266916
methPerBlock() view returns (uint256)
29625670000000000000
owner() view returns (address)
0x1750b0fdf7fcaa9b9065467de324230159f6463a
poolLength() view returns (uint256)
9
startBlock() view returns (uint256)
11799070
totalAllocPoint() view returns (uint256)
0
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
lpTokenExistsInPool(address) view returns (bool)
pendingMETH(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accMETHPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
updateDevAddress(address _devAddress)
updateLpTokenExists(address _lpTokenAddr, bool _isExists)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _METH, address _devaddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.