LaunchPoolStakingWithGuild
Verified contract
Active on
Ethereum with 906 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0aad…e403
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LPOOL | ERC-20 | 10.986792K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13653836 | 3 years ago | | | 0 | 0.0097310311 | |
| 12987245 | 3 years ago | | | 0 | 0.00077878196 | |
| 12987236 | 3 years ago | | | 0 | 0.0036262785 | |
| 12635032 | 3 years ago | | | 0 | 0.0013611360 | |
| 12635007 | 3 years ago | | | 0 | 0.00068387800 | |
| 12635006 | 3 years ago | | | 0 | 0.0015312780 | |
| 12613036 | 3 years ago | | | 0 | 0.00043562200 | |
| 12613018 | 3 years ago | | | 0 | 0.0010584090 | |
| 12568538 | 3 years ago | | | 0 | 0.00091112200 | |
| 12530868 | 4 years ago | | | 0 | 0.0048963840 |
ABI
ABI objects
Getter at block 21319087
endBlock() view returns (uint256)
12354750
maxRewardTokenAvailableForFarming() view returns (uint256)
12500000000000000000000
numberOfPools() view returns (uint256)
1
owner() view returns (address)
0xdb7d1459ddce7887266f25de31f090ff0eafea6c
rewardGuildBank() view returns (address)
0x0aadea5da074dfb3d1805d834d19faeb0c8be403
rewardPerBlock() view returns (uint256)
961538461538461538
startBlock() view returns (uint256)
12341750
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.