SHEESHAVault
Verified contract
Active on
Ethereum with 7,322 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x232f…e768
Balances ($61,317.61)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHEESHA | ERC-20 | 16.490059K | $3.71 |
$61,178.12 | |
WBNB | ERC-20 | 0.225366 | $618.95 |
$139.49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206097 | 2 days ago | | | 0 | 0.00077505254 | |
| 21191210 | 4 days ago | | | 0 | 0.0017832787 | |
| 21102708 | 17 days ago | | | 0 | 0.00037553096 | |
| 21102705 | 17 days ago | | | 0 | 0.00035861736 | |
| 21102702 | 17 days ago | | | 0 | 0.00028520722 | |
| 20973614 | a month ago | | | 0 | 0.0012273783 | |
| 20965581 | a month ago | | | 0 | 0.0025967860 | |
| 20879149 | 2 months ago | | | 0 | 0.0026510389 | |
| 20879143 | 2 months ago | | | 0 | 0.0019315596 | |
| 20735570 | 2 months ago | | | 0 | 0.00070394748 |
ABI
ABI objects
Getter at block 21221962
migrationDone() view returns (bool)
true
owner() view returns (address)
0xea381cd31a5e4e388fcde4a1730a78a133ee52bd
percentageDivider() view returns (uint256)
10000
poolLength() view returns (uint256)
1
sheesha() view returns (address)
0x232fb065d9d24c34708eedbf03724f2e95abe768
sheeshaPerBlock() view returns (uint256)
2378234398782345
startBlock() view returns (uint256)
12225504
tokenRewards() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
100
userCount() view returns (uint256)
1542
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
isUserExisting(address _who) view returns (bool)
pendingSheesha(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSheeshaPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
userList(uint256) view returns (address)
State-modifying
Events add(uint256 _allocPoint, address _token, bool _withUpdate)
addRewards(uint256 _amount)
deposit(uint256 _pid, uint256 _amount)
depositFor(address _depositFor, uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setPoolLastRewardBlock(uint256 _pid, uint256 _lastRewardBlock)
setPoolSheeshaPerShare(uint256 _pid, uint256 _accSheeshaPerShare)
stopSync()
sync(uint256 _pid, address _addr, uint256 _amount, uint256 _rewardDebt)
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, uint256 _startBlock, uint256 _tokenRewards, uint256 _sheeshaPerBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.