SHEESHAVaultLP
Verified contract
Active on
Ethereum with 485 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x232f…e768
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 8.5471 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20543835 | 4 months ago | | | 0 | 0.000085275777 | |
| 20543835 | 4 months ago | | | 0 | 0.000085275777 | |
| 20297419 | 5 months ago | | | 0 | 0.00010363483 | |
| 20011150 | 6 months ago | | | 0 | 0.00037536393 | |
| 20002858 | 6 months ago | | | 0 | 0.00020846209 | |
| 19934280 | 6 months ago | | | 0 | 0.00061666052 | |
| 19830891 | 7 months ago | | | 0 | 0.00018688398 | |
| 19830879 | 7 months ago | | | 0 | 0.00023232570 | |
| 19573900 | 8 months ago | | | 0 | 0.00089330649 | |
| 19549666 | 8 months ago | | | 0 | 0.0010161340 |
ABI
ABI objects
Getter at block 21324985
feeWallet() view returns (address)
0x5483d944038189b4232d1e35367420989e2c3762
lpRewards() view returns (uint256)
19539364215120947015822
owner() view returns (address)
0xe6def0adc96f7a2fde8f966230101eb3e5178a9a
percentageDivider() view returns (uint256)
10000
poolLength() view returns (uint256)
1
sheesha() view returns (address)
0x232fb065d9d24c34708eedbf03724f2e95abe768
sheeshaPerBlock() view returns (uint256)
1
startBlock() view returns (uint256)
12225504
totalAllocPoint() view returns (uint256)
100
Read-only
getElapsedMonthsCount(uint256 checkpoint) view returns (uint256)
isActive(uint256 _pid, address _user) view returns (bool)
pendingSheesha(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSheeshaPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 checkpoint, bool status)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
addRewards(uint256 _amount)
changeFeeWallet(address _feeWallet)
deposit(uint256 _pid, uint256 _amount)
depositFor(address _depositFor, uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(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 _sheesha)
This contract contains no fallback and receive objects.
This contract contains no error objects.