LandWeightedSANDRewardPool
Verified contract
Active on
Ethereum with 17,983 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($29,578.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAND | ERC-20 | 102.104515K | $0.289684 |
$29,578.04 | |
MATIC | ERC-20 | 0.1 | $0.389476 |
$0.04 | |
UNI-V2 | ERC-20 | 4.871527K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148464 | 3 days ago | | | 0 | 0.0016843857 | |
| 21007344 | 23 days ago | | | 0 | 0.0018621179 | |
| 20954291 | a month ago | | | 0 | 0.00097149061 | |
| 20885243 | a month ago | | | 0 | 0.00043945690 | |
| 20885204 | a month ago | | | 0 | 0.00086351539 | |
| 20848038 | a month ago | | | 0 | 0.0010554299 | |
| 20785558 | 2 months ago | | | 0 | 0.0023885160 | |
| 20709258 | 2 months ago | | | 0 | 0.00014672729 | |
| 20640597 | 2 months ago | | | 0 | 0.00011115816 | |
| 20568242 | 3 months ago | | | 0 | 0.00016823837 |
ABI
ABI objects
Getter at block 21173036
duration() view returns (uint256)
2592000
lastTimeRewardApplicable() view returns (uint256)
1646581541
lastUpdateTime() view returns (uint256)
1646581541
owner() view returns (address)
0x18dd4e0eb8699ea4fee238de41ecfb95e32272f8
periodFinish() view returns (uint256)
1646581541
rewardDistribution() view returns (address)
0xeaa0993e1d21c2103e4f172a20d29371fbaf6d06
rewardPerToken() view returns (uint256)
163096206523232411894559000
rewardPerTokenStored() view returns (uint256)
163096206523232411894559000
rewardRate() view returns (uint256)
57870370370370370
totalContributions() view returns (uint256)
5327558329300869707896
totalSupply() view returns (uint256)
4870527107220266534507
Read-only
balanceOf(address account) view returns (uint256)
computeContribution(uint256 amountStaked, uint256 numLands) pure returns (uint256)
contributionOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address stakeToken, address rewardToken, address multiplierNFToken, uint256 rewardDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.