KyberHistory

You are referring to the Legacy version of KyberSwap docs.

For the most updated information, please refer to:

contract KyberHistory

is IKyberHistory, PermissionGroupsNoModifiers\ imports IKyberHistory, PermissionGroupsNoModifiers

Source: KyberHistory.sol


INDEX

<AUTOGENERATED_TABLE_OF_CONTENTS>

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

Last updated