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