LiquidityPool
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LiquidityPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LiquidityPool"
ABI
ABI objects
Getter at block 21196377
VEMP() view returns (address)
0x0000000000000000000000000000000000000000
lockPeriod() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
vempLockAmount() view returns (uint256)
0
Read-only
blackListUser(address, address) view returns (bool)
chef(address) view returns (address)
masterChefStatus(address) view returns (bool)
userLockInfo(address, address) view returns (uint256 amount, uint256 lockTime)
withdrawInfo(address, address) view returns (uint256 amount, bool withdrawStatus)
State-modifying
Events addNewMasterChef(address _oldMasterChef, address _newMasterChef)
blackListUsers(address _masterChef, address _user, bool _status)
emergencyWithdrawTokens(address _token, address _to, uint256 _amount)
initialize(address owner_, address _vemp, uint256 _vempLockAmount, uint256 _lockPeriod)
lock(address _masterChef)
renounceOwnership()
transferOwnership(address newOwner)
unstake(address _masterChef, bool _directStatus, bool _migrate)
updateLockPeriod(uint256 _lockPeriod)
updateVempLockAmount(uint256 _vempLockAmount)
whiteListMasterChef(address _masterChef, bool _status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateLockPeriod(uint256 _oldLockPeriod, uint256 _newLockPeriod)
UpdateVempLockAmount(uint256 _oldLockAmount, uint256 _newLockAmount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.