LIGHT_ACCOUNT_FACTORY_ABI

Documentation for eth_defi.derive.constants.LIGHT_ACCOUNT_FACTORY_ABI data.

LIGHT_ACCOUNT_FACTORY_ABI = [{'inputs': [{'internalType': 'address', 'name': 'owner', 'type': 'address'}, {'internalType': 'uint256', 'name': 'salt', 'type': 'uint256'}], 'name': 'createAccount', 'outputs': [{'internalType': 'contract LightAccount', 'name': 'ret', 'type': 'address'}], 'stateMutability': 'nonpayable', 'type': 'function'}, {'inputs': [{'internalType': 'address', 'name': 'owner', 'type': 'address'}, {'internalType': 'uint256', 'name': 'salt', 'type': 'uint256'}], 'name': 'getAddress', 'outputs': [{'internalType': 'address', 'name': '', 'type': 'address'}], 'stateMutability': 'view', 'type': 'function'}]

LightAccountFactory ABI (minimal – only getAddress and createAccount)