Hello, I’m curious if it’s possible to design a simple smart contract in such a way that interacting with it will require a higher gas fee than usual? Any input is greatly appreciated.
Hello, I’m curious if it’s possible to design a simple smart contract in such a way that interacting with it will require a higher gas fee than usual? Any input is greatly appreciated.
You use the gasleft() function and revert if it’s not above some threshold you want