BrewlabsFarm
Verified contract
Active on
Ethereum with 78 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x10f4…9bfe
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALCAZAR | ERC-20 | 5.747776M | -- | -- | |
UNI-V2 | ERC-20 | 79.151525 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17162998 | 2 years ago | | | 0.00089 | 0.013213231 | |
| 17156494 | 2 years ago | | | 0.00089 | 0.0052497499 | |
| 17137354 | 2 years ago | | | 0.00089 | 0.0065807446 | |
| 17137350 | 2 years ago | | | 0.00089 | 0.0060677313 | |
| 17137348 | 2 years ago | | | 0.00089 | 0.0055386429 | |
| 17134483 | 2 years ago | | | 0.00089 | 0.0080533617 | |
| 17134479 | 2 years ago | | | 0.00089 | 0.0075637063 | |
| 17134478 | 2 years ago | | | 0.00089 | 0.0075248446 | |
| 17123251 | 2 years ago | | | 0.00089 | 0.0073188864 | |
| 17123247 | 2 years ago | | | 0.00089 | 0.0053518472 |
ABI
ABI objects
Getter at block 21299861 insufficientRewards() view returns (uint256)
BONUS_MULTIPLIER() view returns (uint256)
1
PERCENT_PRECISION() view returns (uint256)
10000
accReflectionPerPoint() view returns (uint256)
0
availableDividendTokens() view returns (uint256)
0
availableRewardTokens() view returns (uint256)
5747775653089729124311769
brews() view returns (address)
0x10f44a834097469ac340592d28c479c442e99bfe
feeAddress() view returns (address)
0x2ff9d7be466f674c8640466a55ffdd02b3a00864
hasDividend() view returns (bool)
false
owner() view returns (address)
0x2ff9d7be466f674c8640466a55ffdd02b3a00864
performanceFee() view returns (uint256)
890000000000000
poolLength() view returns (uint256)
1
reflectionToken() view returns (address)
0x0000000000000000000000000000000000000000
rewardFee() view returns (uint256)
0
rewardPerBlock() view returns (uint256)
4126675721092475050
startBlock() view returns (uint256)
16184400
totalAllocPoint() view returns (uint256)
1000
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)
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)
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.