solidity/test/libsolidity/semanticTests/state/tx_origin.sol
2023-05-11 10:56:55 -05:00

10 lines
258 B
Solidity

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