Closed
Description
The filed functionName in contract_transaction_receipts table is always null.
The processing returns all the values correctly except this field
Below an example for a transaction record returned by a contract subscription
{
records: [
{
chainId: 97,
blockNumber: 44242489,
contractAddress: "0xef8a7558396bc99b9b5a385385870b2104d03d38",
contractId: "97:0xef8a7558396bc99b9b5a385385870b2104d03d38",
transactionHash: "0x56f47c99cde9d66464b3bf8bb85572ada67824a5e3b9ada4d18ddced92c954b6",
blockHash: "0x35e4584bfe69181c21092663a0b939b4bb3d6868b74b7f50524a8e943bec18c7",
timestamp: "2024-09-27 14:42:44",
data: "0x32434a2e0000000000000000000000000391b35d7e1374e4abfdb54df4ca3953285bc482000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000103132333435363738412e544e2e62326200000000000000000000000000000000",
to: "0xef8a7558396bc99b9b5a385385870b2104d03d38",
from: "0xf728a22feaac6a993eee648ee34dfa7e09067adf",
value: "0",
transactionIndex: 1,
gasUsed: "269227",
effectiveGasPrice: "5500000000",
status: 1,
createdAt: "2024-09-27 14:42:46.428",
updatedAt: "2024-09-27 14:42:46.428",
functionName: null
}
],
results: 1
}
Metadata
Metadata
Assignees
Labels
No labels