BrewlabsFarm
Verified contract
Active on
Ethereum with 90 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9d71…a938
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROO | ERC-20 | 5.025629B | -- | -- | |
UNI-V2 | ERC-20 | 35.280591K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19382838 | 9 months ago | | | 0.00089 | 0.015322461 | |
| 19260009 | 9 months ago | | | 0.00089 | 0.0072853630 | |
| 19102512 | 10 months ago | | | 0.00089 | 0.0029989960 | |
| 19100569 | 10 months ago | | | 0.00089 | 0.0030808923 | |
| 19075061 | 10 months ago | | | 0.00089 | 0.0028291936 | |
| 18980575 | 10 months ago | | | 0.00089 | 0.0094457826 | |
| 18951762 | a year ago | | | 0.00089 | 0.0042621964 | |
| 18951609 | a year ago | | | 0.00089 | 0.0020749330 | |
| 18951607 | a year ago | | | 0.00089 | 0.0042864223 | |
| 18864197 | a year ago | | | 0.00089 | 0.0039297786 |
ABI
ABI objects
Getter at block 21257253 availableRewardTokens() view returns (uint256) insufficientRewards() view returns (uint256)
BONUS_MULTIPLIER() view returns (uint256)
1
PERCENT_PRECISION() view returns (uint256)
10000
accReflectionPerPoint() view returns (uint256)
0
autoAdjustableForRewardRate() view returns (bool)
false
availableDividendTokens() view returns (uint256)
0
brews() view returns (address)
0x9d7107c8e30617cadc11f9692a19c82ae8bba938
feeAddress() view returns (address)
0xe2123f0f85953414eb3b4dfa97790ec8e0102d44
hasDividend() view returns (bool)
false
owner() view returns (address)
0xbc816baf0e8918a17e2014581f511ddaa0897b35
performanceFee() view returns (uint256)
890000000000000
poolLength() view returns (uint256)
1
reflectionToken() view returns (address)
0x0000000000000000000000000000000000000000
rewardFee() view returns (uint256)
0
rewardPerBlock() view returns (uint256)
0
startBlock() view returns (uint256)
16482300
totalAllocPoint() view returns (uint256)
0
treasury() view returns (address)
0x64961ffd0d84b2355ec2b5d35b0d8d8825a774dc
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)
increaseEmissionRate(uint256 _amount)
massUpdatePools()
recoverWrongToken(address _token)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFee, uint16 _withdrawFee, uint256 _duration, bool _withUpdate)
setAutoAdjustableForRewardRate(bool _status)
setBuyBackWallet(address _addr)
setFeeAddress(address _feeAddress)
setPerformanceFee(uint256 _fee)
setRewardFee(uint256 _fee)
setSwapSetting(uint256 _pid, address _uniRouter, address[] _earnedToToken0, address[] _earnedToToken1, address[] _reflectionToToken0, address[] _reflectionToToken1, bool _enabled)
transferOwnership(address newOwner)
transferToHarvest()
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)
SetAutoAdjustableForRewardRate(bool status)
SetBuyBackWallet(address indexed user, address newAddress)
SetFeeAddress(address indexed user, address indexed newAddress)
SetPerformanceFee(uint256 fee)
SetRewardFee(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.