DAIBASLPTokenSharePool
Verified contract
Active on
Ethereum with 11,722 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 | 182.332767K | -- | -- | |
UNI-V2 | ERC-20 | 1.056848K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12802356 | 3 years ago | | | 0 | 0.0011239000 | |
| 12534224 | 3 years ago | | | 0 | 0.0025697000 | |
| 12534221 | 3 years ago | | | 0 | 0.0023627751 | |
| 12507689 | 3 years ago | | | 0 | 0.0024454126 | |
| 12501568 | 3 years ago | | | 0 | 0.0026386893 | |
| 12501496 | 3 years ago | | | 0 | 0.0032133740 | |
| 12493803 | 3 years ago | | | 0 | 0.0054816380 | |
| 12486523 | 3 years ago | | | 0 | 0.0030455070 | |
| 12474904 | 3 years ago | | | 0 | 0.0039567151 | |
| 12474826 | 3 years ago | | | 0 | 0.0046446600 |
ABI
ABI objects
Getter at block 21162458
DURATION() view returns (uint256)
31536000
basisShare() view returns (address)
0xa7ed29b253d8b4e3109ce07c80fc570f81b63696
lastTimeRewardApplicable() view returns (uint256)
1638230400
lastUpdateTime() view returns (uint256)
1625956990
lpt() view returns (address)
0x0379da7a5895d13037b6937b109fa8607a659adf
owner() view returns (address)
0x68c3a95b35c45db5db67ed83c43305052fad6e04
periodFinish() view returns (uint256)
1638230400
rewardDistribution() view returns (address)
0x3c53230875877321023f757c33d2faf71de2f4bb
rewardPerToken() view returns (uint256)
196416769754373032007
rewardPerTokenStored() view returns (uint256)
104353578045402690457
rewardRate() view returns (uint256)
7927447995941146
starttime() view returns (uint256)
1606694400
totalSupply() view returns (uint256)
1056848211557103025171
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.