WBTCKLONLPTokenKlonPool
Verified contract
Active on
Ethereum with 3,689 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 | 195.436737K | -- | -- | |
UNI-V2 | ERC-20 | 0.000025 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12445200 | 3 years ago | | | 0 | 0.0047244100 | |
| 12330857 | 4 years ago | | | 0 | 0.0038160600 | |
| 12330811 | 4 years ago | | | 0 | 0.0049933470 | |
| 12329181 | 4 years ago | | | 0 | 0.0066488565 | |
| 12307179 | 4 years ago | | | 0 | 0.0037196400 | |
| 12294234 | 4 years ago | | | 0 | 0.012361023 | |
| 12284667 | 4 years ago | | | 0 | 0.015788715 | |
| 12284249 | 4 years ago | | | 0 | 0.012797294 | |
| 12280309 | 4 years ago | | | 0 | 0.015821280 | |
| 12276104 | 4 years ago | | | 0 | 0.024841396 |
ABI
ABI objects
Getter at block 21168652 rewardsLeft() view returns (uint256)
DURATION() view returns (uint256)
31536000
isOperator() view returns (bool)
false
klon() view returns (address)
0xb97d5cf2864fb0d08b34a484ff48d5492b2324a0
lastTimeRewardApplicable() view returns (uint256)
1643306400
lastUpdateTime() view returns (uint256)
1621164519
lpt() view returns (address)
0x734e48a1ffea1cdf4f5172210c322f3990d6d760
operator() view returns (address)
0x0000000000000000000000000000000000000001
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint256)
1643306400
rewardDistribution() view returns (address)
0xf271ced01fd7665ac48447fd8000596fee71b903
rewardPerToken() view returns (uint256)
11001735050644339916616909370
rewardPerTokenStored() view returns (uint256)
4026843731289316731570542906
rewardRate() view returns (uint256)
7927447995941146
starttime() view returns (uint256)
1611770400
totalSupply() view returns (uint256)
25165784257130
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()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawRewards(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_)
This contract contains no fallback and receive objects.
This contract contains no error objects.