Lombard BTC Vault
Verified contract
Active on
Ethereum with 1,796 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf3e0…bdf4
0x2ea4…b9b3
Balances ($6,290,325.00)
Native
Value
$0.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000101 | $3,459.08 |
$0.35 | |
gtcbBTCc | ERC-20 | 18 | $95,844.00 |
$1,725,192 | |
WBTC | ERC-20 | 16.009193 | $95,080.00 |
$1,522,154.05 | |
cbBTC | ERC-20 | 13.950077 | $95,387.00 |
$1,330,656 | |
LBTC | ERC-20 | 13.487215 | $95,095.00 |
$1,282,566.74 | |
eBTC | ERC-20 | 4.498037 | $93,529.00 |
$420,696.91 | |
PENDLE | ERC-20 | 1.693263K | $5.35 |
$9,058.96 | |
PT-EBTC-26DEC2024 | ERC-20 | 142.1245 | -- | -- | |
YT-LBTC-27MAR2025 | ERC-20 | 111.3831 | -- | -- | |
Tri BTC-Fi | ERC-20 | 72.966085 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21266116 | 2 hours ago | | | 0 | 0.00087790430 | |
| 21265382 | 4 hours ago | | | 0 | 0.0010376677 | |
| 21264984 | 5 hours ago | | | 0 | 0.00085825980 | |
| 21264899 | 6 hours ago | | | 0 | 0.00072744220 | |
| 21263512 | 10 hours ago | | | 0 | 0.00032300100 | |
| 21263512 | 10 hours ago | | | 0 | 0.00032300100 | |
| 21263512 | 10 hours ago | | | 0 | 0.00032300100 | |
| 21263502 | 10 hours ago | | | 0 | 0.00032300100 | |
| 21263495 | 10 hours ago | | | 0 | 0.00032300100 | |
| 21263494 | 10 hours ago | | | 0 | 0.00032300100 |
ABI
ABI objects
Getter at block 21266609
DOMAIN_SEPARATOR() view returns (bytes32)
0x7405b6aa014f0421fd95e99cfb832f11b0af67445c5d074663cd9b0c2a8258ac
authority() view returns (address)
0xf3e03ef7df97511a52f31ea7a22329619db2bdf4
decimals() view returns (uint8)
8
hook() view returns (address)
0x2ea43384f1a98765257bc6cb26c7131debdeb9b3
name() view returns (string)
Lombard BTC Vault
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LBTCv
totalSupply() view returns (uint256)
150659189283
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()