This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 20793297, which is 10 minutes old. We're running behind the tip but working to resolve the issue.

ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 13,005 txns
Deployed by via 0x96002620 at 15346563
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
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "ERC1967Proxy"

0x5e0d53b658a79a289e262eaf09fa5cc7baa94f2f72bbc7c9fb67aa4b626a1b24
0xd57d6b81c075409c76fac86a6bd54a2953064973821d4a72bc8551975a078ce0
0x76321af3c446aca25876f743bd1917f467947f9f63a755131ee8c131b957e770
0x10e0449cb8ffe3cd0c4e671d8f0c69815a2667b43393f1d96d6a05cc7a9337bf
0xb50f2c27505bff2ea7c846fa74fd28a7210498cf2be16f1a7ead38cfb8bbe7c5
0xc657d57a6fe097365fe558e0403a0a8c2bbfd22c5639667462a10ae32aa48e94
0x6fc37a70484ac65245a077b89b2667197d19624396cd95fc3cb82421d04296c3
0xa6f642f69aa776c8b1f8db7727d8990fa2deee61512d787bdae0bf1627affb19
0x702cead794d90d46baca06b732dcc985763ca327458b0764cf6bf553898a45f1
0xe814a13dc4416d11ed622718e4006f3f5bbb19d7b816c4bf1616e20f65fea04a

Functions
Getter at block 20793296
getConfiguration(view returns (address usdtuint256 usdtInitialIbtPriceaddress usdcuint256 usdcInitialIbtPriceaddress daiuint256 daiInitialIbtPrice)
(usdt=0xdac17f958d2ee523a2206206994597c13d831ec7, usdtInitialIbtPrice=1042679339957585866, usdc=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48, usdcInitialIbtPrice=1031576042312020683, dai=0x6b175474e89094c44da98b954eedeac495271d0f, daiInitialIbtPrice=1030077612745992745)
getImplementation(view returns (address)
0xcf7124e93ad63d25b26b67ba79b0bdb53cd71221
getVersion(pure returns (uint256)
2002
owner(view returns (address)
0xd92e9f039e4189c342b4067cc61f5d063960d248
paused(view returns (bool)
false
 
proxiableUUID(view returns (bytes32)
Read-only
calculateAccruedIbtPrice(address assetuint256 calculateTimestampview returns (uint256)
getAccruedIndex(uint256 calculateTimestampaddress assetview returns (struct IporTypesAccruedIpor accruedIpor)
getIndex(address assetview returns (uint256 indexValueuint256 ibtPriceuint256 lastUpdateTimestamp)
isAssetSupported(address assetview returns (bool)
isPauseGuardian(address accountview returns (bool)
isUpdater(address updaterview returns (uint256)
State-modifying
addAsset(address assetuint256 updateTimestamp
addPauseGuardians(address[] guardians
addUpdater(address updater
confirmTransferOwnership(
initialize(address[] assetsuint32[] updateTimestamps
pause(
removeAsset(address asset
removePauseGuardians(address[] guardians
removeUpdater(address updater
renounceOwnership(
transferOwnership(address appointedOwner
unpause(
updateIndexes(struct IIporOracleUpdateIndexParams[] indexesToUpdate
updateIndexesAndQuasiIbtPrice(struct IIporOracleUpdateIndexParams[] indexesToUpdate
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
AppointedToTransferOwnership(address indexed appointedOwner
BeaconUpgraded(address indexed beacon
Initialized(uint8 version
IporIndexAddAsset(address newAssetuint256 updateTimestamp
IporIndexAddUpdater(address newUpdater
IporIndexRemoveAsset(address asset
IporIndexRemoveUpdater(address updater
IporIndexUpdate(address assetuint256 indexValueuint256 quasiIbtPriceuint256 updateTimestamp
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PauseGuardiansAdded(address[] indexed guardians
PauseGuardiansRemoved(address[] indexed guardians
Paused(address account
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
UpdateIndex(address assetstring errorCodestring methodName
WrongAddress(string errorCodeaddress wrongAddressstring message