LPTokenStaker
Verified contract
Active on
Ethereum with 16,565 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa286…730b
0xc8f6…1275
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
mockLPT4 | ERC-20 | 14.653483M | -- | -- | |
MockLPT0 | ERC-20 | 760.922518K | -- | -- | |
mockLPT3 | ERC-20 | 99.568891K | -- | -- | |
mockLPT5 | ERC-20 | 61.993045K | -- | -- | |
mockLPT1 | ERC-20 | 36.920782K | -- | -- | |
mockLPT2 | ERC-20 | 0.489179 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16040252 | 2 years ago | | | 0 | 0.00030550024 | |
| 14423101 | 3 years ago | | | 0 | 0.00024124000 | |
| 14320327 | 3 years ago | | | 0 | 0.00042964200 | |
| 14274717 | 3 years ago | | | 0 | 0.00059672500 | |
| 14268696 | 3 years ago | | | 0 | 0.0077027291 | |
| 14268692 | 3 years ago | | | 0 | 0.0091921533 | |
| 14268690 | 3 years ago | | | 0 | 0.0073273165 | |
| 14268686 | 3 years ago | | | 0 | 0.0092695197 | |
| 14268685 | 3 years ago | | | 0 | 0.0091187246 | |
| 14268684 | 3 years ago | | | 0 | 0.0090302206 |
ABI
ABI objects
Getter at block 21160785
groPerBlock() view returns (uint256)
0
manager() view returns (address)
0xba5edf9dad66d9d81341eef8131160c439dba91b
maxGroPerBlock() view returns (uint256)
20000000000000000000
migrator() view returns (address)
0xc8f64799c1cdf2c40161b98df86e36ee6a8f1275
owner() view returns (address)
0xba5edf9dad66d9d81341eef8131160c439dba91b
poolLength() view returns (uint256 pools)
6
totalAllocPoint() view returns (uint256)
0
vesting() view returns (address)
0xa28693bf01dc261887b238646bb9636cb3a3730b
Read-only
activeLpTokens(address) view returns (bool)
claimable(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (uint256 accGroPerShare, uint256 allocPoint, uint256 lastRewardBlock, address lpToken)
userInfo(uint256, address) view returns (uint256 amount, int256 rewardDebt)
State-modifying
Events add(uint256 allocPoint, address _lpToken)
claim(uint256 pid)
deposit(uint256 pid, uint256 amount)
emergencyWithdraw(uint256 pid)
massUpdatePools(uint256[] pids)
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint)
setGroPerBlock(uint256 _groPerBlock)
setManager(address _manager)
setMaxGroPerBlock(uint256 _maxGroPerBlock)
setMigrator(address _migrator)
setVesting(address _vesting)
transferOwnership(address newOwner)
updatePool(uint256 pid) returns (struct LPTokenStakerPoolInfo pool)
withdraw(uint256 pid, uint256 amount)
withdrawAndClaim(uint256 pid, uint256 amount)
LogAddPool(uint256 indexed pid, uint256 allocPoint, address indexed lpToken)
LogClaim(address indexed user, uint256 indexed pid, uint256 amount)
LogDeposit(address indexed user, uint256 indexed pid, uint256 amount)
LogEmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
LogGroPerBlock(uint256 newGro)
LogLpTokenAdded(address token)
LogMaxGroPerBlock(uint256 newMax)
LogNewManagment(address newManager)
LogNewMigrator(address newMigrator)
LogNewVester(address newVester)
LogSetPool(uint256 indexed pid, uint256 allocPoint)
LogUpdatePool(uint256 indexed pid, uint256 lastRewardBlock, uint256 lpSupply, uint256 accGroPerShare)
LogWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.