hello! anybody knows how to get TEXT tx result status from python web3 lib? it returns 0 or 1 in the status field but in the etherscan contract error is clearly showed in the Status field

Feb 25, 2022, 3:23 AM
You can only get error messages from logs so you’ll need to process those (you should be able to get them from a tx receipt). Etherscan does this and displays the processed log data
Feb 25, 2022, 4:03 AM

© 2024 Draquery.com All rights reserved.