ULURewardsGTPool
Verified contract
Active on
Ethereum with 211 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 | 6.607516 | -- | -- | |
ULU | ERC-20 | 5.273868 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10924413 | 4 years ago | | | 0 | 0.0064142078 | |
| 10905210 | 4 years ago | | | 0 | 0.041461200 | |
| 10904718 | 4 years ago | | | 0 | 0.026848965 | |
| 10903662 | 4 years ago | | | 0 | 0.011782246 | |
| 10903655 | 4 years ago | | | 0 | 0.014042361 | |
| 10903342 | 4 years ago | | | 0 | 0.0047164500 | |
| 10902969 | 4 years ago | | | 0 | 0.013706115 | |
| 10902502 | 4 years ago | | | 0 | 0.010917494 | |
| 10902500 | 4 years ago | | | 0 | 0.014814387 | |
| 10899707 | 4 years ago | | | 0 | 0.027122535 |
ABI
ABI objects
Getter at block 21191645
DURATION() view returns (uint256)
604800
EPOCH_REWARD() view returns (uint256)
1050000000000000000000
NUMBER_EPOCHS() view returns (uint8)
5
REFERRAL_COMMISSION_PERCENT() view returns (uint256)
5
TOTAL_REWARD() view returns (uint256)
5250000000000000000000
currentEpoch() view returns (uint8)
1
currentEpochReward() view returns (uint256)
0
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1601207008
lastUpdateTime() view returns (uint256)
1600938644
nextRewardMultiplier() view returns (uint256)
0
owner() view returns (address)
0x90e44131774b83c1194c139dc938246a42c5a22a
periodFinish() view returns (uint256)
1601207008
rewardPerToken() view returns (uint256)
368278602112394379
rewardPerTokenStored() view returns (uint256)
368278602112394379
rewardRate() view returns (uint256)
0
rewardReferral() view returns (address)
0xd253353beca76cf835e714a115e5b12634896647
starttime() view returns (uint256)
1599998400
totalAccumulatedReward() view returns (uint256)
1050000000000000000000
totalSupply() view returns (uint256)
6607516000000000000
y() view returns (address)
0x1f187fa8d99803a0c1d7bb66ba619aa92a3ec34a
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.