SMOLNftRewards
Verified contract
Active on
Ethereum with 321 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2bf6…7e77
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SMOL | ERC-20 | 15.00766K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15536433 | 2 years ago | | | 0 | 0.0019117000 | |
| 15529532 | 2 years ago | | | 0 | 0.0021033785 | |
| 15523164 | 2 years ago | | | 0 | 0.0020804153 | |
| 15520462 | 2 years ago | | | 0 | 0.00080306575 | |
| 15516413 | 2 years ago | | | 0 | 0.0018932543 | |
| 15511720 | 2 years ago | | | 0 | 0.0016002279 | |
| 15508166 | 2 years ago | | | 0 | 0.00076079799 | |
| 15505173 | 2 years ago | | | 0 | 0.0023687978 | |
| 15503094 | 2 years ago | | | 0 | 0.0030290121 | |
| 15501589 | 2 years ago | | | 0 | 0.0013928392 |
ABI
ABI objects
Getter at block 21423238
getShareholderNFT() view returns (address)
0x2969c8309ba789a8ddba80f6bfa74accc1d4419b
getSmolToken() view returns (address)
0x2bf6267c4997548d8de56087e5d48bdccb877e77
owner() view returns (address)
0x98c574473313eac3fc6af9740245949380ec166e
rewardsPerShare() view returns (uint256)
280228935335089244879896163802884923454000346401201083670
totalDistributed() view returns (uint256)
77492340418730330347565
totalRewards() view returns (uint256)
92500000000000000000000
totalSharesDeposited() view returns (uint256)
633
totalStakedUsers() view returns (uint256)
133
Read-only
getShares(address user) view returns (uint256)
getUnpaid(address shareholder) view returns (uint256)
rewards(address) view returns (uint256 totalExcluded, uint256 totalRealised, uint256 lastClaim)
State-modifying
Events claimReward()
depositRewards(uint256 _amount)
renounceOwnership()
setShare(address shareholder, uint256 newBalance)
setShareholderNFT(address _nft)
setSmolToken(address _token)
transferOwnership(address newOwner)
ClaimReward(address user)
DepositRewards(address indexed user, uint256 amountTokens)
DistributeReward(address indexed user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _shareholderNFT)
This contract contains no fallback and receive objects.
This contract contains no error objects.