FeeSharingSystem
Verified contract
Active on
Ethereum with 474,584 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,883,081.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 3.288733K | $3,308.65 |
$10,881,267.23 | |
WBNB | ERC-20 | 1.208561 | $622.92 |
$752.84 | |
LOOKS | ERC-20 | 13.111873K | $0.050883 |
$667.17 | |
USDT | ERC-20 | 264.401202 | $1.002 |
$264.93 | |
USDC | ERC-20 | 116.35 | $1.001 |
$116.47 | |
MANA | ERC-20 | 29.776367 | $0.427537 |
$12.73 | |
BABYDOGE | ERC-20 | 1.606401T | -- | -- | |
REKT | ERC-20 | 5.015 | -- | -- | |
HQG | ERC-20 | 1.1 | -- | -- | |
UKAN | ERC-20 | 0.002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243301 | 4 hours ago | | | 0 | 0.0014123896 | |
| 21242960 | 5 hours ago | | | 0 | 0.0014362798 | |
| 21242846 | 6 hours ago | | | 0 | 0.0020250263 | |
| 21242831 | 6 hours ago | | | 0 | 0.0018635200 | |
| 21242424 | 7 hours ago | | | 0 | 0.0017936068 | |
| 21241934 | 9 hours ago | | | 0 | 0.0017316199 | |
| 21241655 | 10 hours ago | | | 0 | 0.0014820666 | |
| 21241384 | 11 hours ago | | | 0 | 0.0012879775 | |
| 21240821 | 13 hours ago | | | 0 | 0.0015726734 | |
| 21240741 | 13 hours ago | | | 0 | 0.0017338080 |
ABI
ABI objects
Getter at block 21244584
PRECISION_FACTOR() view returns (uint256)
1000000000000000000
calculateSharePriceInLOOKS() view returns (uint256)
2017512341391028136
currentRewardPerBlock() view returns (uint256)
1538268066649
lastRewardAdjustment() view returns (uint256)
0
lastRewardBlock() view returns (uint256)
18676027
lastUpdateBlock() view returns (uint256)
18676027
looksRareToken() view returns (address)
0xf4d2888d29d722226fafa5d9b24f9164c092421e
owner() view returns (address)
0x5924a28caaf1cc016617874a2f0c3710d881f3c1
periodEndBlock() view returns (uint256)
18676027
rewardPerTokenStored() view returns (uint256)
958748375280654
rewardToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
tokenDistributor() view returns (address)
0x465a790b428268196865a3ae2648481ad7e0d3b1
totalShares() view returns (uint256)
31319619590239240518497114
Read-only
calculatePendingRewards(address user) view returns (uint256)
calculateSharesValueInLOOKS(address user) view returns (uint256)
userInfo(address) view returns (uint256 shares, uint256 userRewardPerTokenPaid, uint256 rewards)
State-modifying
Events deposit(uint256 amount, bool claimRewardToken)
harvest()
renounceOwnership()
transferOwnership(address newOwner)
updateRewards(uint256 reward, uint256 rewardDurationInBlocks)
withdraw(uint256 shares, bool claimRewardToken)
withdrawAll(bool claimRewardToken)
Deposit(address indexed user, uint256 amount, uint256 harvestedAmount)
Harvest(address indexed user, uint256 harvestedAmount)
NewRewardPeriod(uint256 numberBlocks, uint256 rewardPerBlock, uint256 reward)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount, uint256 harvestedAmount)
constructor(address _looksRareToken, address _rewardToken, address _tokenDistributor)
This contract contains no fallback and receive objects.
This contract contains no error objects.