Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BASEUSDC | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19687503 | 7 months ago | | | 0 | 0.0017216534 | |
| 12578148 | 3 years ago | | | 0 | 0.0012284140 | |
| 12576193 | 3 years ago | | | 0 | 0.0013400880 | |
| 12575852 | 3 years ago | | | 0 | 0.0013400880 | |
| 12573946 | 3 years ago | | | 0 | 0.0034780904 | |
| 12573440 | 3 years ago | | | 0 | 0.0028941780 | |
| 12569408 | 3 years ago | | | 0 | 0.0042485600 | |
| 12566890 | 3 years ago | | | 0 | 0.0053107000 | |
| 12566063 | 3 years ago | | | 0 | 0.0020735462 | |
| 12565159 | 3 years ago | | | 0 | 0.0039689100 |
ABI
ABI objects
Getter at block 21159503
BLOCKS_PER_DAY() view returns (uint256)
6528
balance() view returns (uint256)
217869448529
controller() view returns (address)
0xf0159d041db29029ccf285a1043dcaac7088030b
pair() view returns (address)
0x90a6dbc347ca01b2077f6e6729cd6e16c5e669bc
rewardFund() view returns (address)
0xf8fd26c901f61baaca02ce9d5afc1d83dd80f6c4
rewardPoolInfoLength() view returns (uint256)
1
timelock() view returns (address)
0x2b41ea17019948973461e648a6ec211a67c44b85
unstakingFrozenTime() view returns (uint256)
259200
version() view returns (uint256)
3001
Read-only
allowRecoverRewardToken(address _token) view returns (bool)
getRewardMultiplier(uint8 _pid, uint256 _from, uint256 _to, uint256 _rewardPerBlock) view returns (uint256)
getRewardPerBlock(uint8 pid) view returns (uint256)
getRewardRebase(uint8 _pid, address _rewardToken, uint256 _pendingReward) view returns (uint256)
getUserInfo(uint8 _pid, address _account) view returns (uint256 amount, uint256 rewardDebt, uint256 accumulatedEarned, uint256 lockReward, uint256 lockRewardReleased)
pendingReward(uint8 _pid, address _account) view returns (uint256)
rewardPoolInfo(uint256) view returns (address rewardToken, address rewardRebaser, address rewardMultiplier, uint256 startRewardBlock, uint256 lastRewardBlock, uint256 endRewardBlock, uint256 rewardPerBlock, uint256 accRewardPerShare, uint256 lockRewardPercent, uint256 startVestingBlock, uint256 endVestingBlock, uint256 numOfVestingBlocks, uint256 totalPaidRewards)
unfrozenStakeTime(address _account) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 lastStakeTime)
State-modifying
Events addRewardPool(address _rewardToken, address _rewardRebaser, address _rewardMultiplier, uint256 _startBlock, uint256 _endRewardBlock, uint256 _rewardPerBlock, uint256 _lockRewardPercent, uint256 _startVestingBlock, uint256 _endVestingBlock)
claimReward()
emergencyWithdraw()
getAllRewards(address _account)
getReward(uint8 _pid, address _account)
initialize(address _pair, uint256 _unstakingFrozenTime, address _rewardFund, address _timelock)
removeLiquidity(address provider, address tokenA, address tokenB, uint256 liquidity, uint256 amountAMin, uint256 amountBMin, address to, uint256 deadline) returns (uint256 amountA, uint256 amountB)
removeLiquidityETH(address provider, address token, uint256 liquidity, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline) returns (uint256 amountToken, uint256 amountETH)
removeLiquidityETHSupportingFeeOnTransferTokens(address provider, address token, uint256 liquidity, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline) returns (uint256 amountETH)
stake(uint256 _amount)
stakeFor(address _account)
updateReward()
updateReward(uint8 _pid)
updateRewardMultiplier(uint8 _pid, address _rewardMultiplier)
updateRewardPool(uint8 _pid, uint256 _endRewardBlock, uint256 _rewardPerBlock)
updateRewardRebaser(uint8 _pid, address _rewardRebaser)
withdraw(uint256 _amount)
AddRewardPool(uint256 indexed poolId)
Deposit(address indexed account, uint256 amount)
PayRewardPool(uint256 indexed poolId, address indexed rewardToken, address indexed account, uint256 pendingReward, uint256 rebaseAmount, uint256 paidReward)
UpdateRewardMultiplier(uint256 indexed poolId, address rewardMultiplier)
UpdateRewardPool(uint256 indexed poolId, uint256 endRewardBlock, uint256 rewardPerBlock)
UpdateRewardRebaser(uint256 indexed poolId, address rewardRebaser)
Withdraw(address indexed account, uint256 amount)
constructor(address _controller, uint256 _version)
This contract contains no fallback and receive objects.
This contract contains no error objects.