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.
PAYLOAD
is Public KeyContract code address.
PAYLOAD
isAccountAddress + ClusterAddress + NONCE
. Generated when a new contract is deployed.Contract instance address.
PAYLOAD
isAccountAddress + ConractCodeAddress + ClusterAddress + NONCE
. Generated when a contract is initialized.Pool address.
PAYLOAD
isAccountAddress + ClusterAddress + NONCE
. Generated when a user stakes L1X tokens
Last updated