UnlockdUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 1,351 txns
Deployed by via 0xf18dfc06 at 16424946
Slot
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

No balances found for "UnlockdUpgradeableProxy"

0x22dd65054f521e83315c0e7ff5dd70c845c1af7a3a3ca5380a61ac3af6e4732f
0xc5e64fb5ec2b88b10fb518cc274192dea53d5acb1470205f12f5320a6722cc67
0x4d055c85248f5870a93f649241a46d6e846bcbfa0f931672ab0107fea5df1179
0x58055302ee941f99e1e3bae51b38985deaa881bff100f15f561b5e4bf58285a5
0xab180cd0aa5bdddb4961e2248655e809eb3fc40047456598778c2e15d434e6fb
0x9a37548716ec60433d18715bb51b06338d328f67d0eb4c477e6d36f4157b6435
0xb39833d47b0786c30057c7bdc812fd0c1f9a86e4deaa10f143f76313344f7c19
0x8c4f75d6a732633a9d87c05f859a9496f24ffe7adc66a801034f7d1a08c56cf0
0xcf39b2a36e9035fc428378a8c0a0a71c433647a69bc9c9ed8341ec3e57584176
0x96e762b96836f224c9afed9efef1cbca872575beba14104f9391612f0a797e82

Functions
Getter at block 21218998
 
getImplementation(view returns (address)
owner(view returns (address)
0x67539d650922af9d2c611251ac9749f167e51ac0
Read-only
collectionPaused(addressview returns (bool)
collections(addressview returns (bool)
getMultipleNFTPrices(address[] _collectionsuint256[] _tokenIdsview returns (uint256[])
getNFTPrice(address _collectionuint256 _tokenIdview returns (uint256)
isPriceManager(addressview returns (bool)
nftPrices(addressuint256view returns (uint256)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
addCollection(address _collection
initialize(address _adminaddress _lendPoolConfigurator
removeCollection(address _collection
renounceOwnership(
setCollections(address[] _collections
setMultipleNFTPrices(address[] _collectionsuint256[] _tokenIdsuint256[] _prices
setNFTPrice(address _collectionuint256 _tokenIduint256 _price
setPause(address _collectionbool paused
setPriceManagerStatus(address newPriceManagerbool val
transferOwnership(address newOwner
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
CollectionAdded(address indexed collection
CollectionPaused(bool indexed paused
CollectionRemoved(address indexed collection
NFTPriceAdded(address indexed _collectionuint256 _tokenIduint256 _price
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
AlreadyExistingCollection(
ArraysLengthInconsistent(
NFTPaused(
NonExistingCollection(address collection
NotAdmin(
PriceIsZero(