Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd1af…08b5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 345.158943 | -- | -- | |
UNI-V2 | ERC-20 | 36.00206 | -- | -- | |
ETHY | ERC-20 | 13.666853 | -- | -- | |
UNI-V2 | ERC-20 | 0.018 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20556166 | 3 months ago | | | 0 | 0.000076090929 | |
| 20347163 | 4 months ago | | | 0 | 0.00043955519 | |
| 20346864 | 4 months ago | | | 0 | 0.00033816204 | |
| 20346775 | 4 months ago | | | 0 | 0.00018476054 | |
| 20346766 | 4 months ago | | | 0 | 0.00037727551 | |
| 20304895 | 4 months ago | | | 0 | 0.00024027872 | |
| 19946680 | 6 months ago | | | 0 | 0.00042344165 | |
| 19727371 | 7 months ago | | | 0 | 0.00093128326 | |
| 19727345 | 7 months ago | | | 0 | 0.00062339142 | |
| 19564432 | 7 months ago | | | 0 | 0.0011560164 |
ABI
ABI objects
Getter at block 21199964
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
11338083
canChangeAccountants() view returns (bool)
true
ethy() view returns (address)
0xd1afbccc9a2c2187ea544363b986ea0ab6ef08b5
ethyPerBlock() view returns (uint256)
60000000000000000
owner() view returns (address)
0xc1816a017a613cec685eec56ca4881e5b1b2dcfa
poolLength() view returns (uint256)
3
startBlock() view returns (uint256)
11309511
stratCooldown() view returns (uint256)
82800
totalAllocPoint() view returns (uint256)
2000
updated() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
calculateWithdrawable(uint256 _pid, uint256 _amount) view returns (uint256)
depositeer(address) view returns (bool)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingEthy(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accEthyPerShare, uint256 minimumStay, address strat, address accountant, uint256 stratLastCalled, uint256 shareTotals)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 lockedUntil)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate, address _accountant, address _strat, uint256 _minimumStay)
deposit(uint256 _pid, uint256 _amount)
depositFor(address _user, uint256 _pid, uint256 _amount)
disableChangingAccountants()
emergencyWithdraw(uint256 _pid)
executeStrategy(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setAccountant(uint256 _pid, address _accountant)
setDepositeer(address _depositeer, bool _enabled)
setStrat(uint256 _pid, address _strat)
transferOwnership(address newOwner)
updateEthyPerBlock(uint256 _ethyPerBlock)
updatePool(uint256 _pid)
updateVersion(address _updated)
upgradeSelf(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _ethy, uint256 _ethyPerBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.