[CLOSED] Opcode to transfer ethers into block reward

Abstract

Some contracts uses fees as a spam protection. This money mostly are using as a reward to contract owners, but for simple contracts like registries the fee size could be illogically big as a reward for zero activity from the contract owners. It’s especially relevant when we talk about socially meaningful contracts. And it seems fair enough to transfer this fee into a block reward. Seems like it requires a new opcode for this.

:warning: I feel like I saw this idea before, but I couldn’t find the EIP for it. If it’s so provide a link please.

There is the COINBASE opcode and so you can CALL with COINBASE as the recipient arg. We don’t need a special opcode therefore.

Thanks. It was lame :sweat_smile: