fee
Signature
function fee(uint256) external;
Description
Sets block.basefee
.
Examples
vm.fee(25 gwei);
emit log_uint(block.basefee); // 25000000000
fee
function fee(uint256) external;
Sets block.basefee
.
vm.fee(25 gwei);
emit log_uint(block.basefee); // 25000000000