StakingRewards
Verified contract
Active on
Ethereum with 3,290 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WTF | ERC-20 | 52.273998M | -- | -- | |
WTF | ERC-20 | 20M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20614955 | 2 months ago | | | 0 | 0.00051399961 | |
| 20614952 | 2 months ago | | | 0 | 0.00049770256 | |
| 20425685 | 3 months ago | | | 0 | 0.000094806472 | |
| 20425670 | 3 months ago | | | 0 | 0.00041428526 | |
| 20339679 | 4 months ago | | | 0 | 0.00080301737 | |
| 20303297 | 4 months ago | | | 0 | 0.00059390376 | |
| 20303291 | 4 months ago | | | 0 | 0.00071131997 | |
| 20144884 | 5 months ago | | | 0 | 0.00028556400 | |
| 20030029 | 5 months ago | | | 0 | 0.0017788641 | |
| 19903681 | 6 months ago | | | 0 | 0.00043985248 |
ABI
ABI objects
Getter at block 21158124
currentRatePerDay() view returns (uint256)
20794780000000
startTime() view returns (uint256)
1642204800
tokenAddress() view returns (address)
0xa68dd8cb83097765263adad881af6eed479c4a33
totalDeposited() view returns (uint256)
37094104729698233295938461
totalDistributed() view returns (uint256)
19999999999089547060000000
wtfAddress() view returns (address)
0xa68dd8cb83097765263adad881af6eed479c4a33
Read-only
allInfoFor(address _user) view returns (uint256 startingTime, uint256 totalRewardsDistributed, uint256 rewardsRatePerDay, uint256 currentFeePercent, uint256 totalTokensDeposited, uint256 virtualRewards, uint256 userWTF, uint256 userBalance, uint256 userAllowance, uint256 userDeposited, uint256 userRewards)
depositedOf(address _user) view returns (uint256)
rewardsOf(address _user) view returns (uint256)
State-modifying
Events claim()
deposit(uint256 _amount)
depositFor(address _user, uint256 _amount)
disburse(uint256 _amount)
reinvest()
tokenCallback(address _from, uint256 _tokens, bytes) returns (bool)
update()
withdraw(uint256 _amount)
withdrawAll()
Claim(address indexed user, uint256 amount)
Deposit(address indexed user, uint256 amount, uint256 fee)
Reinvest(address indexed user, uint256 amount)
Reward(uint256 amount)
Withdraw(address indexed user, uint256 amount, uint256 fee)
constructor(uint256 _totalRewards, uint256 _stakingRewardsStart, address _token)
This contract contains no fallback and receive objects.
PRBMathUD60x18__Exp2InputTooBig(uint256 x)
PRBMath__MulDivFixedPointOverflow(uint256 prod1)
PRBMath__MulDivOverflow(uint256 prod1, uint256 denominator)