web3wagmi
← All standards

ERC-7721 Lockable Extension for ERC-1155

Draftrequires ERC-165, ERC-1155

🆔 ERC-165 interface ids

Computed here as the XOR of the selectors each interface defines.

IERCLockable11550x6bddb6aa

⚙️ Functions this standard introduces (6)

0x270d103bgetLocked(uint256,address,address)view
0x6787c3dclock(uint256,address,address,uint256)
0xcf27cfc4lock(uint256,address,uint256)
0xdb5eb40asetApprovalForId(uint256,address,uint256)
0xf9996a7etransferAndLock(address,address,uint256,uint256,bool)
0xc6b774fdunlock(uint256,address,uint256)

🧬 Inherited (7)

0x00fdd58ebalanceOf(address,uint256)ERC-1155
0x4e1273f4balanceOfBatch(address[],uint256[])ERC-1155
0xe985e9c5isApprovedForAll(address,address)ERC-1155
0x2eb2c2d6safeBatchTransferFrom(address,address,uint256[],uint256[],bytes)ERC-1155
0xf242432asafeTransferFrom(address,address,uint256,uint256,bytes)ERC-1155
0xa22cb465setApprovalForAll(address,bool)ERC-1155
0x01ffc9a7supportsInterface(bytes4)ERC-165

⚖️ Compare with

Parsed from the canonical specification · discussion