DAIBCCLPTokenSharePool
Verified contract
Active on
Ethereum with 7,730 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0306…6fdc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BCS | ERC-20 | 420.040111K | -- | -- | |
UNI-V2 | ERC-20 | 20.341745K | -- | -- | |
BCB | ERC-20 | 20K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16873474 | 2 years ago | | | 0 | 0.0013328649 | |
| 15067495 | 2 years ago | | | 0 | 0.00094982400 | |
| 12608475 | 3 years ago | | | 0 | 0.00085311611 | |
| 12549496 | 3 years ago | | | 0 | 0.0020000160 | |
| 12432156 | 4 years ago | | | 0 | 0.0095477280 | |
| 12352198 | 4 years ago | | | 0 | 0.0024042360 | |
| 12345990 | 4 years ago | | | 0 | 0.0027704860 | |
| 12313732 | 4 years ago | | | 0 | 0.0026747580 | |
| 12313724 | 4 years ago | | | 0 | 0.0035186610 | |
| 12306737 | 4 years ago | | | 0 | 0.0037862401 |
ABI
ABI objects
Getter at block 21249332
DURATION() view returns (uint256)
2592000
basisShare() view returns (address)
0x03066da434e5264ef0b32f787923f974a5726fdc
initreward() view returns (uint256)
32890420788574218750000
lastTimeRewardApplicable() view returns (uint256)
1681962851
lastUpdateTime() view returns (uint256)
1679370851
lpt() view returns (address)
0x0e236240c4e9a26e4e8d6d516fc2c028f6fdc3bb
owner() view returns (address)
0x638476470d58f2a6260a56856c0ac29e9313fe17
periodFinish() view returns (uint256)
1681962851
rewardDistribution() view returns (address)
0x0474e51717c5c590295abd7cf8eca4c869823a80
rewardPerToken() view returns (uint256)
2591719413169991499630
rewardPerTokenStored() view returns (uint256)
2590102520354542191534
rewardRate() view returns (uint256)
12689205551147460
starttime() view returns (uint256)
1609257600
totalSupply() view returns (uint256)
20341744656360852062628
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.