Transactions
Using the Ethereum Chain
EOAs, or externally-owned accounts, initiate the underlying operations to create Ethereum transactions, not the smart contracts called internally. The whole network is broadcasted transformations of the EVM states by the Ethereum transaction.
Several types of Ethereum transactions:
Regular transactions. Transactions coming from one account to another
Contract Deployment Transactions. Transactions with contract code sent in the data field, and without a
to
addressExecution of a Contract: transactions that interact with a deployed smart contract, where the
to
address is the smart contract address
The following transactions are supported by Metanovaverse:
Using Other chains
Coming Soon
Last updated