RewardsDistributorV2
Verified contract
Active on
Base with 480 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,698.46)
Native
Value
$1,698.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.659997 | $2,573.44 |
$1,698.46 | |
EBASE | ERC-20 | 1.802624B | -- | -- | |
BABYTOSHI | ERC-20 | 1.090384B | -- | -- | |
XBASE | ERC-20 | 155.754655K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12368798 | 7 months ago | | | 0 | 2.5115403e-7 | |
| 9234207 | 10 months ago | | | 0 | 0.000000023873062004 | |
| 9234049 | 10 months ago | | | 0 | 0.000000002531401990 | |
| 9234009 | 10 months ago | | | 0 | 1.6485714e-7 | |
| 9233866 | 10 months ago | | | 0 | 0.00025164001 | |
| 9102405 | 10 months ago | | | 0 | 3.1642593e-7 | |
| 9102013 | 10 months ago | | | 0 | 0.000000000035406532 | |
| 9102004 | 10 months ago | | | 0 | 0.000000000035406532 | |
| 9101956 | 10 months ago | | | 0 | 0.000000000039280332 | |
| 9101899 | 10 months ago | | | 0 | 0.000000001144017756 |
ABI
ABI objects
Getter at block 21841207
currentEpoch() view returns (uint256)
39
owner() view returns (address)
0xfc68561fc464c65bacf345013b8348015b3f297e
Read-only
epochInfos(uint256) view returns (uint256 startTime, uint256 endTime, uint256 rewards, uint256 totalStake)
getRewardsForWeek(uint256 _epoch, address _player) view returns (uint256, uint256)
userHasClaimedEpoch(uint256, address) view returns (bool)
userStakeAmount(address) view returns (uint256)
userStakeInEpoch(uint256, address) view returns (uint256)
State-modifying
Events createNewEpoch()
emergencyTotalStakeSet(uint256 epoch, uint256 amount)
emergencyWithdrawEth(uint256 _amount)
emergencyWithdrawToken(address _token)
harvest(uint256 _epoch)
increaseRewardsForEpoch(uint256 _epoch) payable
incrementCurrentEpoch()
migrate(address _prevContract, uint256 _migrateEpoch, uint256 _toEpoch, address[] _addresses)
reduceRewardsForEpoch(uint256 _epoch, uint256 _amount)
rollOverStake(address[] _addresses)
rollOverStakeEmergencyForUser(uint256 _prevEpoch, uint256 _currentEpoch, address _user)
stake(uint256 _amount)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
OwnershipTransferred(address indexed user, address indexed newOwner)
RollOver(address indexed user)
Stake(uint256 indexed epoch, address indexed staker, uint256 indexed amount)
constructor()
fallback()
receive()
This contract contains no error objects.