evm Questions
2
Solved
I have a solidity smart contract like this pragma solidity >=0.7.0 <0.9.0; can I still import SafeMath even if it's not needed for 0.8+ ? Since SafeMath is working with 0.7, but my contract s...
Venter asked 23/11, 2021 at 2:33
1
Solved
When using debug_traceCall, I get a low-level EVM trace of all opcodes and state changes during the execution. This is excessively detailed. When I use default callTracer, I can get a much nicer ca...
Eutherian asked 29/4, 2022 at 23:49
1
I want to build a Solidity smart contract in RSK and Ethereum that pays dividends every year.
Should I use the block time or can I rely on the block number, assuming a the current average inter-blo...
Twostep asked 24/11, 2021 at 20:45
1
© 2022 - 2024 — McMap. All rights reserved.