BTC ZeroLend eBTC
Verified contract
Proxy
Active on
Ethereum with 38 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0x938e…1d2b
Balances ($27,260,151.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
eBTC | ERC-20 | 286.719586 | $95,076.00 |
$27,260,151.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270298 | 3 days ago | | | 0 | 0.00026011228 | |
| 21250538 | 5 days ago | | | 0 | 0.00055329266 | |
| 21250517 | 5 days ago | | | 0 | 0.00051992132 | |
| 21242647 | 7 days ago | | | 0 | 0.00056789712 | |
| 21237620 | 7 days ago | | | 0 | 0.00080319164 | |
| 21208062 | 11 days ago | | | 0 | 0.00037655921 | |
| 21207399 | 11 days ago | | | 0 | 0.00053590398 | |
| 21207385 | 11 days ago | | | 0 | 0.00050598212 | |
| 21207141 | 11 days ago | | | 0 | 0.00043686531 | |
| 21206965 | 11 days ago | | | 0 | 0.00040933972 |
ABI
ABI objects
Getter at block 21289185
ATOKEN_REVISION() view returns (uint256)
2
DOMAIN_SEPARATOR() view returns (bytes32)
0xdc397038d4bf31e17bb9f204a6799d9eb4f2aad6ceed0ede58bdc010919e2d21
EIP712_REVISION() view returns (bytes)
0x31
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
POOL() view returns (address)
0xcd2b31071119d7ea449a9d211ac8ebf7ee97f987
RESERVE_TREASURY_ADDRESS() view returns (address)
0x4e88e72bd81c7ea394cb410296d99987c3a242fe
UNDERLYING_ASSET_ADDRESS() view returns (address)
0x657e8c867d8b37dcc18fa4caead9c45eb088c642
decimals() view returns (uint8)
8
getIncentivesController() view returns (address)
0x938e23c10c501ce5d42bc516ecfdf5abd9c51d2b
name() view returns (string)
BTC ZeroLend eBTC
scaledTotalSupply() view returns (uint256)
61075481211
symbol() view returns (string)
z0BTCeBTC
totalSupply() view returns (uint256)
61264316392
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address user) view returns (uint256)
getPreviousIndex(address user) view returns (uint256)
getScaledUserBalanceAndSupply(address user) view returns (uint256, uint256)
nonces(address owner) view returns (uint256)
scaledBalanceOf(address user) view returns (uint256)
State-modifying
Events admin() returns (address)
implementation() returns (address)
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(address from, address receiverOfUnderlying, uint256 amount, uint256 index)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
handleRepayment(address user, address onBehalfOf, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address initializingPool, address treasury, address underlyingAsset, address incentivesController, uint8 aTokenDecimals, string aTokenName, string aTokenSymbol, bytes params)
mint(address caller, address onBehalfOf, uint256 amount, uint256 index) returns (bool)
mintToTreasury(uint256 amount, uint256 index)
recall(address from, address to, uint256 amount)
rescueTokens(address token, address to, uint256 amount)
setIncentivesController(address controller)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOnLiquidation(address from, address to, uint256 value)
transferUnderlyingTo(address target, uint256 amount)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
BalanceTransfer(address indexed from, address indexed to, uint256 value, uint256 index)
Burn(address indexed from, address indexed target, uint256 value, uint256 balanceIncrease, uint256 index)
Initialized(address indexed underlyingAsset, address indexed pool, address treasury, address incentivesController, uint8 aTokenDecimals, string aTokenName, string aTokenSymbol, bytes params)
Mint(address indexed caller, address indexed onBehalfOf, uint256 value, uint256 balanceIncrease, uint256 index)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address admin)
fallback()
This contract contains no error objects.