IporOracle

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x54e5a3f5 at 18834659
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 "IporOracle"

No transactions found for "IporOracle"


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)
0x0000000000000000000000000000000000000000
getVersion(pure returns (uint256)
2002
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
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
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 usdtuint256 usdtInitialIbtPriceaddress usdcuint256 usdcInitialIbtPriceaddress daiuint256 daiInitialIbtPrice
Fallback and receive

This contract contains no fallback and receive objects.

Errors
UpdateIndex(address assetstring errorCodestring methodName
WrongAddress(string errorCodeaddress wrongAddressstring message