StakingPoolForUniswapV2Tokens
Verified contract
Active on
Ethereum with 5,076 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($161.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOOKS | ERC-20 | 2.782439K | $0.058197 |
$161.93 | |
Genie | ERC-20 | 5.34886M | -- | -- | |
COMMON | ERC-20 | 3.90286M | -- | -- | |
UNI-V2 | ERC-20 | 379.406418 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20322299 | 4 months ago | | | 0 | 0.00052721366 | |
| 19449819 | 8 months ago | | | 0 | 0.0029517793 | |
| 19449769 | 8 months ago | | | 0 | 0.0020229739 | |
| 19449753 | 8 months ago | | | 0 | 0.0021784947 | |
| 19449687 | 8 months ago | | | 0 | 0.0020617987 | |
| 19449678 | 8 months ago | | | 0 | 0.0039866013 | |
| 15872832 | 2 years ago | | | 0 | 0.00043446389 | |
| 15250830 | 2 years ago | | | 0 | 0.0014438480 | |
| 15250786 | 2 years ago | | | 0 | 0.00063814800 | |
| 15066569 | 2 years ago | | | 0 | 0.00048359767 |
ABI
ABI objects
Getter at block 21285029
PRECISION_FACTOR() view returns (uint256)
1000000000000
START_BLOCK() view returns (uint256)
13977012
accTokenPerShare() view returns (uint256)
39459086798600
endBlock() view returns (uint256)
14211012
lastRewardBlock() view returns (uint256)
14211045
looksRareToken() view returns (address)
0xf4d2888d29d722226fafa5d9b24f9164c092421e
owner() view returns (address)
0xbfb6669ef4c4c71ae6e722526b1b8d7d9ff9a019
paused() view returns (bool)
false
rewardPerBlock() view returns (uint256)
10000000000000000000
stakedToken() view returns (address)
0xdc00ba87cc2d99468f7f34bc04cbf72e111a32f7
Read-only
calculatePendingRewards(address user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events adminRewardWithdraw(uint256 amount)
deposit(uint256 amount)
emergencyWithdraw()
harvest()
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
updateRewardPerBlockAndEndBlock(uint256 newRewardPerBlock, uint256 newEndBlock)
withdraw(uint256 amount)
AdminRewardWithdraw(uint256 amount)
Deposit(address indexed user, uint256 amount, uint256 harvestedAmount)
EmergencyWithdraw(address indexed user, uint256 amount)
Harvest(address indexed user, uint256 harvestedAmount)
NewRewardPerBlockAndEndBlock(uint256 rewardPerBlock, uint256 endBlock)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Withdraw(address indexed user, uint256 amount, uint256 harvestedAmount)
constructor(address _stakedToken, address _looksRareToken, uint256 _rewardPerBlock, uint256 _startBlock, uint256 _endBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.