AccountV3
Opinionated Account implementation for tokenbound V3
What's new?
Functions
Constructor
fn constructor(
ref self: ContractState,
token_contract: ContractAddress,
token_id: u256,
registry: ContractAddress,
implementation_hash: felt252,
salt: felt252
)Parameters
Name
Type
Description
ACCOUNTV3 IMPLEMENTATION
on_erc721_received
on_erc721_receivedcontext
contextSIGNATORY IMPLEMENTATION
is_valid_signer
is_valid_signeris_valid_signature
is_valid_signatureEXECUTABLE IMPLEMENTATION
execute
executeUPGRADEABLE IMPLEMENTATION
upgrade
upgradeLOCKABLE IMPLEMENTATION
lock
lockis_locked
is_lockedPERMISSIONABLE IMPLEMENTATION
set_permission
set_permissionhas_permission
has_permissionLast updated