KyberHistory
contract KyberHistory
is IKyberHistory, PermissionGroupsNoModifiers
imports IKyberHistory, PermissionGroupsNoModifiers
Source: KyberHistory.sol
INDEX
REFERENCE
Events
KyberStorageUpdated
Event logging the setting of the new KyberStorage contract address.
event KyberStorageUpdated(address newStorage)
Parameter | Type | Description |
---|---|---|
newStorage | address | new contract address |
Signature: 0xed8c790db7ddf303f576c18e6644ec19e7b39356088eeeeac11c95212c61f49a
Functions
getContracts
Returns list of historic addresses, where index 0 is the currently used contract address and indexes > 0 are older versions.
function getContracts() external override view returns (address[])
Returns:
List of history addresses