Search code examples
transactionsethereumsoliditysmartcontracts

Can ethereum contract owner pay the gas of a transaction?


Is it possible that the contract owner will pay the gas fees of every token transaction is being made in an ERC20 token contract?

I've searched for a solution online and couldn't find anything.


Solution

  • This is not possible. Gas must be paid for by the account that initiates the transaction.