Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ActualCreated

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

[derive(Drop, starknet::Event)]
pub struct ActualCreated {
    pub from: ContractAddress,
    pub preset_id: felt252,
    pub actual_id: u256,
    pub recipient: ContractAddress,
    pub start_timestamp_absolute: u64,
    pub amount_skipped: u256,
    pub total_amount: u256,
    pub recipient_id: u64,
    pub batch_id: u64,
}

Members

from

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::ActualCreated::from

pub from: ContractAddress

preset_id

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::ActualCreated::preset_id

pub preset_id: felt252

actual_id

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::ActualCreated::actual_id

pub actual_id: u256

recipient

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::ActualCreated::recipient

pub recipient: ContractAddress

start_timestamp_absolute

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::ActualCreated::start_timestamp_absolute

pub start_timestamp_absolute: u64

amount_skipped

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::ActualCreated::amount_skipped

pub amount_skipped: u256

total_amount

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::ActualCreated::total_amount

pub total_amount: u256

recipient_id

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::ActualCreated::recipient_id

pub recipient_id: u64

batch_id

Fully qualified path: tokentable_v2::components::interfaces::unlocker::TTUnlockerEvents::ActualCreated::batch_id

pub batch_id: u64