==== Use of tx.origin ==== Type: Warning Contract: Origin Function name: transferOwnership(address) PC address: 317 Function transferOwnership(address) retrieves the transaction origin (tx.origin) using the ORIGIN opcode. Use tx.sender instead. See also: https://solidity.readthedocs.io/en/develop/security-considerations.html#tx-origin -------------------- In file: /inputs/origin.sol:18 tx.origin --------------------