contract ExampleContract {

	address public banker;

	constructor() {
		deployer = msg.sender;
	}
}