ReferralRewards
Verified contract
Active on
Ethereum with 2,715 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xad32…7b2d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOUGH | ERC-20 | 2.729055K | -- | -- | |
BPT | ERC-20 | 0.721019 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19907145 | 6 months ago | | | 0 | 0.00019250632 | |
| 13519055 | 3 years ago | | | 0 | 0.0077729400 | |
| 13519044 | 3 years ago | | | 0 | 0.021202124 | |
| 12742038 | 3 years ago | | | 0 | 0.00037480300 | |
| 12741915 | 3 years ago | | | 0 | 0.00057254400 | |
| 12576945 | 3 years ago | | | 0 | 0.0061240190 | |
| 12567780 | 3 years ago | | | 0 | 0.0028944080 | |
| 12565897 | 3 years ago | | | 0 | 0.0027957352 | |
| 12565886 | 3 years ago | | | 0 | 0.0017812872 | |
| 12334055 | 4 years ago | | | 0 | 0.0032673060 |
ABI
ABI objects
Getter at block 21205839
DURATION() view returns (uint256)
604800
dough() view returns (address)
0xad32a8e6220741182940c5abf610bde99e737b2d
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1604167338
lastUpdateTime() view returns (uint256)
1604167338
owner() view returns (address)
0x6458a23b020f489651f2777bd849dded34dfccd2
periodFinish() view returns (uint256)
1604167338
rewardDistribution() view returns (address)
0x3ffd017a3608498b8d0e8a365429f2066e62a886
rewardPerToken() view returns (uint256)
2982500088508155162262
rewardPerTokenStored() view returns (uint256)
2982500088508155162262
rewardRate() view returns (uint256)
181878306878306878
totalSupply() view returns (uint256)
721019428533867915
uni() view returns (address)
0xfae2809935233d4bfe8a56c2355c4a2e7d1fff1a
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
referralOf(address) view returns (address)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
saveToken(address _token)
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
stake(uint256 amount, address referral)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReferralReward(address indexed user, address indexed referral, uint256 amount)
ReferralSet(address indexed user, address indexed referral)
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.