ethers-contract 1.0.2

Smart contract bindings for the ethers-rs crate
Documentation
[
  {
    "anonymous": false,
    "inputs": [
      {
        "components": [
          {
            "internalType": "uint256",
            "name": "a",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "b",
            "type": "uint256"
          }
        ],
        "indexed": false,
        "internalType": "struct MyContract.MyStruct",
        "name": "",
        "type": "tuple"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "c",
        "type": "uint256"
      }
    ],
    "name": "MyEvent",
    "type": "event"
  }
]