github.com/iotexproject/iotex-core@v1.14.1-rc1/action/protocol/execution/testdata-shanghai/basefee.sol (about) 1 // SPDX-License-Identifier: GPL-3.0 2 3 pragma solidity ^0.8.14; 4 5 contract One { 6 function getBaseFee() public view returns (uint256) { 7 return block.basefee; 8 } 9 }