BrewlabsLockup
Verified contract
Active on
Ethereum with 189 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2f6a…11de
0x2f6a…11de
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SCARD | ERC-20 | 609.792852B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16789008 | 2 years ago | | | 0 | 0.0029068751 | |
| 16789001 | 2 years ago | | | 0 | 0.0027477123 | |
| 16788990 | 2 years ago | | | 0.00089 | 0.0035408308 | |
| 16788980 | 2 years ago | | | 0.00089 | 0.0039847950 | |
| 16695851 | 2 years ago | | | 0.00089 | 0.0040762353 | |
| 16504232 | 2 years ago | | | 0.00089 | 0.0020712000 | |
| 16504226 | 2 years ago | | | 0.00089 | 0.0020268133 | |
| 16406959 | 2 years ago | | | 0.00089 | 0.0069945249 | |
| 16283061 | 2 years ago | | | 0 | 0.00036611073 | |
| 16276152 | 2 years ago | | | 0.00089 | 0.0016734283 |
ABI
ABI objects
Getter at block 21230329
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)
142120043272020478340820782031
bonusEndBlock() view returns (uint256)
17046781
buyBackWallet() view returns (address)
0x64961ffd0d84b2355ec2b5d35b0d8d8825a774dc
dividendToken() view returns (address)
0x0000000000000000000000000000000000000000
duration() view returns (uint256)
365
earnedToken() view returns (address)
0x2f6ad7743924b1901a0771746152dde44c5f11de
hasUserLimit() view returns (bool)
false
isInitialized() view returns (bool)
true
owner() view returns (address)
0xcf1ea2e95a01685f64598b12f0d49fa7451739fb
performanceFee() view returns (uint256)
890000000000000
poolLimitPerUser() view returns (uint256)
0
slippageFactor() view returns (uint256)
800
slippageFactorUL() view returns (uint256)
995
stakingToken() view returns (address)
0x2f6ad7743924b1901a0771746152dde44c5f11de
startBlock() view returns (uint256)
14701291
totalStaked() view returns (uint256)
467672809061973899975426403468
uniRouterAddress() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletA() view returns (address)
0x9543d168d1e31fda18040f91d8ecab190a08de08
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.