BrewlabsLockup
Verified contract
Active on
Ethereum with 212 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb0d4…7d2b
0xb0d4…7d2b
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JIGSAW | ERC-20 | 6.711393M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18865008 | a year ago | | | 0 | 0.00064137149 | |
| 18864930 | a year ago | | | 0 | 0.00068678601 | |
| 18860306 | a year ago | | | 0 | 0.00063882289 | |
| 18860149 | a year ago | | | 0 | 0.00058837905 | |
| 18860087 | a year ago | | | 0 | 0.00057086908 | |
| 18860075 | a year ago | | | 0 | 0.0015795292 | |
| 18860058 | a year ago | | | 0 | 0.0014748158 | |
| 18860057 | a year ago | | | 0 | 0.0029657686 | |
| 18859728 | a year ago | | | 0 | 0.00040780227 | |
| 18859712 | a year ago | | | 0 | 0.00066568106 |
ABI
ABI objects
Getter at block 21212033 insufficientRewards() view returns (uint256)
PRECISION_FACTOR() view returns (uint256)
10000000000000000000000
PRECISION_FACTOR_REFLECTION() view returns (uint256)
10000000000000000000000
accDividendPerShare() view returns (uint256)
0
availableDividendTokens() view returns (uint256)
0
availableRewardTokens() view returns (uint256)
25368399311515468297825
bonusEndBlock() view returns (uint256)
16936789
buyBackWallet() view returns (address)
0x64961ffd0d84b2355ec2b5d35b0d8d8825a774dc
dividendToken() view returns (address)
0x0000000000000000000000000000000000000000
duration() view returns (uint256)
365
earnedToken() view returns (address)
0xb0d47dd82fb8facb1bc4ba534a836b545ad97d2b
hasUserLimit() view returns (bool)
false
isInitialized() view returns (bool)
true
owner() view returns (address)
0x61b6d87c31d0400c543a7dd250ca638ec22d3e44
performanceFee() view returns (uint256)
890000000000000
poolLimitPerUser() view returns (uint256)
0
slippageFactor() view returns (uint256)
800
slippageFactorUL() view returns (uint256)
995
stakingToken() view returns (address)
0xb0d47dd82fb8facb1bc4ba534a836b545ad97d2b
startBlock() view returns (uint256)
15228667
totalStaked() view returns (uint256)
6686024439131217467250397
uniRouterAddress() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletA() view returns (address)
0xe1f1dd010bbc2860f81c8f90ea4e38db949bb16f
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, uint256 totalStakedLimit)
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, uint256 _totalStakedLimit)
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()
increaseEmissionRate(uint8 _stakeType, uint256 _amount)
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, uint256 _totalStakedLimit)
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.