BrewlabsFarm
Verified contract
Active on
Ethereum with 570 txns
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 |
---|---|---|---|---|---|
Ly | ERC-20 | 69.576095T | -- | -- | |
LYF | ERC-20 | 78.524109K | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20583438 | 3 months ago | | | 0.00089 | 0.0020511840 | |
| 17516442 | a year ago | | | 0.00089 | 0.0058623921 | |
| 17516437 | a year ago | | | 0.00089 | 0.0056547226 | |
| 17500951 | a year ago | | | 0.00089 | 0.0076570241 | |
| 17500948 | a year ago | | | 0.00089 | 0.0082444825 | |
| 17498062 | a year ago | | | 0.00089 | 0.0058792035 | |
| 17488897 | a year ago | | | 0.00089 | 0.0037475533 | |
| 17488892 | a year ago | | | 0.00089 | 0.0046340649 | |
| 17481011 | a year ago | | | 0.00089 | 0.0093963320 | |
| 17481005 | a year ago | | | 0.00089 | 0.0080569195 |
ABI
ABI objects
Getter at block 21270436 availableDividendTokens() view returns (uint256)
BONUS_MULTIPLIER() view returns (uint256)
1
accReflectionPerPoint() view returns (uint256)
20355956620725456289555000000000
availableRewardTokens() view returns (uint256)
69350137108182565632541
brews() view returns (address)
0x8686525d6627a25c68de82c228448f43c97999f2
buyBackWallet() view returns (address)
0x64961ffd0d84b2355ec2b5d35b0d8d8825a774dc
feeAddress() view returns (address)
0xe1f1dd010bbc2860f81c8f90ea4e38db949bb16f
hasDividend() view returns (bool)
true
owner() view returns (address)
0xefb21a912b01cf1fa6c11f16ca0b2a6739e5da8d
performanceFee() view returns (uint256)
890000000000000
poolLength() view returns (uint256)
1
reflectionToken() view returns (address)
0x8686525d6627a25c68de82c228448f43c97999f2
rewardPerBlock() view returns (uint256)
511620173183428622
startBlock() view returns (uint256)
15259550
totalAllocPoint() view returns (uint256)
0
Read-only
getMultiplier(uint256 _from, uint256 _to, uint256 _endBlock) pure returns (uint256)
pendingReflections(uint256 _pid, address _user) view returns (uint256)
pendingRewards(uint256 _pid, address _user) view returns (uint256)
poolExistence(address) view returns (bool)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 duration, uint256 startBlock, uint256 bonusEndBlock, uint256 lastRewardBlock, uint256 accTokenPerShare, uint256 accReflectionPerShare, uint256 lastReflectionPerPoint, uint16 depositFee, uint16 withdrawFee)
swapSettings(uint256) view returns (address lpToken, address swapRouter, bool enabled)
totalStaked(uint256) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 reflectionDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFee, uint16 _withdrawFee, uint256 _duration, bool _withUpdate)
claimDividend(uint256 _pid) payable
claimReward(uint256 _pid) payable
compoundDividend(uint256 _pid) payable
compoundReward(uint256 _pid) payable
deposit(uint256 _pid, uint256 _amount) payable
depositRewards(uint256 _amount)
emergencyWithdraw(uint256 _pid)
emergencyWithdrawReflections()
emergencyWithdrawRewards(uint256 _amount)
massUpdatePools()
recoverWrongToken(address _token)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFee, uint16 _withdrawFee, uint256 _duration, bool _withUpdate)
setBuyBackWallet(address _addr)
setFeeAddress(address _feeAddress)
setPerformanceFee(uint256 _fee)
setSwapSetting(uint256 _pid, address _uniRouter, address[] _earnedToToken0, address[] _earnedToToken1, address[] _reflectionToToken0, address[] _reflectionToToken1, bool _enabled)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _rewardPerBlock)
updatePool(uint256 _pid)
updateStartBlock(uint256 _startBlock)
withdraw(uint256 _pid, uint256 _amount) payable
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)
SetBuyBackWallet(address indexed user, address newAddress)
SetFeeAddress(address indexed user, address indexed newAddress)
SetPerformanceFee(uint256 fee)
UpdateEmissionRate(address indexed user, uint256 rewardPerBlock)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _brews, address _reflectionToken, uint256 _rewardPerBlock, bool _hasDividend)
receive()
This contract contains no error objects.