Skip to content

Instantly share code, notes, and snippets.

@desaperados
Last active August 26, 2018 01:57
Show Gist options
  • Save desaperados/8d08e967ef8bd307e3b8b3d76fb3f3ac to your computer and use it in GitHub Desktop.
Save desaperados/8d08e967ef8bd307e3b8b3d76fb3f3ac to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
rhoc="0x168296bb09e24a88805cb9c33356536b980d3fc5";
from="0xe17C20292b2F1b0Ff887Dc32A73C259Fae25f03B";
to="0xd35a2d8c651f3eba4f0a044db961b5b0ccf68a2d";
wei=20000000100000000;
data=$(seth calldata 'transfer(address,uint256)' $to $(seth --to-word $wei));
seth -C ethlive send -F $from $rhoc $data;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment