lify-wbtcusdt-tiger-1
Verified contract
Proxy
Active on
Ethereum with 10 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
1 additional
variable
Balances ($3,289.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.034711 | $90,342.00 |
$3,135.86 | |
USDT | ERC-20 | 153.899406 | $1.001 |
$154.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17676199 | a year ago | | | 0 | 0.0026166287 | |
| 17669986 | a year ago | | | 0 | 0.00051405047 | |
| 17669447 | a year ago | | | 0 | 0.015171228 | |
| 17669426 | a year ago | | | 0 | 0.027267655 | |
| 17669098 | a year ago | | | 0 | 0.010538125 | |
| 17662278 | a year ago | | | 0 | 0.00040350146 | |
| 17661985 | a year ago | | | 0 | 0.0046052729 | |
| 17647616 | a year ago | | | 0 | 0.0022777294 | |
| 17647564 | a year ago | | | 0 | 0.0015769492 | |
| 17644423 | a year ago | | | 0 | 0.011565535 |
ABI
ABI objects
Getter at block 21218053 totalAssets() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0x353c39268a6a28c592f0b9bcbb5f5b1fb16f36e1377c8b07dc9a4e4665eb1d8e
asset() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
decimals() view returns (uint8)
18
entryFee() view returns (uint256)
10
exitFee() view returns (uint256)
30
invariant() view returns (uint256)
8740
maxDeposit() view returns (uint256)
0
minDeposit() view returns (uint256)
100000
name() view returns (string)
lify-wbtcusdt-tiger-1
other() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
owner() view returns (address)
0xfc7ae38f276dd58c65e4cc01413509954ce45e84
priceFeed() view returns (address)
0x74476cae04c5aaf33f60760ed150bf3fa879a51b
symbol() view returns (string)
L-WBTCUSDT-T1
totalSupply() view returns (uint256)
4723339067413220
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allowance(address owner, address spender) view returns (uint256)
assetsToToken1(uint256 assets) view returns (uint256)
balanceOf(address account) view returns (uint256)
convertToAssets(uint256 shares) view returns (uint256 assets)
convertToShares(uint256 assets) view returns (uint256 shares)
getNavInNumeraire(uint8 rounding) view returns (uint256)
nonces(address owner) view returns (uint256)
sharesToToken1(uint256 shares) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 assets, address receiver, bytes data) returns (uint256 shares)
depositEth(address receiver, bytes data) payable returns (uint256 shares)
exit() returns (uint256 amountToken0, uint256 amountToken1)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _asset, string _name, string _symbol, address _other, address _owner, uint256 _minDeposit, uint256 _maxDeposit, uint256 _entryFee, uint256 _exitFee)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
rebalance(bytes data, uint256 newInvariant) returns (uint256 returnAmount)
redeem(uint256 shares, address receiver, address owner_, bytes data) returns (uint256 assets)
redeemEth(uint256 shares, address receiver, address _owner, bytes data) returns (uint256 assets)
renounceOwnership()
rescueEth()
setEntryFee(uint256 value)
setExitFee(uint256 value)
setMaxDeposit(uint256 assets)
setMinDeposit(uint256 assets)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed sender, address indexed owner, uint256 assets, uint256 shares)
Exit(address indexed sender, uint256 assets, uint256 stable, uint256 shares)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Rebalance(bytes data, uint256 newInvariant, uint256 returnAmount)
SetEntryFee(uint256 indexed value)
SetExitFee(uint256 indexed value)
SetMaxDeposit(uint256 indexed assets)
SetMinDeposit(uint256 indexed assets)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed sender, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
This contract contains no constructor objects.
receive()
AmountError(uint256 got, uint256 expected)
InvariantError()
MaxDepositError()
MaxFeeError()
MaxRedeemError()
MinDepositError()
NetworkError()
NonWrappedNativeError()
ReceiverError(address got, address expected)
SanctionedError()
TokenError()
TransferError()
ZeroAddressError()
ZeroDepositError()
ZeroWithdrawError()