BasinStakingRewards
Verified contract
Active on
Base with 857 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4788…0326
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BASIN | ERC-20 | 1.499527K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11884876 | 8 months ago | | | 0 | 0.000000503698887687 | |
| 8894155 | 10 months ago | | | 0 | 0.000000001540699292 | |
| 8128564 | a year ago | | | 0 | 0.000000001040195709 | |
| 7418686 | a year ago | | | 0 | 0.000000000130881205 | |
| 7332001 | a year ago | | | 0 | 0.000000069393000000 | |
| 7328553 | a year ago | | | 0 | 0.000000101949837415 | |
| 7108049 | a year ago | | | 0 | 0.000000109193000000 | |
| 6817776 | a year ago | | | 0 | 1.2455860e-7 | |
| 6584275 | a year ago | | | 0 | 0.000000109181000000 | |
| 6552974 | a year ago | | | 0 | 0.000000086469000000 |
ABI
ABI objects
Getter at block 21994194
getRewardForDuration() view returns (uint256)
769466872393632000
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1697693111
lastUpdateTime() view returns (uint256)
1697693111
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x6fe9a453fa576991b564b40f153f18e2f17a0796
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1697693111
rewardPerToken() view returns (uint256)
406485815868862
rewardPerTokenStored() view returns (uint256)
406485815868862
rewardRate() view returns (uint256)
1272266654090
rewardsDistribution() view returns (address)
0x6fe9a453fa576991b564b40f153f18e2f17a0796
rewardsDuration() view returns (uint256)
604800
rewardsToken() view returns (address)
0x4200000000000000000000000000000000000006
stakingToken() view returns (address)
0x4788de271f50ea6f5d5d2a5072b8d3c61d650326
totalSupply() view returns (uint256)
1499526786740348585417
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 acceptOwnership()
exit()
getReward()
nominateNewOwner(address _owner)
notifyRewardAmount(uint256 reward)
recoverERC20(address tokenAddress, uint256 tokenAmount)
setPaused(bool _paused)
setRewardsDistribution(address _rewardsDistribution)
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
withdraw(uint256 amount)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
PauseChanged(bool isPaused)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardsDurationUpdated(uint256 newDuration)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _owner, address _rewardsDistribution, address _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.