BrewlabsLockup
Verified contract
Active on
Ethereum with 207 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5d55…def1
0x5d55…def1
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIFT | ERC-20 | 399.741818B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16482683 | 2 years ago | | | 0.00089 | 0.0036798085 | |
| 16482680 | 2 years ago | | | 0.00089 | 0.0026942217 | |
| 16451202 | 2 years ago | | | 0.00089 | 0.0065074211 | |
| 16237305 | 2 years ago | | | 0.00089 | 0.0036827082 | |
| 16218130 | 2 years ago | | | 0.00089 | 0.0031141800 | |
| 16192567 | 2 years ago | | | 0.00089 | 0.0050158506 | |
| 16192561 | 2 years ago | | | 0.00089 | 0.0032728329 | |
| 16161632 | 2 years ago | | | 0 | 0.00074522748 | |
| 16161506 | 2 years ago | | | 0.00089 | 0.0022336020 | |
| 16146862 | 2 years ago | | | 0.00089 | 0.0027255998 |
ABI
ABI objects
Getter at block 21284770
PRECISION_FACTOR() view returns (uint256)
10000000000000000000000000000000
PRECISION_FACTOR_REFLECTION() view returns (uint256)
10000000000000000000000000000000
accDividendPerShare() view returns (uint256)
0
availableDividendTokens() view returns (uint256)
0
availableRewardTokens() view returns (uint256)
99047326047249794723
bonusEndBlock() view returns (uint256)
17158030
buyBackWallet() view returns (address)
0x64961ffd0d84b2355ec2b5d35b0d8d8825a774dc
dividendToken() view returns (address)
0x0000000000000000000000000000000000000000
duration() view returns (uint256)
365
earnedToken() view returns (address)
0x5d554e71744aada1738261f64e3a2c6dd8a7def1
hasUserLimit() view returns (bool)
false
isInitialized() view returns (bool)
true
owner() view returns (address)
0xc1a4c5adac26ff3f842e287e3d9a809c1221741c
performanceFee() view returns (uint256)
890000000000000
poolLimitPerUser() view returns (uint256)
0
slippageFactor() view returns (uint256)
800
slippageFactorUL() view returns (uint256)
995
stakingToken() view returns (address)
0x5d554e71744aada1738261f64e3a2c6dd8a7def1
startBlock() view returns (uint256)
14812540
totalStaked() view returns (uint256)
300694491966619914112
uniRouterAddress() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletA() view returns (address)
0xc1a4c5adac26ff3f842e287e3d9a809c1221741c
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)
updateEndBlock(uint256 _endBlock)
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)
EndBlockUpdated(uint256 blockNumber)
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.