|
|
|
@ -34,7 +34,7 @@ defmodule Explorer.Chain.Transaction do |
|
|
|
|
alias Explorer.SmartContract.SigProviderInterface |
|
|
|
|
|
|
|
|
|
@optional_attrs ~w(max_priority_fee_per_gas max_fee_per_gas block_hash block_number created_contract_address_hash cumulative_gas_used earliest_processing_start |
|
|
|
|
error gas_used index created_contract_code_indexed_at status to_address_hash revert_reason type has_error_in_internal_txs)a |
|
|
|
|
error gas_price gas_used index created_contract_code_indexed_at status to_address_hash revert_reason type has_error_in_internal_txs)a |
|
|
|
|
|
|
|
|
|
@required_attrs ~w(from_address_hash gas hash input nonce r s v value)a |
|
|
|
|
|
|
|
|
|