DAIONCLPTokenSharePool
Verified contract
Active on
Ethereum with 10,041 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5bb2…e2c5
Balances ($3.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ONS | ERC-20 | 2.588657 | $1.48 |
$3.83 | |
UNI-V2 | ERC-20 | 17.37669K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18827633 | a year ago | | | 0 | 0.0075406201 | |
| 12821494 | 3 years ago | | | 0 | 0.0022385088 | |
| 12682481 | 3 years ago | | | 0 | 0.0010171800 | |
| 12644222 | 3 years ago | | | 0 | 0.00074281900 | |
| 12633267 | 3 years ago | | | 0 | 0.0026273430 | |
| 12626229 | 3 years ago | | | 0 | 0.00067653000 | |
| 12606023 | 3 years ago | | | 0 | 0.0014410050 | |
| 12593273 | 3 years ago | | | 0 | 0.00074431500 | |
| 12592770 | 3 years ago | | | 0 | 0.0017800650 | |
| 12548464 | 3 years ago | | | 0 | 0.0012712950 |
ABI
ABI objects
Getter at block 21166754
DURATION() view returns (uint256)
15552000
lastTimeRewardApplicable() view returns (uint256)
1624435200
lastUpdateTime() view returns (uint256)
1624435200
lpt() view returns (address)
0x3ba3c8fb0142a6f2bf3e2990a08957866203f961
oneShare() view returns (address)
0x5bb29c33c4a3c29f56f8aca40b4db91d8a5fe2c5
owner() view returns (address)
0xa9613b2f2f9023b4439daa19665e87efd8a808aa
periodFinish() view returns (uint256)
1624435200
rewardDistribution() view returns (address)
0xa9613b2f2f9023b4439daa19665e87efd8a808aa
rewardPerToken() view returns (uint256)
4641228657167544526
rewardPerTokenStored() view returns (uint256)
4641228657167544526
rewardRate() view returns (uint256)
5787037037037037
starttime() view returns (uint256)
1608883200
totalSupply() view returns (uint256)
17376690034419764447832
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 oneShare_, address lptoken_, uint256 starttime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.