BeefyRewardPool
Verified contract
Active on
Ethereum with 196 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($814.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.258725 | $3,149.73 |
$814.91 | |
BIFI | ERC-20 | 49.449489 | -- | -- | |
0x1629…aa4d | ERC-1555 | 1 | -- | -- | |
0x1629…aa4d | ERC-1555 | 1 | -- | -- | |
0x1629…aa4d | ERC-1555 | 1 | -- | -- | |
0x1629…aa4d | ERC-1555 | 1 | -- | -- | |
0x1629…aa4d | ERC-1555 | 1 | -- | -- | |
0x1629…aa4d | ERC-1555 | 1 | -- | -- | |
0x1629…aa4d | ERC-1555 | 1 | -- | -- | |
0x1629…aa4d | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20204066 | 5 months ago | | | 0 | 0.00042173669 | |
| 20203693 | 5 months ago | | | 0 | 0.00036230031 | |
| 19642057 | 7 months ago | | | 0 | 0.0043355846 | |
| 19104760 | 10 months ago | | | 0 | 0.00089805212 | |
| 18836206 | a year ago | | | 0 | 0.0046679940 | |
| 18642237 | a year ago | | | 0 | 0.0030507768 | |
| 18603146 | a year ago | | | 0 | 0.0013420789 | |
| 18565877 | a year ago | | | 0 | 0.0064198344 | |
| 18485191 | a year ago | | | 0 | 0.0037875905 | |
| 18478199 | a year ago | | | 0 | 0.0026183680 |
ABI
ABI objects
Getter at block 21217781
DURATION() view returns (uint256)
86400
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1698109211
lastUpdateTime() view returns (uint256)
1698109211
owner() view returns (address)
0x8237f3992526036787e8178def36291ab94638cd
periodFinish() view returns (uint256)
1698109211
rewardPerToken() view returns (uint256)
14008441473735839
rewardPerTokenStored() view returns (uint256)
14008441473735839
rewardRate() view returns (uint256)
1039759584493
rewardToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
stakedToken() view returns (address)
0x5870700f1272a1adbb87c3140bd770880a95e55d
totalSupply() view returns (uint256)
49449489062523092338
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
inCaseTokensGetStuck(address _token)
notifyRewardAmount(uint256 reward)
renounceOwnership()
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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 _stakedToken, address _rewardToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.