RewardDistributor
Verified contract
Active on
Ethereum with 1,696 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11,938.05)
Native
Value
$11,938.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.33686 | $3,577.63 |
$11,938.05 | |
HEAL | ERC-20 | 167.488835B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20720613 | 3 months ago | | | 0 | 0.0047654251 | |
| 20720596 | 3 months ago | | | 0 | 0.00054629065 | |
| 19592035 | 8 months ago | | | 0 | 0.0089350191 | |
| 19382987 | 9 months ago | | | 0 | 0.019819769 | |
| 19382985 | 9 months ago | | | 0 | 0.0071269763 | |
| 19243267 | 10 months ago | | | 0 | 0.0068502445 | |
| 19243261 | 10 months ago | | | 0 | 0.0013320179 | |
| 18782646 | a year ago | | | 0 | 0.014067202 | |
| 18653662 | a year ago | | | 0 | 0.0018988001 | |
| 18652251 | a year ago | | | 0 | 0.0015844508 |
ABI
ABI objects
Getter at block 21324262
ACC_FACTOR() view returns (uint256)
1000000000000000000000000000000000000
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
maxNftsCanBoost() view returns (uint256)
10
minSecondsBeforeUnstake() view returns (uint256)
43200
nftBoostPercentage() view returns (uint256)
2
nftBoosterToken() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xa0fa29927b91cc8e01d4099193f1aa402e1ec023
rewardsPerShare() view returns (uint256)
3735113845239381741206220512595036295
shareholderToken() view returns (address)
0x383b0b2ce2e1757b5e1d087d8f36013ea595541a
totalDistributed() view returns (uint256)
73363140448306130437
totalRewards() view returns (uint256)
76700000000000000000
totalSharesBoosted() view returns (uint256)
157344274763559200402
totalSharesDeposited() view returns (uint256)
157344274763559200402
totalStakedUsers() view returns (uint256)
179
Read-only
eligibleForRewardBooster(address wallet) view returns (bool)
getBaseShares(address user) view returns (uint256)
getBaseSharesFromBoosted(address shareholder, uint256 boostedAmount) view returns (uint256)
getBoostNfts(address user) view returns (uint256[])
getBoostPercentage(address wallet) view returns (uint256)
getShares(address user) view returns (uint256)
getUnpaid(address shareholder) view returns (uint256)
rewards(address) view returns (uint256 totalExcluded, uint256 totalRealised, uint256 lastClaim)
stakers(uint256) view returns (address)
State-modifying
Events claimReward(bool compound)
depositRewards() payable
renounceOwnership()
setMaxNftsToBoost(uint256 _amount)
setMinSecondsBeforeUnstake(uint256 _seconds)
setNftBoostPercentage(uint256 _percentage)
setNftBoosterToken(address _nft)
setShareholderToken(address _token)
stake(uint256 amount, uint256[] nftTokenIds)
transferOwnership(address newOwner)
unstake(uint256 boostedAmount, bool relinquishRewards)
unstakeAll()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _dexRouter, address _shareholderToken, address _nftBoosterToken, address _wrappedNative)
receive()
This contract contains no error objects.