UnlockdUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,351 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 48 additional slots
Balances ($0.00)
No balances found for "UnlockdUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20212126 | 5 months ago | | | 0 | 0.00046016666 | |
| 20209742 | 5 months ago | | | 0 | 0.00016441100 | |
| 20207951 | 5 months ago | | | 0 | 0.00016027395 | |
| 20205857 | 5 months ago | | | 0 | 0.00021829513 | |
| 20203767 | 5 months ago | | | 0 | 0.00015862827 | |
| 20201974 | 5 months ago | | | 0 | 0.00012385724 | |
| 20199889 | 5 months ago | | | 0 | 0.00013954379 | |
| 20197799 | 5 months ago | | | 0 | 0.00021958686 | |
| 20195416 | 5 months ago | | | 0 | 0.00015635050 | |
| 20193330 | 5 months ago | | | 0 | 0.00013487120 |
ABI
ABI objects
Getter at block 21218998 getImplementation() view returns (address)
owner() view returns (address)
0x67539d650922af9d2c611251ac9749f167e51ac0
Read-only
collectionPaused(address) view returns (bool)
collections(address) view returns (bool)
getMultipleNFTPrices(address[] _collections, uint256[] _tokenIds) view returns (uint256[])
getNFTPrice(address _collection, uint256 _tokenId) view returns (uint256)
isPriceManager(address) view returns (bool)
nftPrices(address, uint256) 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
addCollection(address _collection)
initialize(address _admin, address _lendPoolConfigurator)
removeCollection(address _collection)
renounceOwnership()
setCollections(address[] _collections)
setMultipleNFTPrices(address[] _collections, uint256[] _tokenIds, uint256[] _prices)
setNFTPrice(address _collection, uint256 _tokenId, uint256 _price)
setPause(address _collection, bool paused)
setPriceManagerStatus(address newPriceManager, bool val)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
CollectionAdded(address indexed collection)
CollectionPaused(bool indexed paused)
CollectionRemoved(address indexed collection)
NFTPriceAdded(address indexed _collection, uint256 _tokenId, uint256 _price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AlreadyExistingCollection()
ArraysLengthInconsistent()
NFTPaused()
NonExistingCollection(address collection)
NotAdmin()
PriceIsZero()