Bend interest bearing WETH
Verified contract
Proxy
Active on
Ethereum with 2,226 txns
Unified storage
Map
Table
Raw
Constants and immutables
5
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 44 additional slots
0x2445…0e46
Balances ($8,368,144.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 2.288817K | $3,656.10 |
$8,368,144.53 | |
Cars | ERC-20 | 384.430841M | -- | -- | |
Shibgun | ERC-20 | 51.618K | -- | -- | |
REKT | ERC-20 | 61.378 | -- | -- | |
HQG | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21307821 | 2 days ago | | | 0 | 0.00039409452 | |
| 21294656 | 4 days ago | | | 0 | 0.0011069542 | |
| 21289616 | 4 days ago | | | 0 | 0.00022926253 | |
| 21261414 | 8 days ago | | | 0 | 0.00025942140 | |
| 21257774 | 9 days ago | | | 0 | 0.00043612650 | |
| 21254441 | 9 days ago | | | 0 | 0.00047202328 | |
| 21251466 | 10 days ago | | | 0 | 0.00084323026 | |
| 21236105 | 12 days ago | | | 0 | 0.0017116310 | |
| 21234980 | 12 days ago | | | 0 | 0.00053213633 | |
| 21222378 | 14 days ago | | | 0 | 0.00059887046 |
ABI
ABI objects
Getter at block 21320075 getImplementation() view returns (address) totalSupply() view returns (uint256)
POOL() view returns (address)
0x70b97a0da65c15dfb0ffa02aee6fa36e507c2762
RESERVE_TREASURY_ADDRESS() view returns (address)
0x43078abfb76bd24885fd64effb22049f92a8c495
UNDERLYING_ASSET_ADDRESS() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0x26fc1f11e612366d3367fc0cbfff9e819da91c8d
name() view returns (string)
Bend interest bearing WETH
scaledTotalSupply() view returns (uint256)
3233983989181648072560
symbol() view returns (string)
bendWETH
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address user) view returns (uint256)
getScaledUserBalanceAndSupply(address user) view returns (uint256, uint256)
scaledBalanceOf(address user) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(address user, address receiverOfUnderlying, uint256 amount, uint256 index)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address addressProvider, address treasury, address underlyingAsset, uint8 bTokenDecimals, string bTokenName, string bTokenSymbol)
mint(address user, uint256 amount, uint256 index) returns (bool)
mintToTreasury(uint256 amount, uint256 index)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferUnderlyingTo(address target, uint256 amount) returns (uint256)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
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 index)
Initialized(address indexed underlyingAsset, address indexed pool, address treasury, address incentivesController)
Mint(address indexed from, uint256 value, uint256 index)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.