LPLiquidityBootstrapping
Verified contract
Active on
Base with 106 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xadba…2efb
0xfc81…a909
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DIP | ERC-20 | 8.440694K | -- | -- | |
BSWAP-LP | ERC-20 | 156.794221 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9347443 | a year ago | | | 0 | 1.4170600e-7 | |
| 9347434 | a year ago | | | 0 | 0.000000096129000000 | |
| 6043775 | a year ago | | | 0 | 0.0000061929069 | |
| 6030464 | a year ago | | | 0 | 0.0000043810049 | |
| 5595057 | a year ago | | | 0 | 0.000014180352 | |
| 5595009 | a year ago | | | 0 | 0.0000096187181 | |
| 5504189 | a year ago | | | 0 | 0.000015732490 | |
| 5318193 | a year ago | | | 0 | 0.000014233352 | |
| 5318178 | a year ago | | | 0 | 0.0000096625903 | |
| 5291949 | a year ago | | | 0 | 0.0000011378360 |
ABI
ABI objects
Getter at block 23182900
dipMaster() view returns (address)
0xfc81f6cd9f99a00d42af4a97767b84cd456aa909
dipMasterPoolId() view returns (uint256)
3
enableEmergency() view returns (bool)
false
info() view returns (uint256 _depositTime, uint256 _startRewardTime, uint256 _unlockTime, uint256 _baseRewards, uint256 _bonusRewards, uint256 _totalAmount, uint256 _totalBoostedAmount)
(_depositTime=1692108000, _startRewardTime=1693317600, _unlockTime=1695736800, _baseRewards=3330000000000000000000000, _bonusRewards=333000000000000000000000, _totalAmount=15001990332116917753256, _totalBoostedAmount=5834537893289351194562110378)
lp() view returns (address)
0x0be2ef4a1cc597ddd2a354505e08d7934802029d
owner() view returns (address)
0x07b9c6e3342244f76e242a30ff9cc2747e643d05
rewardToken() view returns (address)
0xadba4694f5deaf3251d06dec38c86946f8952efb
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
claimableRewards(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 boostedAmount, uint256 rewardDebt)
State-modifying
Events claimRewards(address _to)
deposit(address _token, uint256 _amount, address _to)
emergencyWithdraw(address _to)
recoverFund(address _receiver)
renounceOwnership()
setBaseRewards(uint256 _baseReward)
setBonusRewards(uint256 _bonusReward)
setDIPMaster(address _dipMaster, uint256 _poolId)
setEmergency(bool _enableEmergency)
setRewardToken(address _rewardToken)
transferOwnership(address newOwner)
withdraw(address _to, bool _unstake)
BaseRewardUpdated(uint256 baseRewards)
BonusRewardUpdated(uint256 bonusRewards)
ClaimRewards(address indexed sender, address indexed to, uint256 rewards)
DIPMasterSet(address dipMaster, uint256 poolId)
Deposited(address indexed sender, address indexed to, address token, uint256 amount, uint256 lockAmount)
EmergencySet(bool enableEmergency)
EmergencyWithdrawn(address indexed sender, address indexed to)
FundRecovered(uint256 amount, address receiver)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardTokenSet(address token)
Withdrawn(address indexed sender, address indexed to, uint256 amount, uint256 rewards)
constructor(address _weth, address _lp, uint256 _depositTime, uint256 _startRewardTime, uint256 _unlockTime, uint256 _baseRewards, uint256 _bonusRewards)
This contract contains no fallback and receive objects.
This contract contains no error objects.