WBTCKBTCLPTokenKlonPool
Verified contract
Active on
Ethereum with 4,699 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb97d…24a0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KLON | ERC-20 | 28.779607K | -- | -- | |
UNI-V2 | ERC-20 | 0.000002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12581051 | 3 years ago | | | 0 | 0.00093203000 | |
| 12581047 | 3 years ago | | | 0 | 0.00083614300 | |
| 12581038 | 3 years ago | | | 0 | 0.0011872520 | |
| 12316416 | 4 years ago | | | 0 | 0.0062771250 | |
| 12291253 | 4 years ago | | | 0 | 0.016194786 | |
| 12291247 | 4 years ago | | | 0 | 0.011858028 | |
| 12251876 | 4 years ago | | | 0 | 0.028027013 | |
| 12251604 | 4 years ago | | | 0 | 0.042111475 | |
| 12251554 | 4 years ago | | | 0 | 0.024546838 | |
| 12214760 | 4 years ago | | | 0 | 0.012370725 |
ABI
ABI objects
Getter at block 21290332 currentPeriodLeftover() view returns (uint256) totalLeftover() view returns (uint256)
DURATION() view returns (uint256)
2592000
decayRate() view returns (uint256)
75
initreward() view returns (uint256)
5276477557937794576422
isOperator() view returns (bool)
false
klon() view returns (address)
0xb97d5cf2864fb0d08b34a484ff48d5492b2324a0
lastTimeRewardApplicable() view returns (uint256)
1625575779
lastUpdateTime() view returns (uint256)
1622983983
lpt() view returns (address)
0x1f3d61248ec81542889535595903078109707941
operator() view returns (address)
0x901f9da0bc4b6327a18322717d0f29a34dffecc0
owner() view returns (address)
0x901f9da0bc4b6327a18322717d0f29a34dffecc0
periodFinish() view returns (uint256)
1625575779
rewardDistribution() view returns (address)
0xf271ced01fd7665ac48447fd8000596fee71b903
rewardPerToken() view returns (uint256)
172810637965316646879161210886
rewardPerTokenStored() view returns (uint256)
170660281371789098642695808176
rewardRate() view returns (uint256)
2035678070192050
starttime() view returns (uint256)
1611770400
totalSupply() view returns (uint256)
2453575511844
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setDecayRate(uint256 _decayRate)
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawReward(address to, uint256 amount)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardWithdrawn(address to, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address klon_, address lptoken_, uint256 starttime_, uint8 decayRate_)
This contract contains no fallback and receive objects.
This contract contains no error objects.