Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IERC721ReceiverCamel

Fully qualified path: openzeppelin_interfaces::token::erc721::IERC721ReceiverCamel

pub trait IERC721ReceiverCamel<TState>

Trait functions

onERC721Received

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

fn onERC721Received(
    self: @TState,
    operator: ContractAddress,
    from: ContractAddress,
    tokenId: u256,
    data: Span<felt252>,
) -> felt252