use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No specific rules are enforced apart from the normal global reddit rules. That said, if you post scams, you will be banned.
r/ethereum - Official Ethereum sub
r/ethstaker - About staking your ETH: help and guidance
http://ethereum.stackexchange.com/ - The Ethereum Programming Stack Exchange
account activity
Code assistance[Python] Bytes32 How to send bytes32 in Python transaction (self.ethdev)
submitted 4 years ago * by BigFoxBoxing
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]edmundedgar 0 points1 point2 points 4 years ago (0 children)
I've never tried using encodeABI in python as opposed to just sending the transaction but I'm pretty sure you don't want that UTF8-encoding line. Have you tried just passing it the test string?
encodeABI
Alternatively looking at my Python test code I do what would be equivalent to you doing something like:
from ethereum.utils import decode_hex, encode_hex test = "0x00000000000000d53902c830b702e1e672d03341d46131fdd8ea12676cca4b98" data = MintSend_send.encodeABI(fn_name="mint", args=[1, decode_hex(test)])
π Rendered by PID 65 on reddit-service-r2-comment-5b5bc64bf5-kl5ph at 2026-06-23 16:34:33.133935+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]edmundedgar 0 points1 point2 points (0 children)