WheyFarm
Verified contract
Active on
Ethereum with 2,809 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xca5d…6a40
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WHEY | ERC-20 | 24.716764M | -- | -- | |
UNI-V2 | ERC-20 | 6.458054K | -- | -- | |
SLP | ERC-20 | 1.982009K | -- | -- | |
CS-DAI | ERC-20 | 50 | -- | -- | |
CS-USDC | ERC-20 | 10 | -- | -- | |
CS-USDT | ERC-20 | 4.550037 | -- | -- | |
CS-WETH | ERC-20 | 4.3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19072292 | 10 months ago | | | 0 | 0.0016236558 | |
| 19072274 | 10 months ago | | | 0 | 0.0017194438 | |
| 18195277 | a year ago | | | 0 | 0.00094768677 | |
| 18195261 | a year ago | | | 0 | 0.0011862953 | |
| 18195261 | a year ago | | | 0 | 0.0010927222 | |
| 18194568 | a year ago | | | 0 | 0.0011496067 | |
| 17610346 | a year ago | | | 0 | 0.0029727234 | |
| 17591162 | a year ago | | | 0 | 0.0058777837 | |
| 17501234 | a year ago | | | 0 | 0.0024706467 | |
| 17501098 | a year ago | | | 0 | 0.0017059724 |
ABI
ABI objects
Getter at block 21305167 getWheyPerBlock() view returns (uint256)
devaddr() view returns (address)
0x2132de4fffe211122819a0135e572784c403b595
owner() view returns (address)
0x4e09884e065d9c29d5b1edaa9858e50ae5b0a5ce
poolLength() view returns (uint256)
10
startBlock() view returns (uint256)
12238375
totalAllocPoint() view returns (uint256)
1200
whey() view returns (address)
0xca5d29b3e74d59ebcdf09111495d86f319886a40
Read-only
getWheyReward(uint256 _nextEmissionIndex, uint256 _from, uint256 _to) view returns (uint256)
pendingWhey(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accWheyPerShare, uint256 totalDeposit, uint256 nextEmissionIndex)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
wheyEmissionPerEpoch(uint256) view returns (uint256)
wheyEmissionSchedule(uint256) view returns (uint256)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
harvestAll()
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
updateDev(address _devaddr)
updatePool(uint256 _pid)
updateWheyEmission(uint256[] _wheyEmissionSchedule, uint256[] _wheyEmissionPerEpoch)
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 _devaddr, uint256 _startBlock, uint256[] _wheyEmissionSchedule, uint256[] _wheyEmissionPerEpoch)
This contract contains no fallback and receive objects.
This contract contains no error objects.