Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

TokenTableSuiteDeployed

Fully qualified path: tokentable_v2::components::interfaces::deployer::TTDeployerEvents::TokenTableSuiteDeployed

[derive(Drop, starknet::Event)]
pub struct TokenTableSuiteDeployed {
    pub by: ContractAddress,
    pub project_id: felt252,
    pub project_token: ContractAddress,
    pub unlocker_instance: ContractAddress,
    pub futuretoken_instance: ContractAddress,
}

Members

by

Fully qualified path: tokentable_v2::components::interfaces::deployer::TTDeployerEvents::TokenTableSuiteDeployed::by

pub by: ContractAddress

project_id

Fully qualified path: tokentable_v2::components::interfaces::deployer::TTDeployerEvents::TokenTableSuiteDeployed::project_id

pub project_id: felt252

project_token

Fully qualified path: tokentable_v2::components::interfaces::deployer::TTDeployerEvents::TokenTableSuiteDeployed::project_token

pub project_token: ContractAddress

unlocker_instance

Fully qualified path: tokentable_v2::components::interfaces::deployer::TTDeployerEvents::TokenTableSuiteDeployed::unlocker_instance

pub unlocker_instance: ContractAddress

futuretoken_instance

Fully qualified path: tokentable_v2::components::interfaces::deployer::TTDeployerEvents::TokenTableSuiteDeployed::futuretoken_instance

pub futuretoken_instance: ContractAddress