Send a Token to an Address on a Schedule
0x484428507A212cA56D71baa27Ca6089a6dB63a88

What this does

This plug sends a caller-named token to a caller-named recipient on a repeating schedule. It asks the caller for the token, the amount, the recipient address, the number of runs allowed per interval, and the interval length. It fires up to the supplied count within each supplied interval, transferring the amount from the socket to the recipient. Sending each payment by hand risks missing a scheduled interval or transferring against a stale balance figure.

Actions · 4

  • Get token balance
    Get balance of held by
    Reads a token balance held by an address, native or ERC-20.
  • Bubble
    Bubble
    Surfaces a value as an output of this plug.
  • Repeat
    Repeat up to x every
    Limits how many times this plug can execute within a time interval.
  • Transfer tokens
    Transfer to
    Sends a token from the socket to another address, native or ERC-20.

Related plugs · 8