PermissionlessOrderbookReserveLister
function
initOrderbookContract
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| token | address |
Outputs
| Type | Description |
|---|---|
| bool |
function
unlistOrderbookContract
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| token | address | |
| hintReserveIndex | uint256 |
Outputs
(void)
function
addOrderbookContract
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| token | address |
Outputs
| Type | Description |
|---|---|
| bool |
function
listOrderbookContract
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| token | address |
Outputs
| Type | Description |
|---|---|
| bool |
function
getOrderbookListingStage
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| token | address |
Outputs
| Type | Description |
|---|---|
| address | |
| uint8 |
constructor
PermissionlessOrderbookReserveLister
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| kyber | address | |
| factory | address | |
| medianizer | address | |
| knc | address | |
| unsupportedTokens | address[] | |
| maxOrders | uint256 | |
| minOrderValueUsd | uint256 |
Outputs
(void)
event
TokenOrderbookListingStage
Inputs
| Parameter | Type | Description |
|---|---|---|
| token | address | |
| stage | uint8 |
Outputs
(void)
function
medianizerContract
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
minNewOrderValueUsd
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
reserves
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| address |
Outputs
| Type | Description |
|---|---|
| address |
function
ORDERBOOK_BURN_FEE_BPS
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
orderFactoryContract
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
kncToken
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
maxOrdersPerTrade
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
kyberNetworkContract
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
reserveListingStage
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| address |
Outputs
| Type | Description |
|---|---|
| uint8 |