USDTKFSLPTokenSharePool
Verified contract
Active on
Ethereum with 67 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5ebb…3fcf
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KFS | ERC-20 | 152.158514K | -- | -- | |
CPT | ERC-20 | 0.000105 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12655255 | 3 years ago | | | 0 | 0.00095338000 | |
| 12629535 | 3 years ago | | | 0 | 0.00077411000 | |
| 12303777 | 4 years ago | | | 0 | 0.0053126140 | |
| 12300560 | 4 years ago | | | 0 | 0.0062923080 | |
| 12110102 | 4 years ago | | | 0 | 0.0089795310 | |
| 12107531 | 4 years ago | | | 0 | 0.012211620 | |
| 12100604 | 4 years ago | | | 0 | 0.010018485 | |
| 11900483 | 4 years ago | | | 0 | 0.0092154000 | |
| 11852723 | 4 years ago | | | 0 | 0.012651206 | |
| 11852705 | 4 years ago | | | 0 | 0.0075211520 |
ABI
ABI objects
Getter at block 21202820
DURATION() view returns (uint256)
31536000
basisShare() view returns (address)
0x5ebbd1c991463566f8a755f15ee25f8610883fcf
lastTimeRewardApplicable() view returns (uint256)
1642505400
lastUpdateTime() view returns (uint256)
1623977067
lpt() view returns (address)
0xb21d8cabf829ec7f7f8a3dc4f9ba2cb8176e2c6b
owner() view returns (address)
0xb940a691830fba3f518f5af952360b72fc6abb1c
periodFinish() view returns (uint256)
1642505400
rewardDistribution() view returns (address)
0xed1376b70c483a13d2f574d051df0bc6897bfd18
rewardPerToken() view returns (uint256)
1515499949091273810734233847
rewardPerTokenStored() view returns (uint256)
113820274236517061797961552
rewardRate() view returns (uint256)
7927447995941146
starttime() view returns (uint256)
1610969400
totalSupply() view returns (uint256)
104790273372695
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)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address basisShare_, address lptoken_, uint256 starttime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.