Ether.Fi Liquid Usual
Verified contract
Active on
Ethereum with 338 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4c65…bc9e
0xa55a…f76e
Balances ($1,359,559.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USD0++ | ERC-20 | 1.044089M | $1.001 |
$1,045,132.92 | |
USDC | ERC-20 | 180.631442K | $1.001 |
$180,812.07 | |
USD0 | ERC-20 | 83.205219K | $1.002 |
$83,371.63 | |
USDT | ERC-20 | 37.199834K | $1.001 |
$37,237.03 | |
DAI | ERC-20 | 11.7675K | $1.001 |
$11,779.27 | |
PENDLE | ERC-20 | 236.799373 | $5.18 |
$1,226.62 | |
PENDLE-LPT | ERC-20 | 2.514723M | -- | -- | |
USUALUSDC+ | ERC-20 | 2.167891M | -- | -- | |
PT-USD0++-27MAR2025 | ERC-20 | 1.071103M | -- | -- | |
YT-USD0++-27MAR2025 | ERC-20 | 736.137K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21218047 | 10 hours ago | | | 0 | 0.00046729912 | |
| 21216881 | 14 hours ago | | | 0 | 0.0012131694 | |
| 21215776 | 18 hours ago | | | 0 | 0.0011779786 | |
| 21214905 | 20 hours ago | | | 0 | 0.00040020059 | |
| 21214151 | a day ago | | | 0 | 0.00057604400 | |
| 21214092 | a day ago | | | 0 | 0.00056336238 | |
| 21213374 | a day ago | | | 0 | 0.00051710796 | |
| 21213018 | a day ago | | | 0 | 0.00067423441 | |
| 21212245 | a day ago | | | 0 | 0.00047406722 | |
| 21211069 | a day ago | | | 0 | 0.00049161232 |
ABI
ABI objects
Getter at block 21221008
DOMAIN_SEPARATOR() view returns (bytes32)
0x42e36c6fce71d0efb8ec5b4200d343488c132d10b06430e353b6fd94ebd3670e
authority() view returns (address)
0x4c65e8d34ecd7404fc860c4b83b081df1538bc9e
decimals() view returns (uint8)
18
hook() view returns (address)
0xa55a34d31af7e1bddface2966d51526eccf4f76e
name() view returns (string)
Ether.Fi Liquid Usual
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
eUSD0++
totalSupply() view returns (uint256)
9824037958960402784674300
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enter(address from, address asset, uint256 assetAmount, address to, uint256 shareAmount)
exit(address to, address asset, uint256 assetAmount, address from, uint256 shareAmount)
manage(address target, bytes data, uint256 value) returns (bytes result)
manage(address[] targets, bytes[] data, uint256[] values) returns (bytes[] results)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setAuthority(address newAuthority)
setBeforeTransferHook(address _hook)
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 amount)
AuthorityUpdated(address indexed user, address indexed newAuthority)
Enter(address indexed from, address indexed asset, uint256 amount, address indexed to, uint256 shares)
Exit(address indexed to, address indexed asset, uint256 amount, address indexed from, uint256 shares)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address _owner, string _name, string _symbol, uint8 _decimals)
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()