ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 4 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20855986 | 2 months ago | | | 0 | 0.00032465275 | |
| 20855976 | 2 months ago | | | 0 | 0.00030175030 | |
| 20855966 | 2 months ago | | | 0 | 0.00027905987 | |
| 20855960 | 2 months ago | | | 0 | 0.00028761829 |
ABI
ABI objects
Getter at block 21230272 proxiableUUID() view returns (bytes32)
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
Read-only
getAssetPrice(address asset_) view returns (uint256 assetPrice, uint256 decimals)
getAssetsPrices(address[] assets_) view returns (uint256[] assetPrices, uint256[] decimalsList)
getSourceOfAssetPrice(address asset_) view returns (address sourceOfAssetPrice)
State-modifying
Events acceptOwnership()
initialize(address initialOwner_)
renounceOwnership()
setAssetsPricesSources(address[] assets_, address[] sources_)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
AssetPriceSourceUpdated(address asset, address source)
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
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)