ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 14,100 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270636 | 6 minutes ago | | | 0 | 0.00062316240 | |
| 21270548 | 24 minutes ago | | | 0 | 0.00037427746 | |
| 21270524 | 29 minutes ago | | | 0 | 0.00037575107 | |
| 21270512 | 31 minutes ago | | | 0 | 0.00041323504 | |
| 21270481 | 37 minutes ago | | | 0 | 0.00055481540 | |
| 21270468 | 40 minutes ago | | | 0 | 0.00056203430 | |
| 21270456 | 42 minutes ago | | | 0 | 0.00052034493 | |
| 21270184 | 2 hours ago | | | 0 | 0.00046032092 | |
| 21270015 | 2 hours ago | | | 0 | 0.00041959787 | |
| 21269612 | 4 hours ago | | | 0 | 0.00046310781 |
ABI
ABI objects
Getter at block 21270663 proxiableUUID() view returns (bytes32)
getConfiguration() view returns (address usdt, uint256 usdtInitialIbtPrice, address usdc, uint256 usdcInitialIbtPrice, address dai, uint256 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
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 lastUpdateTimestamp)
isAssetSupported(address asset) view returns (bool)
isPauseGuardian(address account) view returns (bool)
isUpdater(address updater) view returns (uint256)
State-modifying
Events addAsset(address asset, uint256 updateTimestamp)
addPauseGuardians(address[] guardians)
addUpdater(address updater)
confirmTransferOwnership()
initialize(address[] assets, uint32[] 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 newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
AppointedToTransferOwnership(address indexed appointedOwner)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
IporIndexAddAsset(address newAsset, uint256 updateTimestamp)
IporIndexAddUpdater(address newUpdater)
IporIndexRemoveAsset(address asset)
IporIndexRemoveUpdater(address updater)
IporIndexUpdate(address asset, uint256 indexValue, uint256 quasiIbtPrice, uint256 updateTimestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseGuardiansAdded(address[] indexed guardians)
PauseGuardiansRemoved(address[] indexed guardians)
Paused(address account)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
UpdateIndex(address asset, string errorCode, string methodName)
WrongAddress(string errorCode, address wrongAddress, string message)