LaunchPoolStakingWithGuild
Verified contract
Active on
Ethereum with 3,429 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1807…f629
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LPOOL | ERC-20 | 827.256076 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13854676 | 3 years ago | | | 0 | 0.0043676318 | |
| 13166381 | 3 years ago | | | 0 | 0.011288375 | |
| 13042754 | 3 years ago | | | 0 | 0.0024094095 | |
| 13042750 | 3 years ago | | | 0 | 0.0017208307 | |
| 13042685 | 3 years ago | | | 0 | 0.0036219306 | |
| 12687131 | 3 years ago | | | 0 | 0.0020191500 | |
| 12637827 | 3 years ago | | | 0 | 0.00090199000 | |
| 12602126 | 3 years ago | | | 0 | 0.0010020150 | |
| 12538063 | 3 years ago | | | 0 | 0.0017779025 | |
| 12487014 | 4 years ago | | | 0 | 0.0026511501 |
ABI
ABI objects
Getter at block 21301937
endBlock() view returns (uint256)
12253000
maxRewardTokenAvailableForFarming() view returns (uint256)
500000000000000000000000
numberOfPools() view returns (uint256)
1
owner() view returns (address)
0xf477f4a37893bc36fbc7e5be0603407cc7f011f4
rewardGuildBank() view returns (address)
0x180722beb1386fc5d61b233d580e2a53820cf629
rewardPerBlock() view returns (uint256)
2385496183206106870
startBlock() view returns (uint256)
12043400
totalAllocPoint() view returns (uint256)
100
Read-only
pendingRewards(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address erc20Token, uint256 allocPoint, uint256 lastRewardBlock, uint256 accRewardPerShare, 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 _rewardToken, uint256 _maxRewardTokenAvailableForFarming, uint256 _startBlock, uint256 _endBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.