TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 37 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19860504 | 7 months ago | | | 0 | 0.0058331220 | |
| 19860498 | 7 months ago | | | 0 | 0.0036955101 | |
| 19860490 | 7 months ago | | | 0 | 0.0039032720 | |
| 19860052 | 7 months ago | | | 0 | 0.0043541795 | |
| 17946981 | a year ago | | | 0 | 0.024212330 | |
| 17873864 | a year ago | | | 0 | 0.014331601 | |
| 17812312 | a year ago | | | 0 | 0.025825951 | |
| 17810458 | a year ago | | | 0 | 0.020229844 | |
| 17808636 | a year ago | | | 0 | 0.011643852 | |
| 17802218 | a year ago | | | 0 | 0.011743657 |
ABI
ABI objects
Getter at block 21414644
owner() view returns (address)
0x57a703bd8496a28e904fe3b300cb6dc5cf2d616a
transferManager() view returns (address)
0xf75e6a2cac16de24b28bea08e9d0a01e5c8af9ce
Read-only
getNft(address) view returns (address)
getNfts(address nftAddr, address account) view returns (uint256[] nftList)
marketInfo(address) view returns (address market, address underlying, uint256 pieceCount, uint256 liquidateThreshold, bool isListed)
nftOwner(address account, address nftAddr, uint256 nftId) view returns (address)
transferExemption(address) 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
adjustOrderForNft(address nftAddr, uint256[] indexes)
initialize(address owner_, address transferManager_)
liquidateNft(address borrower)
mintNft(address nftAddr, uint256[] nftIds)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
redeemNft(address nftAddr, uint256[] indexes)
redeemNftWithPermit(address nftAddr, uint256[] indexes, uint256 deadline, bool approveMax, uint8 v, bytes32 r, bytes32 s)
redeemVerify(address market, address account, uint256 redeemTokens, uint256 redeemAmount) returns (bool)
registry(address[] nftAddrs, address[] markets, uint256[] liquidateThresholds)
renounceOwnership()
setLiquidateThreshold(address nftAddr, uint256 newLiquidateThreshold)
setListed(address nftAddr, bool listed)
setTransferExemption(address recipient, bool newExemption)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
LiquidateNft(address indexed borrower, address indexed nftAddr, uint256[] nftAddrs)
LiquidateThresholdUpdate(address indexed nftAddr, uint256 oldLiquidateThreshold, uint256 newLiquidateThreshold)
ListedUpdate(address indexed nftAddr, bool listed)
MintNft(address indexed owner, address indexed nftAddr, uint256[] nftAddrs)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RedeemNft(address indexed owner, address indexed nftAddr, uint256[] nftAddrs)
RegistryMarket(address indexed nftAddr, address indexed market)
TransferExemption(address indexed recipient, bool exemption)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.