solidity/test/libsolidity/semanticTests/state/block_coinbase.sol
2022-05-19 20:23:28 +02:00

12 lines
303 B
Solidity

contract C {
function f() public returns (address payable) {
return block.coinbase;
}
}
// ====
// compileToEwasm: also
// ----
// f() -> 0x7878787878787878787878787878787878787878
// f() -> 0x7878787878787878787878787878787878787878
// f() -> 0x7878787878787878787878787878787878787878