BendUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,055 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
0x2445…0e46
0x3b96…6f88
0xb47e…3bbb
0xb7f7…13f6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x2b70…4704 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147461 | a day ago | | | 0 | 0.0087134202 | |
| 21145111 | 2 days ago | | | 0 | 0.018376812 | |
| 21142988 | 2 days ago | | | 0 | 0.025002940 | |
| 20495209 | 3 months ago | | | 0 | 0.0014998180 | |
| 20488028 | 3 months ago | | | 0 | 0.0013578229 | |
| 20472231 | 3 months ago | | | 9.7402305 | 0.0022157850 | |
| 20472229 | 3 months ago | | | 10.9075 | 0.0013097994 | |
| 20472189 | 3 months ago | | | 9.7401304 | 0.0021025001 | |
| 20472186 | 3 months ago | | | 10.9075 | 0.0012133027 | |
| 20468985 | 3 months ago | | | 0 | 0.0010354977 |
ABI
ABI objects
Getter at block 21157775 getImplementation() view returns (address)
owner() view returns (address)
0x4e4c314e2391a58775be6a15d7a05419ba7d2b6e
proxy() view returns (address)
0xc385e90da38f8798f5a5512d415a13c87e0d6265
punks() view returns (address)
0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb
wrappedPunks() view returns (address)
0xb7f7f6c52f2e2fdb1963eab30438024864c313f6
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 punkIndex, uint256 bidPrice, address onBehalfOf)
auctionETH(uint256 punkIndex, address onBehalfOf) payable
authorizeCallerWhitelist(address[] callers, bool flag)
authorizeLendPoolERC20(address[] tokens)
batchBorrow(address[] reserveAssets, uint256[] amounts, uint256[] punkIndexs, address onBehalfOf, uint16 referralCode)
batchBorrowETH(uint256[] amounts, uint256[] punkIndexs, address onBehalfOf, uint16 referralCode)
batchRepay(uint256[] punkIndexs, uint256[] amounts) returns (uint256[], bool[])
batchRepayETH(uint256[] punkIndexs, uint256[] amounts) payable returns (uint256[], bool[])
borrow(address reserveAsset, uint256 amount, uint256 punkIndex, address onBehalfOf, uint16 referralCode)
borrowETH(uint256 amount, uint256 punkIndex, 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 _punks, address _wrappedPunks)
liquidate(uint256 punkIndex, uint256 amount) returns (uint256)
liquidateETH(uint256 punkIndex) payable returns (uint256)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
redeem(uint256 punkIndex, uint256 amount, uint256 bidFine) returns (uint256)
redeemETH(uint256 punkIndex, uint256 amount, uint256 bidFine) payable returns (uint256)
renounceOwnership()
repay(uint256 punkIndex, uint256 amount) returns (uint256, bool)
repayETH(uint256 punkIndex, 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.