IporOracle
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
54
Slot
XX
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
Balances ($0.00)
No balances found for "IporOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "IporOracle"
ABI
ABI objects
Getter at block 21311501
getVersion() pure returns (uint256)
1
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
calculateAccruedIbtPrice(address asset, uint256 calculateTimestamp) view returns (uint256)
getAccruedIndex(uint256 calculateTimestamp, address asset) view returns (struct IporTypesAccruedIpor accruedIpor)
getIndex(address asset) view returns (uint256 indexValue, uint256 ibtPrice, uint256 exponentialMovingAverage, uint256 exponentialWeightedMovingVariance, uint256 lastUpdateTimestamp)
isUpdater(address updater) view returns (uint256)
State-modifying
Events addAsset(address asset, uint256 updateTimestamp, uint256 exponentialMovingAverage, uint256 exponentialWeightedMovingVariance)
addUpdater(address updater)
confirmTransferOwnership()
initialize(address[] assets, uint32[] updateTimestamps, uint64[] exponentialMovingAverages, uint64[] exponentialWeightedMovingVariances)
pause()
removeAsset(address asset)
removeUpdater(address updater)
renounceOwnership()
transferOwnership(address appointedOwner)
unpause()
updateIndex(address asset, uint256 indexValue)
updateIndexes(address[] assets, uint256[] indexValues)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
AppointedToTransferOwnership(address indexed appointedOwner)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
IporIndexAddAsset(address newAsset, uint256 updateTimestamp, uint256 exponentialMovingAverage, uint256 exponentialWeightedMovingVariance)
IporIndexAddUpdater(address newUpdater)
IporIndexRemoveAsset(address asset)
IporIndexRemoveUpdater(address updater)
IporIndexUpdate(address asset, uint256 indexValue, uint256 quasiIbtPrice, uint256 exponentialMovingAverage, uint256 exponentialWeightedMovingVariance, uint256 updateTimestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.