DAIBACLPTokenSharePool
Verified contract
Active on
Ethereum with 45,100 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa7ed…3696
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAS | ERC-20 | 281.97334K | -- | -- | |
UNI-V2 | ERC-20 | 78.085735K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15266719 | 2 years ago | | | 0 | 0.0011448588 | |
| 15266714 | 2 years ago | | | 0 | 0.00079195748 | |
| 14188935 | 3 years ago | | | 0 | 0.0047537533 | |
| 14188933 | 3 years ago | | | 0 | 0.010533916 | |
| 13887188 | 3 years ago | | | 0 | 0.0042631168 | |
| 12717062 | 3 years ago | | | 0 | 0.0012871350 | |
| 12668087 | 3 years ago | | | 0 | 0.00051492600 | |
| 12666927 | 3 years ago | | | 0 | 0.00046533600 | |
| 12583736 | 3 years ago | | | 0 | 0.0011358721 | |
| 12579609 | 3 years ago | | | 0 | 0.0012389740 |
ABI
ABI objects
Getter at block 21275352
DURATION() view returns (uint256)
2592000
basisShare() view returns (address)
0xa7ed29b253d8b4e3109ce07c80fc570f81b63696
initreward() view returns (uint256)
13875646270179748535156
lastTimeRewardApplicable() view returns (uint256)
1662083706
lastUpdateTime() view returns (uint256)
1659491840
lpt() view returns (address)
0xd4405f0704621dbe9d4dea60e128e0c3b26bddbd
owner() view returns (address)
0x68c3a95b35c45db5db67ed83c43305052fad6e04
periodFinish() view returns (uint256)
1662083706
rewardDistribution() view returns (address)
0x3c53230875877321023f757c33d2faf71de2f4bb
rewardPerToken() view returns (uint256)
56210560761730589662
rewardPerTokenStored() view returns (uint256)
56032631496312206280
rewardRate() view returns (uint256)
5353258591890335
starttime() view returns (uint256)
1606694400
totalSupply() view returns (uint256)
77980027068076111746867
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.