StakingRewards
Verified contract
Active on
Ethereum with 1,588 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 | 30M | -- | -- | |
WTF | ERC-20 | 12.534122M | -- | -- | |
UNI-V2 | ERC-20 | 7.331548K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20706280 | 3 months ago | | | 0 | 0.00015583004 | |
| 20706280 | 3 months ago | | | 0 | 0.00031598510 | |
| 20557796 | 3 months ago | | | 0 | 0.00016825899 | |
| 20429633 | 4 months ago | | | 0 | 0.00098726202 | |
| 20429625 | 4 months ago | | | 0 | 0.0010854934 | |
| 19708994 | 7 months ago | | | 0 | 0.0014499032 | |
| 18666011 | a year ago | | | 0 | 0.0023189760 | |
| 18559749 | a year ago | | | 0 | 0.0064424398 | |
| 18405597 | a year ago | | | 0 | 0.0013173280 | |
| 18222431 | a year ago | | | 0 | 0.0018668077 |
ABI
ABI objects
Getter at block 21275687
currentRatePerDay() view returns (uint256)
28468360000000
startTime() view returns (uint256)
1642204800
tokenAddress() view returns (address)
0xab293dce330b92aa52bc2a7cd3816edaa75f890b
totalDeposited() view returns (uint256)
7331548167437809309204
totalDistributed() view returns (uint256)
39999999998753575720000000
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)