Skip to main content

Accounts

Transformer uses an account model. The address is the unique identifier of an account, and a private key signature is required to operate an account. An account has many attributes, including TTOS& ERC20 token balances,, Etc. An account can send transactions to increase or reduce its ERC20 or ERC721 token balances, deploy smart contracts, and trigger the smart contracts released by itself or others. Accounts are the basis of all activities on Transformers.

Account have the ability to:: 

  • Receive, hold, and send TTOS or tokens
  • Interact with deployed smart contracts

Account Address Format

Transformer ensures that each account is unique by generating seed data with a high degree of randomness using the hash random function in OpenSSL. An irreversible SHA256 hash is computed on the seed data and the ED25519 secret key algorithm is used to obtain the private key object and the account address.

0x418840E6C55B9ADA326D211D818C34A994AECED808

Note: The account address is similar to an Ethereum format address, a 40-character hexadecimal string.