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

12 lines
290 B
Solidity

contract C {
function f() public returns (address) {
return tx.origin;
}
}
// ====
// compileToEwasm: also
// ----
// f() -> 0x9292929292929292929292929292929292929292
// f() -> 0x9292929292929292929292929292929292929292
// f() -> 0x9292929292929292929292929292929292929292