ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 4 txns
Deployed by via 0xcd227424 at 20855924
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ERC1967Proxy"

0xea471d8ee2082c445b04204ce0e38ae659cec54bc7216f8aa55e80ec4c216079
0x75b92a17b234dbe5b37fef2c15bf4aca1633d558d049328f0d521b5edfa6b05b
0x4f153bd9a37256f705ce2afa2ae1426338b6933c50e4f8cfa9a7ceff628d2df7
0x0036390dad1a3237a61b838dbc6042cab0d0b4c34310194d8cc4a4d65876ae3d

Functions
Getter at block 21230272
CHAINLINK_FEED_REGISTRY(view returns (address)
0x47fb2585d2c56fe188d0e6ec628a38b74fceeedf
QUOTE_CURRENCY(view returns (address)
0x0000000000000000000000000000000000000348
QUOTE_CURRENCY_DECIMALS(view returns (uint256)
8
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
owner(view returns (address)
0xf6a9bd8f6dc537675d499ac1ca14f2c55d8b5569
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
 
proxiableUUID(view returns (bytes32)
Read-only
getAssetPrice(address asset_view returns (uint256 assetPriceuint256 decimals)
getAssetsPrices(address[] assets_view returns (uint256[] assetPricesuint256[] decimalsList)
getSourceOfAssetPrice(address asset_view returns (address sourceOfAssetPrice)
State-modifying
acceptOwnership(
initialize(address initialOwner_
renounceOwnership(
setAssetsPricesSources(address[] assets_address[] sources_
transferOwnership(address newOwner
upgradeToAndCall(address newImplementationbytes datapayable 
Events
Upgraded(address indexed implementation
AssetPriceSourceUpdated(address assetaddress source
Initialized(uint64 version
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Upgraded(address indexed implementation
Constructor
constructor(address implementationbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
AddressEmptyCode(address target
ArrayLengthMismatch(
AssetsAddressCanNotBeZero(
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
EmptyArrayNotSupported(
FailedInnerCall(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeCastOverflowedIntToUint(int256 value
SourceAddressCanNotBeZero(
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot
UnexpectedPriceResult(
UnsupportedAsset(
WrongDecimals(
WrongDecimalsInPriceFeed(
ZeroAddress(string variableName