Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa478…eb11
0xc28e…64c2
0x1dae…234d
0xa148…b711
0xe4fe…9410
Balances ($95.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SASHIMI | ERC-20 | 11.696762K | $0.008188 |
$95.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11623194 | 4 years ago | | | 0 | 0.023889840 | |
| 11326742 | 4 years ago | | | 0 | 0.0062697209 | |
| 11325494 | 4 years ago | | | 0 | 0.0064735716 | |
| 11305669 | 4 years ago | | | 0 | 0.0098273428 | |
| 11291760 | 4 years ago | | | 0 | 0.0089613120 | |
| 11291582 | 4 years ago | | | 0 | 0.0088445790 | |
| 11289899 | 4 years ago | | | 0 | 0.0094884480 | |
| 11287263 | 4 years ago | | | 0 | 0.0098273100 | |
| 11274596 | 4 years ago | | | 0 | 0.014232672 | |
| 11274576 | 4 years ago | | | 0 | 0.017689158 |
ABI
ABI objects
Getter at block 21225726
decimals() view returns (uint8)
18
lp() view returns (address)
0xa478c2975ab1ea89e8196811f51a7b7ade33eb11
masterChef() view returns (address)
0x1daed74ed1dd7c9dabbe51361ac90a69d851234d
name() view returns (string)
LpBar
owner() view returns (address)
0x0faef44d1373f6fde75926e4564bab5b2d645944
perShareForChefHarvest() view returns (uint256)
86811826872035
perShareForUniHarvest() view returns (uint256)
38139892093445
pid() view returns (uint256)
26
sashimi() view returns (address)
0xc28e27870558cf22add83540d2126da2e4b464c2
symbol() view returns (string)
xLP
totalLp() view returns (uint256)
110815271182220128274
totalSupply() view returns (uint256)
110815271182220128274
uni() view returns (address)
0x1f9840a85d5af5bf1d1762f925bdaddc4201f984
uniStake() view returns (address)
0xa1484c3aa22a66c62b77e0ae78e15258bd0cb711
wETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
earnedFromChef(address account) view returns (uint256)
earnedFromUniStaking(address account) view returns (uint256)
lpBalance(address) view returns (uint256)
rewardDebtsFromChef(address) view returns (uint256)
rewardDebtsFromUni(address) view returns (uint256)
xLPBalance(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax()
changeRouter(address _router)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enter(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
leave(uint256 _xLpShare)
renounceOwnership()
setPid(uint256 _pid)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _sashimi, address _lp, address _uni, address _masterChef, address _router, address _uniStake, address _wETH)
This contract contains no fallback and receive objects.
This contract contains no error objects.