ULURewardsSUSHIPool
Verified contract
Active on
Ethereum with 137 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 |
---|---|---|---|---|---|
BPT | ERC-20 | 219.552492 | -- | -- | |
ULU | ERC-20 | 13.671777 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10890745 | 4 years ago | | | 0 | 0.024408150 | |
| 10883958 | 4 years ago | | | 0 | 0.047484255 | |
| 10882919 | 4 years ago | | | 0 | 0.063417510 | |
| 10882857 | 4 years ago | | | 0 | 0.053726805 | |
| 10882787 | 4 years ago | | | 0 | 0.038114265 | |
| 10882630 | 4 years ago | | | 0 | 0.038805746 | |
| 10881797 | 4 years ago | | | 0 | 0.086377500 | |
| 10881282 | 4 years ago | | | 0 | 0.021276430 | |
| 10881184 | 4 years ago | | | 0 | 0.064195502 | |
| 10881110 | 4 years ago | | | 0 | 0.092563215 |
ABI
ABI objects
Getter at block 21335399
DURATION() view returns (uint256)
604800
EPOCH_REWARD() view returns (uint256)
420000000000000000000
NUMBER_EPOCHS() view returns (uint8)
10
REFERRAL_COMMISSION_PERCENT() view returns (uint256)
5
TOTAL_REWARD() view returns (uint256)
4200000000000000000000
currentEpoch() view returns (uint8)
1
currentEpochReward() view returns (uint256)
0
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1600951326
lastUpdateTime() view returns (uint256)
1600493024
nextRewardMultiplier() view returns (uint256)
0
owner() view returns (address)
0x90e44131774b83c1194c139dc938246a42c5a22a
periodFinish() view returns (uint256)
1600951326
rewardPerToken() view returns (uint256)
60268784324938733
rewardPerTokenStored() view returns (uint256)
60268784324938733
rewardRate() view returns (uint256)
0
rewardReferral() view returns (address)
0xd253353beca76cf835e714a115e5b12634896647
starttime() view returns (uint256)
1599739200
totalAccumulatedReward() view returns (uint256)
420000000000000000000
totalSupply() view returns (uint256)
219552492000000000000
y() view returns (address)
0xbe0e4e74897275f5e5a0a184b112b20860ad4fac
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.