ULURewards
Verified contract
Active on
Ethereum with 2,831 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x035b…2ad4
-
variable spans 4 additional slots
-
variable spans 4 additional slots
Balances ($8,857.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 8.83757K | $0.998645 |
$8,825.6 | |
sUSD | ERC-20 | 18.814886 | $1.003 |
$18.87 | |
DAI | ERC-20 | 12 | $0.999726 |
$12 | |
USDC | ERC-20 | 1.393756 | $0.99977 |
$1.39 | |
ULU | ERC-20 | 8.023253 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10953693 | 4 years ago | | | 0 | 0.064640030 | |
| 10953693 | 4 years ago | | | 0 | 0.069200349 | |
| 10937695 | 4 years ago | | | 0 | 0.010082331 | |
| 10931964 | 4 years ago | | | 0 | 0.058704885 | |
| 10904357 | 4 years ago | | | 0 | 0.025729812 | |
| 10903890 | 4 years ago | | | 0 | 0.011816840 | |
| 10903890 | 4 years ago | | | 0 | 0.011075648 | |
| 10894860 | 4 years ago | | | 0 | 0.028605300 | |
| 10871003 | 4 years ago | | | 0 | 0.029421549 | |
| 10870730 | 4 years ago | | | 0 | 0.024460860 |
ABI
ABI objects
Getter at block 21089338 rewardPerToken() view returns (uint256) weiTotalSupply() view returns (uint256)
DAI_TOKEN_ADDRESS() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
DURATION() view returns (uint256)
604800
EPOCH_REWARD() view returns (uint256)
1500000000000000000000
NUMBER_EPOCHS() view returns (uint8)
1
REFERRAL_COMMISSION_PERCENT() view returns (uint256)
5
SUSD_TOKEN_ADDRESS() view returns (address)
0x57ab1ec28d129707052df4df418d58a2d46d5f51
TOTAL_REWARD() view returns (uint256)
1500000000000000000000
TUSD_TOKEN_ADDRESS() view returns (address)
0x0000000000085d4780b73119b644ae5ecd22b376
USDC_TOKEN_ADDRESS() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
USDT_TOKEN_ADDRESS() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
currentEpoch() view returns (uint8)
1
currentEpochReward() view returns (uint256)
0
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1601152346
lastUpdateTime() view returns (uint256)
1601116060
nextRewardMultiplier() view returns (uint256)
75
owner() view returns (address)
0x90e44131774b83c1194c139dc938246a42c5a22a
periodFinish() view returns (uint256)
1601152346
rewardPerTokenStored() view returns (uint256)
111353959509035
rewardRate() view returns (uint256)
0
rewardReferral() view returns (address)
0xd253353beca76cf835e714a115e5b12634896647
starttime() view returns (uint256)
1599217200
totalAccumulatedReward() view returns (uint256)
1500000000000000000000
yfv() view returns (address)
0x035bfe6057e15ea692c0dfdcab3bb41a64dd2ad4
Read-only
SUPPORTED_STAKING_COIN_ADDRESSES(uint256) view returns (address)
SUPPORTED_STAKING_COIN_WEI_MULTIPLE(uint256) view returns (uint256)
accumulatedStakingPower(address) view returns (uint256)
affiliate(address) view returns (address)
balanceOf(address tokenAddress, address account) view returns (uint256)
earned(address account) view returns (uint256)
referredCount(address) view returns (uint256)
rewards(address) view returns (uint256)
stakingPower(address account) view returns (uint256)
supportedStakingCoinWeiMultiple(address) view returns (uint256)
totalSupply(address tokenAddress) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
weiBalanceOf(address account) view returns (uint256)
State-modifying
Events exit()
getReward() returns (uint256)
notifyRewardAmount(uint256 reward)
renounceOwnership()
setNextRewardMultiplier(uint256 _nextRewardMultiplier)
setRewardReferral(address _rewardReferral)
stake(address tokenAddress, uint256 amount, address referrer)
transferOwnership(address newOwner)
withdraw(address tokenAddress, 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, address indexed tokenAddress, uint256 amount)
Withdrawn(address indexed user, address indexed tokenAddress, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.