Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IERC721ReceiverCamelSafeDispatcherTrait

Fully qualified path: openzeppelin_interfaces::token::erc721::IERC721ReceiverCamelSafeDispatcherTrait

Part of the group: dispatchers

pub trait IERC721ReceiverCamelSafeDispatcherTrait<T>

Trait functions

onERC721Received

Fully qualified path: openzeppelin_interfaces::token::erc721::IERC721ReceiverCamelSafeDispatcherTrait::onERC721Received

fn onERC721Received(
    self: T, operator: ContractAddress, from: ContractAddress, tokenId: u256, data: Span<felt252>,
) -> Result<felt252, Array<felt252>>