DAIBSGSLPTokenSharePool
Verified contract
Active on
Ethereum with 1,735 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa9d2…28db
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSGS | ERC-20 | 168.809716K | -- | -- | |
UNI-V2 | ERC-20 | 6.26682K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13255670 | 3 years ago | | | 0 | 0.0026991599 | |
| 13080919 | 3 years ago | | | 0 | 0.0030348454 | |
| 13026126 | 3 years ago | | | 0 | 0.0031937175 | |
| 13023282 | 3 years ago | | | 0 | 0.0050303291 | |
| 12799674 | 3 years ago | | | 0 | 0.00063906000 | |
| 12747079 | 3 years ago | | | 0 | 0.0011783602 | |
| 12740634 | 3 years ago | | | 0 | 0.0020493220 | |
| 12692121 | 3 years ago | | | 0 | 0.0017709140 | |
| 12648934 | 3 years ago | | | 0 | 0.00084625865 | |
| 12648037 | 3 years ago | | | 0 | 0.0011017890 |
ABI
ABI objects
Getter at block 21245861
DURATION() view returns (uint256)
31536000
basisShare() view returns (address)
0xa9d232cc381715ae791417b624d7c4509d2c28db
lastTimeRewardApplicable() view returns (uint256)
1642132800
lastUpdateTime() view returns (uint256)
1642132800
lpt() view returns (address)
0x980a07e4f64d21a0cb2ef8d4af362a79b9f5c0da
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint256)
1642132800
rewardDistribution() view returns (address)
0x1b7db08d5497c1f6c03af5e4b7250a30a78b60dd
rewardPerToken() view returns (uint256)
53898730133296279673
rewardPerTokenStored() view returns (uint256)
53898730133296279673
rewardRate() view returns (uint256)
7927447995941146
starttime() view returns (uint256)
1610596800
totalSupply() view returns (uint256)
6266819531041118460262
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.