BendUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 232 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
0x2445…0e46
0x3b96…6f88
0x4567…8189
Balances ($0.00)
No balances found for "BendUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19109744 | 10 months ago | | | 0.2 | 0.0050266560 | |
| 19074182 | 10 months ago | | | 3.0896419 | 0.0081116209 | |
| 18650936 | a year ago | | | 0.13 | 0.010646273 | |
| 18569983 | a year ago | | | 1.2010829 | 0.023668237 | |
| 18518867 | a year ago | | | 0.65 | 0.0090044952 | |
| 18483801 | a year ago | | | 2.7866376 | 0.013544405 | |
| 18483798 | a year ago | | | 2.8769907 | 0.013899138 | |
| 18482633 | a year ago | | | 2.8493503 | 0.014439739 | |
| 18412209 | a year ago | | | 0.5 | 0.0046539279 | |
| 18360613 | a year ago | | | 2.9154158 | 0.0043716478 |
ABI
ABI objects
Getter at block 21187751 getImplementation() view returns (address)
addressProvider() view returns (address)
0x24451f47caf13b24f4b5034e1df6c0e401ec0e46
owner() view returns (address)
0xe6b80f77a8b8fcd124ab748c720b7eaea83ddb4c
underlyingToken() view returns (address)
0x34d85c9cdeb23fa97cb08333b511ac86e1c4e258
wethGateway() view returns (address)
0x3b968d2d299b895a5fcf3bba7a64ad0f566e6f88
wrappedToken() view returns (address)
0x45676f1a69e173cd5421582eaacbb9c8c0f28189
Read-only
isCallerInWhitelist(address caller) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
auction(uint256 nftTokenId, uint256 bidPrice, address onBehalfOf)
auctionETH(uint256 nftTokenId, address onBehalfOf) payable
authorizeCallerWhitelist(address[] callers, bool flag)
authorizeLendPoolERC20(address[] tokens)
batchBorrow(address[] reserveAssets, uint256[] amounts, uint256[] nftTokenIds, address onBehalfOf, uint16 referralCode)
batchBorrowETH(uint256[] amounts, uint256[] nftTokenIds, address onBehalfOf, uint16 referralCode)
batchRepay(uint256[] nftTokenIds, uint256[] amounts) returns (uint256[], bool[])
batchRepayETH(uint256[] nftTokenIds, uint256[] amounts) payable returns (uint256[], bool[])
borrow(address reserveAsset, uint256 amount, uint256 nftTokenId, address onBehalfOf, uint16 referralCode)
borrowETH(uint256 amount, uint256 nftTokenId, address onBehalfOf, uint16 referralCode)
emergencyERC20Transfer(address token, address to, uint256 amount)
emergencyERC721Transfer(address token, address to, uint256 id)
emergencyEtherTransfer(address to, uint256 amount)
emergencyPunksTransfer(address punks, address to, uint256 index)
initialize(address addressProvider_, address wethGateway_, address underlyingToken_, address wrappedToken_)
liquidate(uint256 nftTokenId, uint256 amount) returns (uint256)
liquidateETH(uint256 nftTokenId) payable returns (uint256)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
redeem(uint256 nftTokenId, uint256 amount, uint256 bidFine) returns (uint256)
redeemETH(uint256 nftTokenId, uint256 amount, uint256 bidFine) payable returns (uint256)
renounceOwnership()
repay(uint256 nftTokenId, uint256 amount) returns (uint256, bool)
repayETH(uint256 nftTokenId, uint256 amount) payable returns (uint256, bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
EmergencyEtherTransfer(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
receive()
This contract contains no error objects.