Skip to content

Instantly share code, notes, and snippets.

@jeroenouw
Created September 3, 2018 13:09
Show Gist options
  • Save jeroenouw/28636825c131430d9d57a33d5d11e775 to your computer and use it in GitHub Desktop.
Save jeroenouw/28636825c131430d9d57a33d5d11e775 to your computer and use it in GitHub Desktop.
events
event logFreelancerChanged(
address indexed owner,
bytes32 firstname,
bytes32 lastname,
uint256 coins,
uint256 cash,
bytes32 service
);
event logAssetsChanged(address indexed owner, uint256 coins, uint256 cash, bytes32 service);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment