Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

TokensWithdrawn

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::TokensWithdrawn

[derive(Drop, starknet::Event)]
pub struct TokensWithdrawn {
    pub by: ContractAddress,
    pub amount: u256,
}

Members

by

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::TokensWithdrawn::by

pub by: ContractAddress

amount

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::TokensWithdrawn::amount

pub amount: u256