github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/x/vmbridge/types/abi.json (about)

     1  [
     2    {
     3      "anonymous": false,
     4      "inputs": [
     5        {
     6          "indexed": false,
     7          "internalType": "string",
     8          "name": "wasmAddr",
     9          "type": "string"
    10        },
    11        {
    12          "indexed": false,
    13          "internalType": "string",
    14          "name": "recipient",
    15          "type": "string"
    16        },
    17        {
    18          "indexed": false,
    19          "internalType": "uint256",
    20          "name": "amount",
    21          "type": "uint256"
    22        }
    23      ],
    24      "name": "__OKCSendToWasm",
    25      "type": "event"
    26    },
    27    {
    28      "inputs": [
    29        {
    30          "internalType": "string",
    31          "name": "caller",
    32          "type": "string"
    33        },
    34        {
    35          "internalType": "address",
    36          "name": "recipient",
    37          "type": "address"
    38        },
    39        {
    40          "internalType": "uint256",
    41          "name": "amount",
    42          "type": "uint256"
    43        }
    44      ],
    45      "name": "mintERC20",
    46      "outputs": [
    47        {
    48          "internalType": "bool",
    49          "name": "success",
    50          "type": "bool"
    51        }
    52      ],
    53      "stateMutability": "nonpayable",
    54      "type": "function"
    55    }
    56  ]