FishPoolTwo
Verified contract
Active on
Ethereum with 3,135 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2604…aa0f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FISH | ERC-20 | 1.41921M | -- | -- | |
SLP | ERC-20 | 2.757017K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20541416 | 4 months ago | | | 0 | 0.00043987800 | |
| 19183511 | 10 months ago | | | 0 | 0.0058304642 | |
| 17773629 | a year ago | | | 0 | 0.0023335465 | |
| 16967205 | 2 years ago | | | 0 | 0.0014779148 | |
| 16768855 | 2 years ago | | | 0 | 0.0018557292 | |
| 16156238 | 2 years ago | | | 0 | 0.0013009242 | |
| 16049481 | 2 years ago | | | 0 | 0.00075335199 | |
| 16015645 | 2 years ago | | | 0 | 0.00067077040 | |
| 16015642 | 2 years ago | | | 0 | 0.00077580708 | |
| 15763109 | 2 years ago | | | 0 | 0.00097795057 |
ABI
ABI objects
Getter at block 21378299
lastTimeRewardApplicable() view returns (uint64)
1639698363
lastUpdateTime() view returns (uint64)
1639698363
owner() view returns (address)
0xb25a1d02b029d53212e4c356b6daad419762e606
periodFinish() view returns (uint64)
1639698363
rewardPerToken() view returns (uint128)
73956087445744590675
rewardPerTokenStored() view returns (uint128)
73956087445744590675
rewardRate() view returns (uint256)
1
rewardToken() view returns (address)
0x2604e9f68259e609e8744fb67cc410d50fc9aa0f
stakedToken() view returns (address)
0xfe4a7f5c61f0010876e7d6a7fdef0a9647a8b323
totalSupply() view returns (uint256)
2756917257469672703758
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint128)
userRewards(address) view returns (uint128 userRewardPerTokenPaid, uint128 rewards)
State-modifying
Events exit()
getReward()
renounceOwnership()
setRewardParams(uint128 reward, uint64 duration)
stake(uint128 amount) payable
stakeFor(address forWhom, uint128 amount) payable
transferOwnership(address newOwner)
withdraw(uint128 amount)
withdrawReward()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardToken, address _stakedToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.