LaunchPoolStaking
Verified contract
Active on
Ethereum with 93,318 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6149…df5b
Balances ($54,631.30)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 2.816955K | $9.32 |
$26,254.02 | |
POLS | ERC-20 | 51.016K | $0.290701 |
$14,830.4 | |
1INCH | ERC-20 | 19.356036K | $0.290238 |
$5,617.86 | |
SUSHI | ERC-20 | 4.552134K | $0.802548 |
$3,653.31 | |
STPT | ERC-20 | 73.993714K | $0.045495 |
$3,366.31 | |
SHR | ERC-20 | 583.77549K | $0.001558 |
$909.28 | |
ACE | ERC-20 | 45 | $0.002684 |
$0.12 | |
TIL | ERC-20 | 1B | -- | -- | |
LKR | ERC-20 | 2.59109M | -- | -- | |
PAID | ERC-20 | 2.2227M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149316 | 2 days ago | | | 0 | 0.00099283470 | |
| 20452988 | 3 months ago | | | 0 | 0.000026303000 | |
| 20122705 | 5 months ago | | | 0 | 0.00056101253 | |
| 19531831 | 7 months ago | | | 0 | 0.0025014067 | |
| 19402263 | 8 months ago | | | 0 | 0.0063949047 | |
| 18113670 | a year ago | | | 0 | 0.0017523499 | |
| 17419598 | a year ago | | | 0 | 0.00053981483 | |
| 17419598 | a year ago | | | 0 | 0.00053981483 | |
| 17419598 | a year ago | | | 0 | 0.00051354202 | |
| 17419598 | a year ago | | | 0 | 0.00053981483 |
ABI
ABI objects
Getter at block 21160843
endBlock() view returns (uint256)
12501221
lpt() view returns (address)
0x6149c26cd2f7b5ccdb32029af817123f6e37df5b
lptPerBlock() view returns (uint256)
14319744737914977779
maxLPTAvailableForFarming() view returns (uint256)
8500000000000000000000000
numberOfPools() view returns (uint256)
40
owner() view returns (address)
0xf477f4a37893bc36fbc7e5be0603407cc7f011f4
startBlock() view returns (uint256)
11907635
totalAllocPoint() view returns (uint256)
999976
Read-only
pendingLpt(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address erc20Token, uint256 allocPoint, uint256 lastRewardBlock, uint256 accLptPerShare, uint256 maxStakingAmountPerUser)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _erc20Token, uint256 _maxStakingAmountPerUser, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint256 _maxStakingAmountPerUser, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _lpt, uint256 _maxLPTAvailableForFarming, uint256 _startBlock, uint256 _endBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.