Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ISoke

Git Source

Interface for accessing the core registry contracts

Functions

setRegistry

Returns the address of the Set Registry contract

function setRegistry() external view returns (address setr);

Returns

NameTypeDescription
setraddressAddress of the Set Registry

omniRegistry

Returns the address of the Omni Registry contract

function omniRegistry() external view returns (address omnir);

Returns

NameTypeDescription
omniraddressAddress of the Omni Registry

kindRegistry

Returns the address of the Kind Registry contract

function kindRegistry() external view returns (address kindr);

Returns

NameTypeDescription
kindraddressAddress of the Kind Registry

elementRegistry

Returns the address of the Element Registry contract

function elementRegistry() external view returns (address elemr);

Returns

NameTypeDescription
elemraddressAddress of the Element Registry