BrewlabsLockup
Verified contract
Active on
Ethereum with 100 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5892…b166
0x5892…b166
4 additional
variables
Balances ($1,183.65)
Native
Value
$1,183.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.330594 | $3,580.38 |
$1,183.65 | |
| ERC-20 | 93.214263M | -- | -- | |
ETHDOX | ERC-20 | 93.214263M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16515526 | 2 years ago | | | 0.00089 | 0.010093533 | |
| 16515524 | 2 years ago | | | 0.00089 | 0.0036382545 | |
| 16515521 | 2 years ago | | | 0.00089 | 0.0028545024 | |
| 15701572 | 2 years ago | | | 0.00089 | 0.0010664283 | |
| 15701572 | 2 years ago | | | 0.00089 | 0.0016751589 | |
| 15602440 | 2 years ago | | | 0.00089 | 0.00058838395 | |
| 15515202 | 2 years ago | | | 0.00089 | 0.0019349844 | |
| 15515197 | 2 years ago | | | 0.00089 | 0.0015749183 | |
| 15478025 | 2 years ago | | | 0.00089 | 0.0057576403 | |
| 15460220 | 2 years ago | | | 0.00089 | 0.0077647917 |
ABI
ABI objects
Getter at block 21284376
PRECISION_FACTOR() view returns (uint256)
10000000000000000000000
PRECISION_FACTOR_REFLECTION() view returns (uint256)
10000000000000000000000
accDividendPerShare() view returns (uint256)
67085960480234
availableDividendTokens() view returns (uint256)
330594200194279220
availableRewardTokens() view returns (uint256)
45136683031238830801629339
bonusEndBlock() view returns (uint256)
16928692
buyBackWallet() view returns (address)
0xe1f1dd010bbc2860f81c8f90ea4e38db949bb16f
dividendToken() view returns (address)
0x0000000000000000000000000000000000000000
duration() view returns (uint256)
365
earnedToken() view returns (address)
0x5892f5d533e81f9df91cd4a61886d555bae6b166
hasUserLimit() view returns (bool)
false
isInitialized() view returns (bool)
true
owner() view returns (address)
0x4c93c4bbb0506d22ee2110a542fe9ef817f18654
performanceFee() view returns (uint256)
890000000000000
poolLimitPerUser() view returns (uint256)
0
slippageFactor() view returns (uint256)
800
slippageFactorUL() view returns (uint256)
995
stakingToken() view returns (address)
0x5892f5d533e81f9df91cd4a61886d555bae6b166
startBlock() view returns (uint256)
14583202
totalStaked() view returns (uint256)
48077579596190276054011031
uniRouterAddress() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletA() view returns (address)
0x4c93c4bbb0506d22ee2110a542fe9ef817f18654
Read-only
earnedToStakedPath(uint256) view returns (address)
lockups(uint256) view returns (uint8 stakeType, uint256 duration, uint256 depositFee, uint256 withdrawFee, uint256 rate, uint256 accTokenPerShare, uint256 lastRewardBlock, uint256 totalStaked)
pendingDividends(address _account, uint8 _stakeType) view returns (uint256)
pendingReward(address _account, uint8 _stakeType) view returns (uint256)
reflectionToStakedPath(uint256) view returns (address)
rewardPerBlock(uint8 _stakeType) view returns (uint256)
userInfo(uint8 _stakeType, address _account) view returns (uint256 amount, uint256 available, uint256 locked)
userStaked(address) view returns (uint256 amount, uint256 locked, uint256 available)
userStakes(address, uint256) view returns (uint8 stakeType, uint256 amount, uint256 duration, uint256 end, uint256 rewardDebt, uint256 reflectionDebt)
State-modifying
Events addLockup(uint256 _duration, uint256 _depositFee, uint256 _withdrawFee, uint256 _rate)
claimDividend(uint8 _stakeType) payable
claimReward(uint8 _stakeType) payable
compoundDividend(uint8 _stakeType) payable
compoundReward(uint8 _stakeType) payable
deposit(uint256 _amount, uint8 _stakeType) payable
depositRewards(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw(uint8 _stakeType)
harvest()
initialize(address _stakingToken, address _earnedToken, address _dividendToken, address _uniRouter, address[] _earnedToStakedPath, address[] _reflectionToStakedPath)
recoverWrongTokens(address _tokenAddress, uint256 _tokenAmount)
renounceOwnership()
setDuration(uint256 _duration)
setServiceInfo(address _addr, uint256 _fee)
setSettings(uint256 _slippageFactor, address _uniRouter, address[] _earnedToStakedPath, address[] _reflectionToStakedPath, address _feeAddr)
startReward()
stopReward()
transferOwnership(address newOwner)
updateLockup(uint8 _stakeType, uint256 _duration, uint256 _depositFee, uint256 _withdrawFee, uint256 _rate)
updatePoolLimitPerUser(bool _hasUserLimit, uint256 _poolLimitPerUser)
withdraw(uint256 _amount, uint8 _stakeType) payable
AdminTokenRecovered(address tokenRecovered, uint256 amount)
Deposit(address indexed user, uint256 stakeType, uint256 amount)
DurationUpdated(uint256 _duration)
EmergencyWithdraw(address indexed user, uint256 amount)
LockupUpdated(uint8 _type, uint256 _duration, uint256 _fee0, uint256 _fee1, uint256 _rate)
NewStartAndEndBlocks(uint256 startBlock, uint256 endBlock)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsStop(uint256 blockNumber)
ServiceInfoUpadted(address _addr, uint256 _fee)
SetSettings(uint256 _slippageFactor, address _uniRouter, address[] _path0, address[] _path1, address _walletA)
UpdatePoolLimit(uint256 poolLimitPerUser, bool hasLimit)
Withdraw(address indexed user, uint256 stakeType, uint256 amount)
constructor()
receive()
This contract contains no error objects.