BiosRewards
Verified contract
Active on
Ethereum with 1,954 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 4.022894 | $1.002 |
$4.03 | |
BIOS | ERC-20 | 22.443375K | -- | -- | |
WHACKD | ERC-20 | 12.589318K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14864653 | 2 years ago | | | 0 | 0.0013722824 | |
| 14492016 | 3 years ago | | | 0 | 0.0031541797 | |
| 14492004 | 3 years ago | | | 0 | 0.0042859061 | |
| 14467283 | 3 years ago | | | 0 | 0.0017420452 | |
| 14395525 | 3 years ago | | | 0 | 0.0036628293 | |
| 14358243 | 3 years ago | | | 0 | 0.00090696090 | |
| 14358243 | 3 years ago | | | 0 | 0.00075309877 | |
| 14358243 | 3 years ago | | | 0 | 0.00078348939 | |
| 14358243 | 3 years ago | | | 0 | 0.0010902470 | |
| 14352557 | 3 years ago | | | 0 | 0.0017805691 |
ABI
ABI objects
Getter at block 21182330
duration() view returns (uint256)
4752000
lastTimeRewardApplicable() view returns (uint256)
1634111715
lastUpdateTime() view returns (uint256)
1634111715
owner() view returns (address)
0xc6b87aafefe4a5d19d2535b47e5a1fbb1c5d4077
periodFinish() view returns (uint256)
1634111715
rewardDistribution() view returns (address)
0xc6b87aafefe4a5d19d2535b47e5a1fbb1c5d4077
rewardPerToken() view returns (uint256)
476848
rewardPerTokenStored() view returns (uint256)
476848
rewardRate() view returns (uint256)
28607
rewardToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
stakingToken() view returns (address)
0xaaca86b876ca011844b5798eca7a67591a9743c8
totalSupply() view returns (uint256)
22443374519000000000000
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()
notifyRewardAmount(uint256 reward)
onTokenTransfer(address sender, uint256 amount, bytes)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
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 _rewardToken, address _stakingToken, uint256 _duration)
This contract contains no fallback and receive objects.
This contract contains no error objects.