DAIBSGLPTokenSharePool
Verified contract
Active on
Ethereum with 4,262 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 | 184.865365K | -- | -- | |
UNI-V2 | ERC-20 | 96.293057 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19937906 | 6 months ago | | | 0 | 0.0010480260 | |
| 15881312 | 2 years ago | | | 0 | 0.0011059886 | |
| 14056278 | 3 years ago | | | 0 | 0.0092406224 | |
| 13695928 | 3 years ago | | | 0 | 0.0079660915 | |
| 13681310 | 3 years ago | | | 0 | 0.0064494068 | |
| 13664639 | 3 years ago | | | 0 | 0.0094531206 | |
| 13664600 | 3 years ago | | | 0 | 0.0077814433 | |
| 13651377 | 3 years ago | | | 0 | 0.0065917561 | |
| 13645127 | 3 years ago | | | 0 | 0.010445705 | |
| 13642805 | 3 years ago | | | 0 | 0.0094987429 |
ABI
ABI objects
Getter at block 21292619
DURATION() view returns (uint256)
31536000
basisShare() view returns (address)
0xa9d232cc381715ae791417b624d7c4509d2c28db
lastTimeRewardApplicable() view returns (uint256)
1642132800
lastUpdateTime() view returns (uint256)
1642132800
lpt() view returns (address)
0x4a9596e5d2f9bef50e4de092ad7181ae3c40353e
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint256)
1642132800
rewardDistribution() view returns (address)
0x1b7db08d5497c1f6c03af5e4b7250a30a78b60dd
rewardPerToken() view returns (uint256)
2464015400341335673462
rewardPerTokenStored() view returns (uint256)
2464015400341335673462
rewardRate() view returns (uint256)
23782343987823439
starttime() view returns (uint256)
1610596800
totalSupply() view returns (uint256)
96293056892780742990
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.