Address
Address in L1X is is the last 20 bytes of keccak256::hash(PAYLOAD) value
PAYLOAD depends on the account's (System` or `User`) type and the action is processed.
There are the following accounts which have addresses:
User account.
PAYLOADis Public KeyContract code address.
PAYLOADisAccountAddress + ClusterAddress + NONCE. Generated when a new contract is deployed.Contract instance address.
PAYLOADisAccountAddress + ConractCodeAddress + ClusterAddress + NONCE. Generated when a contract is initialized.Pool address.
PAYLOADisAccountAddress + ClusterAddress + NONCE. Generated when a user stakes L1X tokens
Last updated