TokenDistributor
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOOKS | ERC-20 | 63.18391M | $0.054728 |
$3,457,929.02 | |
SEA | ERC-20 | 10B | -- | -- | |
SJM | ERC-20 | 5.466868B | -- | -- | |
COMMON | ERC-20 | 162.088572M | -- | -- | |
Genie | ERC-20 | 1.244074M | -- | -- | |
HQG | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14439466 | 3 years ago | | | 0 | 0.0015213661 | |
| 14439457 | 3 years ago | | | 0 | 0.0031881696 | |
| 14436538 | 3 years ago | | | 0 | 0.0011656980 | |
| 14309747 | 3 years ago | | | 0 | 0.0020460947 | |
| 14072051 | 3 years ago | | | 0 | 0.0083789955 | |
| 14072043 | 3 years ago | | | 0 | 0.0050265055 |
ABI
ABI objects
Getter at block 21245459
NUMBER_PERIODS() view returns (uint256)
4
PRECISION_FACTOR() view returns (uint256)
1000000000000
START_BLOCK() view returns (uint256)
13977012
accTokenPerShare() view returns (uint256)
701867864089
currentPhase() view returns (uint256)
3
endBlock() view returns (uint256)
18663262
lastRewardBlock() view returns (uint256)
18663268
looksRareToken() view returns (address)
0xf4d2888d29d722226fafa5d9b24f9164c092421e
rewardPerBlockForOthers() view returns (uint256)
61100000000000000000
rewardPerBlockForStaking() view returns (uint256)
18900000000000000000
tokenSplitter() view returns (address)
0xfec3069df398faaf689c559151e41fa8036c8203
totalAmountStaked() view returns (uint256)
63183843942891083563301707
Read-only
calculatePendingRewards(address user) view returns (uint256)
stakingPeriod(uint256) view returns (uint256 rewardPerBlockForStaking, uint256 rewardPerBlockForOthers, uint256 periodLengthInBlock)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events deposit(uint256 amount)
harvestAndCompound()
updatePool()
withdraw(uint256 amount)
withdrawAll()
Compound(address indexed user, uint256 harvestedAmount)
Deposit(address indexed user, uint256 amount, uint256 harvestedAmount)
NewRewardsPerBlock(uint256 indexed currentPhase, uint256 startBlock, uint256 rewardPerBlockForStaking, uint256 rewardPerBlockForOthers)
Withdraw(address indexed user, uint256 amount, uint256 harvestedAmount)
constructor(address _looksRareToken, address _tokenSplitter, uint256 _startBlock, uint256[] _rewardsPerBlockForStaking, uint256[] _rewardsPerBlockForOthers, uint256[] _periodLengthesInBlocks, uint256 _numberPeriods)
This contract contains no fallback and receive objects.
This contract contains no error objects.