ITTGRegistrar

Git Source

Author: M^0 Labs

Functions

get

Key value pair getter.

function get(bytes32 key) external view returns (bytes32 value);

Parameters

NameTypeDescription

key

bytes32

The key to get the value of.

Returns

NameTypeDescription

value

bytes32

The value of the key.

listContains

Checks if the list contains the account.

function listContains(bytes32 list, address account) external view returns (bool);

Parameters

NameTypeDescription

list

bytes32

The list to check.

account

address

The account to check.

Returns

NameTypeDescription

<none>

bool

True if the list contains the account, false otherwise.

vault

Returns the vault contract address.

function vault() external view returns (address);

Copyright 2024 M^0 Foundation