BrewlabsLockup
Verified contract
Active on
Ethereum with 303 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x173e…a703
0x173e…a703
8 additional
variables
Balances ($3,960.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIDO | ERC-20 | 3.718178M | $0.001056 |
$3,927.33 | |
SHIDO | ERC-20 | 37.181782M | $0.000001 |
$32.94 | |
SHIDO | ERC-20 | 35.265029M | -- | -- | |
SHIDO | ERC-20 | 3.718178M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18926029 | a year ago | | | 0 | 0.0088808640 | |
| 18838572 | a year ago | | | 0 | 0.00087968381 | |
| 18838566 | a year ago | | | 0 | 0.00061455812 | |
| 18838497 | a year ago | | | 0 | 0.00087012160 | |
| 18838367 | a year ago | | | 0 | 0.00081045707 | |
| 16858680 | 2 years ago | | | 0 | 0.0023025946 | |
| 16822104 | 2 years ago | | | 0 | 0.0033907265 | |
| 16821529 | 2 years ago | | | 0 | 0.0042205924 | |
| 16758157 | 2 years ago | | | 0 | 0.0035401122 | |
| 16753542 | 2 years ago | | | 0 | 0.0025870904 |
ABI
ABI objects
Getter at block 21270496 insufficientRewards() view returns (uint256)
PRECISION_FACTOR() view returns (uint256)
10000000000000000000000000000000
PRECISION_FACTOR_REFLECTION() view returns (uint256)
10000000000000000000000000000000
accDividendPerShare() view returns (uint256)
0
activeEmergencyWithdraw() view returns (bool)
true
availableDividendTokens() view returns (uint256)
0
availableRewardTokens() view returns (uint256)
4734166288569
bonusEndBlock() view returns (uint256)
16605823
buyBackWallet() view returns (address)
0x64961ffd0d84b2355ec2b5d35b0d8d8825a774dc
dividendToken() view returns (address)
0x0000000000000000000000000000000000000000
duration() view returns (uint256)
365
earnedToken() view returns (address)
0x173e552bf97bbd50b455514ac52991ef639ba703
hasUserLimit() view returns (bool)
false
isInitialized() view returns (bool)
true
owner() view returns (address)
0x7ef6e527969054afbc0980e00c51d2e645b4a5ef
performanceFee() view returns (uint256)
890000000000000
poolLimitPerUser() view returns (uint256)
0
slippageFactor() view returns (uint256)
8000
slippageFactorUL() view returns (uint256)
9950
stakingToken() view returns (address)
0x173e552bf97bbd50b455514ac52991ef639ba703
startBlock() view returns (uint256)
16385650
totalStaked() view returns (uint256)
35260295263281574
uniRouterAddress() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletA() view returns (address)
0x7ef6e527969054afbc0980e00c51d2e645b4a5ef
whiteList() view returns (address)
0x0000000000000000000000000000000000000000
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, address _whiteList)
recoverWrongTokens(address _tokenAddress, uint256 _tokenAmount)
renounceOwnership()
setDuration(uint256 _duration)
setEmergencyWithdraw(bool _status)
setServiceInfo(address _addr, uint256 _fee)
setSettings(uint256 _slippageFactor, address _uniRouter, address[] _earnedToStakedPath, address[] _reflectionToStakedPath, address _feeAddr)
setWhitelist(address _whitelist)
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)
SetEmergencyWithdrawStatus(bool status)
SetSettings(uint256 _slippageFactor, address _uniRouter, address[] _path0, address[] _path1, address _walletA)
SetWhiteList(address _whitelist)
UpdatePoolLimit(uint256 poolLimitPerUser, bool hasLimit)
Withdraw(address indexed user, uint256 stakeType, uint256 amount)
constructor()
receive()
This contract contains no error objects.