Cannot send toke

from last year,I have used very well, no problem.

but, recently I have some trouble send erc20 tokens, I tried to send erc20 token to one. but failed.

the Ethereum works good.

after transfer, infura response is “check receipt”.so i checked the receipt with txid.

but the response is null.

do not insufficient funds.

something, i miss ?

Thank you for joining our community site. Can you share the code you are using where you are seeing the issue?

hello.

the below is transaction.

{ blockHash: null,
blockNumber: null,
from: ‘0x7424734f08f724982CDf09A82Eb2CF951d9aEbd8’,
gas: 230000,
gasPrice: ‘10000000000’,
hash:
‘0x953b2e4ab7c6fa3d985a600c59a698a0b7dc6dd46010ef3cf068bd35f7ae9c95’,
input:
‘0xa9059cbb000000000000000000000000d928890165c552cb242341914829dfc1bd1766960000000000000000000000000000000000000000000067334be35d095d180000’,
nonce: 4,
r:
‘0xea56326375fe03a9640cdaa843798ca9916d4948dd1ad11a7c11f8dc79b5e872’,
s:
‘0x15eddfc6577a4b61cd60fdb3783c8f0a7b98886343ba03dc38e0e7f519e267b7’,
to: ‘0x7A939Bb714fd2A48EbeB1E495AA9aaa74BA9fA68’,
transactionIndex: null,
v: ‘0x1b’,
value: ‘0’ }

i think code is no problem, because I have a transaction.
but infura did not broadcast it.
thank you.

if smart contract do not verify contract code, infura do not broadcast transaction?

What is the RPC method you are using to send the transaction to Infura?

sendrawtransaction.

call transfer.

I have looked at the history against the destination smart contract for your txn.

https://etherscan.io/address/0x7a939bb714fd2a48ebeb1e495aa9aaa74ba9fa68

I am seeing a lot of “Out of Gas” errors on transactions. Have you troubleshooting gas issues which would lead to a submitted transaction not being accepted on chain.