Skip to main content

compute_tip20_address

Function compute_tip20_address 

Source
pub(crate) fn compute_tip20_address(
    sender: Address,
    salt: B256,
) -> (Address, u64)
Expand description

Computes the deterministic TIP20 address from sender and salt. Returns the address and the lower bytes used for derivation.