Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IERC721ReceiverDispatcherTrait

Fully qualified path: openzeppelin_interfaces::token::erc721::IERC721ReceiverDispatcherTrait

Part of the group: dispatchers

pub trait IERC721ReceiverDispatcherTrait<T>

Trait functions

on_erc721_received

Fully qualified path: openzeppelin_interfaces::token::erc721::IERC721ReceiverDispatcherTrait::on_erc721_received

fn on_erc721_received(
    self: T, operator: ContractAddress, from: ContractAddress, token_id: u256, data: Span<felt252>,
) -> felt252