SushiswapV2 IL Protection
Verified contract
Active on
Ethereum with 1,871 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PHA | ERC-20 | 4K | $0.11711 |
$468.44 | |
USDC | ERC-20 | 465 | $0.999951 |
$464.98 | |
USDT | ERC-20 | 441.589859 | $0.999587 |
$441.41 | |
sil | ERC-20 | 105.983783 | -- | -- | |
SLP | ERC-20 | 0.380481 | -- | -- | |
SLP | ERC-20 | 0.014918 | -- | -- | |
SLP | ERC-20 | 0.012143 | -- | -- | |
SLP | ERC-20 | 0.004235 | -- | -- | |
SLP | ERC-20 | 0.003397 | -- | -- | |
SLP | ERC-20 | 0.002409 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21012070 | 21 days ago | | | 0 | 0.00043226988 | |
| 20818244 | 2 months ago | | | 0 | 0.00062994117 | |
| 20813348 | 2 months ago | | | 0 | 0.00097471824 | |
| 20708188 | 2 months ago | | | 0 | 0.000058353314 | |
| 20602016 | 3 months ago | | | 0 | 0.000042257221 | |
| 20571185 | 3 months ago | | | 0 | 0.000068590305 | |
| 20300175 | 4 months ago | | | 0 | 0.000064329440 | |
| 20299243 | 4 months ago | | | 0 | 0.000067907298 | |
| 20299220 | 4 months ago | | | 0 | 0.00011423249 | |
| 20181973 | 4 months ago | | | 0 | 0.00014423604 |
ABI
ABI objects
Getter at block 21161301 markets() view returns (address[])
DOMAINSEPARATOR() view returns (bytes32)
0x6b03be8c3fdb53fcf0ce81fc3577c7d3e0b96d20c0fdc739d5c6ec5a9a910ff6
DOMAIN_TYPEHASH() view returns (bytes32)
0x797cfab58fcb15f590eb8e4252d5c228ff88f94f907e119e80c4393a946e8f35
FACTORY() view returns (address)
0xc0aee478e3658e2610c5f7a4a2e1777ce9e4f2ac
FEE() view returns (uint256)
500
LINK() view returns (address)
0x271bf4568fb737cc2e6277e9b1ee0034098cda2a
PAIR() view returns (address)
0x51f50ae3709292adccc33b922df73f79ef0e72ff
PERMIT_TYPEHASH() view returns (bytes32)
0x5fae9ec55a1e547936e0e74d606b44cd5f912f9adcd0bba561fea62d570259e9
WYFI() view returns (address)
0x017e71e96f2ae777c679740d2d8dc15ed4231981
decimals() view returns (uint8)
8
name() view returns (string)
SushiswapV2 IL Protection
symbol() view returns (string)
sil
totalSupply() view returns (uint256)
13939331187937
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
borrowed(address, address) view returns (uint256)
getPriceOracle(address token) view returns (uint256)
lp(address, address) view returns (uint256)
nonces(address) view returns (uint256)
pairFor(address token) view returns (address)
profit(address token, address owner, uint256 amount) view returns (uint256)
shortFall(address token, address owner, uint256 amount) view returns (uint256)
shortFallInToken(address token, address owner, uint256 amount) view returns (uint256)
underlyingBalanceOf(address owner, address token) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
deposit(address token, uint256 amount, uint256 minLiquidity)
depositAll(address token, uint256 minLiquidity)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address dst, uint256 amount) returns (bool)
transferFrom(address src, address dst, uint256 amount) returns (bool)
withdraw(address token, uint256 amount, uint256 maxSettle)
withdrawAll(address token, uint256 maxSettle)
Approval(address indexed owner, address indexed spender, uint256 amount)
Deposit(address indexed owner, address indexed lp, uint256 amountIn, uint256 minted)
Transfer(address indexed from, address indexed to, uint256 amount)
Withdraw(address indexed owner, address indexed lp, uint256 burned, uint256 amountOut)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.