ULURewardsLINKPool
Verified contract
Active on
Ethereum with 821 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x035b…2ad4
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ULU | ERC-20 | 2.49325 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10894075 | 4 years ago | | | 0 | 0.022130024 | |
| 10893574 | 4 years ago | | | 0 | 0.023281620 | |
| 10892810 | 4 years ago | | | 0 | 0.021543354 | |
| 10892256 | 4 years ago | | | 0 | 0.010995932 | |
| 10890904 | 4 years ago | | | 0 | 0.024982720 | |
| 10890549 | 4 years ago | | | 0 | 0.029568000 | |
| 10890037 | 4 years ago | | | 0 | 0.015527560 | |
| 10889573 | 4 years ago | | | 0 | 0.018128061 | |
| 10889184 | 4 years ago | | | 0 | 0.021513440 | |
| 10888293 | 4 years ago | | | 0 | 0.030641694 |
ABI
ABI objects
Getter at block 21168708
DURATION() view returns (uint256)
604800
EPOCH_REWARD() view returns (uint256)
2100000000000000000000
NUMBER_EPOCHS() view returns (uint8)
10
REFERRAL_COMMISSION_PERCENT() view returns (uint256)
5
TOTAL_REWARD() view returns (uint256)
21000000000000000000000
currentEpoch() view returns (uint8)
2
currentEpochReward() view returns (uint256)
0
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1601124984
lastUpdateTime() view returns (uint256)
1600537161
nextRewardMultiplier() view returns (uint256)
0
owner() view returns (address)
0x90e44131774b83c1194c139dc938246a42c5a22a
periodFinish() view returns (uint256)
1601124984
rewardPerToken() view returns (uint256)
172403715113609536
rewardPerTokenStored() view returns (uint256)
172403715113609536
rewardRate() view returns (uint256)
0
rewardReferral() view returns (address)
0xd253353beca76cf835e714a115e5b12634896647
starttime() view returns (uint256)
1599310800
totalAccumulatedReward() view returns (uint256)
3675000000000000000000
totalSupply() view returns (uint256)
0
y() view returns (address)
0x5e7967eecd8828f5c50b5d1892da091fb797ecb6
yfv() view returns (address)
0x035bfe6057e15ea692c0dfdcab3bb41a64dd2ad4
Read-only
accumulatedStakingPower(address) view returns (uint256)
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
stakingPower(address account) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward() returns (uint256)
notifyRewardAmount(uint256 reward)
renounceOwnership()
setNextRewardMultiplier(uint256 _nextRewardMultiplier)
setRewardReferral(address _rewardReferral)
stake(uint256 amount, address referrer)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Burned(uint256 reward)
CommissionPaid(address indexed user, uint256 reward)
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.