Post
Topic
Board Development & Technical Discussion
Merits 5 from 2 users
Re: Thoughts on burner addresses
by
ETFbitcoin
on 05/06/2022, 12:33:41 UTC
⭐ Merited by vapourminer (3) ,pooya87 (2)
unsure about if eth has some sort of equivalent to op_return or some universal way to sign an addy.

Both are possible. Signing message is covered under EIP-191[1] and EIP-712[2]. Not sure about OP_RETURN equivalent, but it's quite common to use data field[3] where popular blockexplorer such as etherscan support converting the data to UTF-8.

[1] https://eips.ethereum.org/EIPS/eip-191
[2] https://eips.ethereum.org/EIPS/eip-712
[3] https://ethereum.org/en/developers/docs/transactions/#the-data-field