Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x88a9…1e83
Balances ($329.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FEAR | ERC-20 | 4.322132K | $0.076191 |
$329.31 | |
UNI-V2 | ERC-20 | 0.013382 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13766843 | 3 years ago | | | 0 | 0.0090880993 | |
| 13762980 | 3 years ago | | | 0 | 0.0013912231 | |
| 13762970 | 3 years ago | | | 0 | 0.0041751691 | |
| 13762959 | 3 years ago | | | 0 | 0.0062299427 | |
| 13536430 | 3 years ago | | | 0 | 0.015249223 | |
| 13352040 | 3 years ago | | | 0 | 0.0035217789 | |
| 13351935 | 3 years ago | | | 0 | 0.0037900876 | |
| 13211580 | 3 years ago | | | 0 | 0.0055620544 | |
| 13185115 | 3 years ago | | | 0 | 0.0076129521 | |
| 13127588 | 3 years ago | | | 0 | 0.0049116759 |
ABI
ABI objects
Getter at block 21317846
endBlock() view returns (uint256)
12941144
erc20() view returns (address)
0x88a9a52f944315d5b4e917b9689e65445c401e83
owner() view returns (address)
0xb6b4c7ac240b1f176c5589d064733066a83884a1
paidOut() view returns (uint256)
395677868445904232508467
poolLength() view returns (uint256)
1
rewardPerBlock() view returns (uint256)
1003087000000000000
startBlock() view returns (uint256)
12542375
totalAllocPoint() view returns (uint256)
100
totalPending() view returns (uint256)
4322131457095767491533
totalRewards() view returns (uint256)
400000000000000000000000
Read-only
deposited(uint256 _pid, address _user) view returns (uint256)
isLPTokenAdded(address) view returns (bool)
pending(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accERC20PerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events addPool(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
fund(uint256 _amount)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, 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 _erc20, uint256 _rewardPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.