ICP Dashboard

Execute generic function send_icrc1_tokens on Sneed DeFi canister.

Summary

This proposal executes the send_icrc1_function on the Sneed DeFi canister, sending a test amount of 1 Sneed token to the burn address fi3zi-fyaaa-aaaaq-aachq-cai.

Payload

Proposal to execute nervous system function:

Nervous system function:

NervousSystemFunction { id: 2002, name: "send_icrc1_tokens", description: Some( "Send the specified amount of icrc1 tokens from the DeFi canister to the specified principal and subaccount. Burn tokens by sending them to the icrc1 token ledger's burn address and specify a null expected fee.", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( ok64y-uiaaa-aaaag-qdcbq-cai, ), target_method_name: Some( "send_icrc1_tokens", ), validator_canister_id: Some( ok64y-uiaaa-aaaag-qdcbq-cai, ), validator_method_name: Some( "validate_send_icrc1_tokens", ), }, ), ), }

Payload:

amount: 100_000_000, icrc1_ledger_canister_id: hvgxa-wqaaa-aaaaq-aacia-cai, to_account: {owner = fi3zi-fyaaa-aaaaq-aachq-cai; subaccount = null}, fee: null, memo: null

Overview