BrewlabsStaking
Verified contract
Active on
Ethereum with 82 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdad3…77ba
0x90a1…70f6
11 additional
variables
Balances ($189.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BREWLABS | ERC-20 | 68.832026K | $0.002754 |
$189.56 | |
FUNICULAR | ERC-20 | 213.736905 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19486422 | 8 months ago | | | 0.00089 | 0.0074589624 | |
| 19083239 | 10 months ago | | | 0.00089 | 0.014129867 | |
| 19022741 | 10 months ago | | | 0.00089 | 0.011625366 | |
| 19022737 | 10 months ago | | | 0.00089 | 0.0054195957 | |
| 18875452 | a year ago | | | 0.00089 | 0.0079647634 | |
| 18871408 | a year ago | | | 0.00089 | 0.018280241 | |
| 18860918 | a year ago | | | 0.00089 | 0.0080226564 | |
| 18855251 | a year ago | | | 0.00089 | 0.0094422111 | |
| 18839378 | a year ago | | | 0.00089 | 0.010675895 | |
| 18767215 | a year ago | | | 0.00089 | 0.013879255 |
ABI
ABI objects
Getter at block 21302782 insufficientRewards() view returns (uint256)
MAX_FEE() view returns (uint256)
2000
PRECISION_FACTOR() view returns (uint256)
10000000000000000000000
PRECISION_FACTOR_REFLECTION() view returns (uint256)
10000000000000000000000
accDividendPerShare() view returns (uint256)
0
accTokenPerShare() view returns (uint256)
31640842054696544196046954218
autoAdjustableForRewardRate() view returns (bool)
false
availableDividendTokens() view returns (uint256)
0
availableRewardTokens() view returns (uint256)
213736904648825933824
bonusEndBlock() view returns (uint256)
18835756
depositFee() view returns (uint256)
10
dividendToken() view returns (address)
0x0000000000000000000000000000000000000000
duration() view returns (uint256)
365
earnedToken() view returns (address)
0x90a1dd7f8dad69fd1000a2d185d29bfddce970f6
hasDividend() view returns (bool)
false
hasUserLimit() view returns (bool)
false
isInitialized() view returns (bool)
true
lastRewardBlock() view returns (uint256)
19486422
owner() view returns (address)
0xe1f1dd010bbc2860f81c8f90ea4e38db949bb16f
performanceFee() view returns (uint256)
890000000000000
poolLimitPerUser() view returns (uint256)
0
rewardPerBlock() view returns (uint256)
4263501443195238
slippageFactor() view returns (uint256)
800
slippageFactorUL() view returns (uint256)
9950
stakingToken() view returns (address)
0xdad33e12e61dc2f2692f2c12e6303b5ade7277ba
startBlock() view returns (uint256)
16490266
totalStaked() view returns (uint256)
68832026130346
treasury() view returns (address)
0x64961ffd0d84b2355ec2b5d35b0d8d8825a774dc
uniRouterAddress() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletA() view returns (address)
0xe1f1dd010bbc2860f81c8f90ea4e38db949bb16f
withdrawFee() view returns (uint256)
0
Read-only
earnedToStakedPath(uint256) view returns (address)
pendingDividends(address _user) view returns (uint256)
pendingReward(address _user) view returns (uint256)
reflectionToStakedPath(uint256) view returns (address)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt, uint256 reflectionDebt)
State-modifying
Events claimDividend() payable
claimReward() payable
compoundDividend() payable
compoundReward() payable
deposit(uint256 _amount) payable
depositRewards(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw()
harvestTo(address _treasury)
increaseEmissionRate(uint256 _amount)
initialize(address _stakingToken, address _earnedToken, address _dividendToken, uint256 _rewardPerBlock, uint256 _depositFee, uint256 _withdrawFee, address _uniRouter, address[] _earnedToStakedPath, address[] _reflectionToStakedPath, bool _hasDividend)
recoverWrongTokens(address _tokenAddress, uint256 _tokenAmount)
renounceOwnership()
setAutoAdjustableForRewardRate(bool _status)
setDuration(uint256 _duration)
setServiceInfo(address _treasury, uint256 _fee)
setSettings(uint256 _depositFee, uint256 _withdrawFee, uint256 _slippageFactor, address _uniRouter, address[] _earnedToStakedPath, address[] _reflectionToStakedPath)
startReward()
stopReward()
transferOwnership(address newOwner)
updateEndBlock(uint256 _endBlock)
updatePoolLimitPerUser(bool _hasUserLimit, uint256 _poolLimitPerUser)
updateRewardPerBlock(uint256 _rewardPerBlock)
updateWalletA(address _walletA)
withdraw(uint256 _amount) payable
AdminTokenRecovered(address tokenRecovered, uint256 amount)
Deposit(address indexed user, uint256 amount)
DurationUpdated(uint256 _duration)
EmergencyWithdraw(address indexed user, uint256 amount)
EndBlockUpdated(uint256 blockNumber)
NewRewardPerBlock(uint256 rewardPerBlock)
NewStartAndEndBlocks(uint256 startBlock, uint256 endBlock)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsStop(uint256 blockNumber)
ServiceInfoUpadted(address _addr, uint256 _fee)
SetAutoAdjustableForRewardRate(bool status)
SetSettings(uint256 _depositFee, uint256 _withdrawFee, uint256 _slippageFactor, address _uniRouter, address[] _path0, address[] _path1)
UpdatePoolLimit(uint256 poolLimitPerUser, bool hasLimit)
WalletAUpdated(address _addr)
Withdraw(address indexed user, uint256 amount)
constructor()
receive()
This contract contains no error objects.