Skip to content

Constants on keccak256 usage #1512

Open
@montyly

Description

@montyly

The idea came from a discussion with @0xPhaze. We should convert to constant calls to keccak256 that are constants

contract A{

	function f() public returns(uint){
		return uint(keccak256("something"));
	}
}

This will be useful for the IR/echidna/proxy patterns

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions