Token Bound Accounts
Account
Account Registry
Creating an Account
IERC6551Registry("0x_<Registry-Deployment>")
.createAccount(
"0x_<Account-Deployment>",
block.chainid,
"0x_<NFT-Deployment>",
tokenId,
salt,
""
);Getting an Account's Address
Account Interaction
NFT
Account Ownership
Example
Last updated
Was this helpful?