erc20_payment_lib 0.5.1

Payment processor for ERC20 tokens
Documentation
[
  {
    "inputs": [
      {
        "internalType": "contract IERC20",
        "name": "_GLM",
        "type": "address"
      }
    ],
    "stateMutability": "nonpayable",
    "type": "constructor"
  },
  {
    "inputs": [],
    "name": "GLM",
    "outputs": [
      {
        "internalType": "contract IERC20",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address[]",
        "name": "recipients",
        "type": "address[]"
      },
      {
        "internalType": "uint256[]",
        "name": "amounts",
        "type": "uint256[]"
      }
    ],
    "name": "golemTransferDirect",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "bytes32[]",
        "name": "payments",
        "type": "bytes32[]"
      }
    ],
    "name": "golemTransferDirectPacked",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address[]",
        "name": "recipients",
        "type": "address[]"
      },
      {
        "internalType": "uint256[]",
        "name": "amounts",
        "type": "uint256[]"
      }
    ],
    "name": "golemTransferIndirect",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "bytes32[]",
        "name": "payments",
        "type": "bytes32[]"
      },
      {
        "internalType": "uint256",
        "name": "totalTransferred",
        "type": "uint256"
      }
    ],
      "name": "golemTransferIndirectPacked",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  }
]