SANDRewardPool
Verified contract
Active on
Ethereum with 2,770 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,643.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAND | ERC-20 | 3.414281K | $0.773728 |
$2,641.73 | |
AQT | ERC-20 | 1 | $1.30 |
$1.3 | |
UNI-V2 | ERC-20 | 504.097114 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20294324 | 4 months ago | | | 0 | 0.00027425028 | |
| 14969746 | 2 years ago | | | 0 | 0.0057304648 | |
| 14529016 | 3 years ago | | | 0 | 0.0078896180 | |
| 13840488 | 3 years ago | | | 0 | 0.0077728200 | |
| 13729265 | 3 years ago | | | 0 | 0.016112848 | |
| 13721110 | 3 years ago | | | 0 | 0.011960436 | |
| 13715033 | 3 years ago | | | 0 | 0.0078399578 | |
| 13537828 | 3 years ago | | | 0 | 0.017215052 | |
| 13521848 | 3 years ago | | | 0 | 0.016671918 | |
| 13412384 | 3 years ago | | | 0 | 0.0053546470 |
ABI
ABI objects
Getter at block 21263993
DURATION() view returns (uint256)
2592000
lastTimeRewardApplicable() view returns (uint256)
1603612616
lastUpdateTime() view returns (uint256)
1603612616
owner() view returns (address)
0x18dd4e0eb8699ea4fee238de41ecfb95e32272f8
periodFinish() view returns (uint256)
1603612616
rewardDistribution() view returns (address)
0xeaa0993e1d21c2103e4f172a20d29371fbaf6d06
rewardPerToken() view returns (uint256)
73943247593275672647
rewardPerTokenStored() view returns (uint256)
73943247593275672647
rewardRate() view returns (uint256)
578703703703703703
sand() view returns (address)
0x3845badade8e6dff049820680d1f14bd3903a5d0
totalSupply() view returns (uint256)
504097114021957858210
uni() view returns (address)
0x3dd49f67e9d5bc4c5e6634b3f70bfd9dc1b6bd74
Read-only
balanceOf(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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.