ether.fi BTC
Verified contract
Active on
Ethereum with 4,689 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6889…a5f6
0x4587…a8bb
Balances ($235,768,496.34)
Native
Value
$485.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.154266 | $3,147.42 |
$485.54 | |
LBTC | ERC-20 | 2.968505K | $79,168.00 |
$235,010,579.51 | |
cbBTC | ERC-20 | 4.777646 | $79,317.00 |
$378,948.53 | |
WBTC | ERC-20 | 2.925475 | $79,335.00 |
$232,092.57 | |
FBTC | ERC-20 | 1.849061 | $79,170.00 |
$146,390.17 | |
tBTC | ERC-20 | 0 | $79,171.00 |
$0.02 | |
KLBTC | ERC-20 | 1.65K | -- | -- | |
DC_WBTC | ERC-20 | 179.030282 | -- | -- | |
DC_LBTC | ERC-20 | 110.307977 | -- | -- | |
DC_tBTC | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159003 | 2 hours ago | | | 0 | 0.0013731896 | |
| 21158855 | 3 hours ago | | | 0 | 0.0012112475 | |
| 21158575 | 4 hours ago | | | 0 | 0.0012492341 | |
| 21158240 | 5 hours ago | | | 0 | 0.0010150572 | |
| 21157943 | 6 hours ago | | | 0 | 0.0015405967 | |
| 21157822 | 6 hours ago | | | 0 | 0.0014119758 | |
| 21157814 | 6 hours ago | | | 0 | 0.0011887133 | |
| 21157055 | 9 hours ago | | | 0 | 0.00075606412 | |
| 21156745 | 10 hours ago | | | 0 | 0.00066206978 | |
| 21156698 | 10 hours ago | | | 0 | 0.00050879494 |
ABI
ABI objects
Getter at block 21159745
DOMAIN_SEPARATOR() view returns (bytes32)
0xbb2ffa1c3da50ec3e68d793c2c1506162025e4f7eff6ed9aeaed96a117c7c908
authority() view returns (address)
0x6889e57bca038c28520c0b047a75e567502ea5f6
decimals() view returns (uint8)
8
hook() view returns (address)
0x458797a320e6313c980c2bc7d270466a6288a8bb
name() view returns (string)
ether.fi BTC
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
eBTC
totalSupply() view returns (uint256)
491663505708
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()