Skip to content

Latest commit

 

History

History
50 lines (46 loc) · 966 Bytes

README.md

File metadata and controls

50 lines (46 loc) · 966 Bytes

Gitcoin Task 3

Screenshot of the console output

Transaction hash

0xc76671f3800931deebabfe57cc0d73b2cd291a5aed7f66ecde74f0889c8d025a

Called smart contract address

0x880c27f875C4A00a7918953A668A1690BC8A76F2

The ABI of called smart contract

[
    {
      "inputs": [],
      "stateMutability": "payable",
      "type": "constructor"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "x",
          "type": "uint256"
        }
      ],
      "name": "set",
      "outputs": [],
      "stateMutability": "payable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "get",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ]