LaunchPoolStakingWithGuild
Verified contract
Active on
Ethereum with 26,565 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xed17…fc80
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LPOOL | ERC-20 | 141.941391K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16531647 | 2 years ago | | | 0 | 0.0017518582 | |
| 16455320 | 2 years ago | | | 0 | 0.00098251352 | |
| 16455308 | 2 years ago | | | 0 | 0.0014929616 | |
| 15140871 | 2 years ago | | | 0 | 0.00084205825 | |
| 15140854 | 2 years ago | | | 0 | 0.00072612414 | |
| 15084949 | 2 years ago | | | 0 | 0.0017498179 | |
| 15056747 | 2 years ago | | | 0 | 0.0017077954 | |
| 14921655 | 2 years ago | | | 0 | 0.0044728215 | |
| 14388184 | 3 years ago | | | 0 | 0.0028688815 | |
| 14370492 | 3 years ago | | | 0 | 0.0028391260 |
ABI
ABI objects
Getter at block 21264896
endBlock() view returns (uint256)
12501221
lptPerBlock() view returns (uint256)
421168962853280113
maxLPTAvailableForFarming() view returns (uint256)
242054647500000000000000
numberOfPools() view returns (uint256)
1
owner() view returns (address)
0x85db2ad33cfc5ab6674916ab6e21361904ce0b5f
rewardGuildBank() view returns (address)
0xed1715fd437c5018418003c40b144ac8e9b3fc80
startBlock() view returns (uint256)
11926500
totalAllocPoint() view returns (uint256)
100
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.