ElasticETHPool
Verified contract
Active on
Ethereum with 163 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x95da…7fd4
0xda9c…6791
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ESC | ERC-20 | 16.005291K | -- | -- | |
UNI-V2 | ERC-20 | 61.310315 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11885293 | 4 years ago | | | 0 | 0.016114417 | |
| 11861621 | 4 years ago | | | 0 | 0.014555640 | |
| 11850814 | 4 years ago | | | 0 | 0.024214000 | |
| 11821760 | 4 years ago | | | 0 | 0.027350070 | |
| 11777292 | 4 years ago | | | 0 | 0.010636080 | |
| 11723570 | 4 years ago | | | 0 | 0.0069707520 | |
| 11668124 | 4 years ago | | | 0 | 0.0050344320 | |
| 11667939 | 4 years ago | | | 0 | 0.0049262137 | |
| 11667888 | 4 years ago | | | 0 | 0.0087485040 | |
| 11642958 | 4 years ago | | | 0 | 0.0070756400 |
ABI
ABI objects
Getter at block 21396212
feePercent() view returns (uint8)
50
feeTo() view returns (address)
0x44b1d0230f6d14914a15c76c2c9de3331ece9ee0
getRewardForDuration() view returns (uint256)
1896239808000
lastTimeRewardApplicable() view returns (uint256)
1615619088
lastUpdateTime() view returns (uint256)
1613710649
owner() view returns (address)
0x890b7c0943650fcb56eb6eedf788b3fe22f718b7
periodFinish() view returns (uint256)
1615619088
rewardPerToken() view returns (uint256)
119478879213
rewardPerTokenStored() view returns (uint256)
108092831396
rewardRate() view returns (uint256)
365787
rewardsDuration() view returns (uint256)
5184000
rewardsToken() view returns (address)
0x95da1e3eecae3771acb05c145a131dca45c67fd4
stakingToken() view returns (address)
0xda9c8bb286eacd04ebacf97a13beba1d76896791
totalSupply() view returns (uint256)
61310314843055905816
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 clearToken(address tokenAddress)
exit()
getReward()
initialize(address rewardsTokenAddress, address stakingTokenAddress)
notifyRewardAmount(uint256 reward)
renounceOwnership()
setFeePercent(uint8 _feePercent)
setFeeTo(address _feeTo)
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, uint256 perShareAmount)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.