packages/contracts-core/deployments/optimism/PingPongClient.json
{
"address": "0x541359650e47808E557D23eAe590bd4A78d1D67B",
"args": "0x000000000000000000000000f1777e069f89b9c73f874b9d9e41fbe6fc2779d50000000000000000000000009fee2fc46550752d9a16bef631145c025df48177",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "origin_",
"type": "address"
},
{
"internalType": "address",
"name": "destination_",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [],
"name": "CallerNotDestination",
"type": "error"
},
{
"inputs": [],
"name": "IncorrectNonce",
"type": "error"
},
{
"inputs": [],
"name": "IncorrectRecipient",
"type": "error"
},
{
"inputs": [],
"name": "IncorrectSender",
"type": "error"
},
{
"inputs": [],
"name": "ZeroProofMaturity",
"type": "error"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "pingId",
"type": "uint256"
}
],
"name": "PingReceived",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "pingId",
"type": "uint256"
}
],
"name": "PingSent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "pingId",
"type": "uint256"
}
],
"name": "PongReceived",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "pingId",
"type": "uint256"
}
],
"name": "PongSent",
"type": "event"
},
{
"inputs": [],
"name": "destination",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint32",
"name": "destination_",
"type": "uint32"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint16",
"name": "counter",
"type": "uint16"
}
],
"name": "doPing",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint16",
"name": "pingCount",
"type": "uint16"
},
{
"internalType": "uint32",
"name": "destination_",
"type": "uint32"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint16",
"name": "counter",
"type": "uint16"
}
],
"name": "doPings",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "nextOptimisticPeriod",
"outputs": [
{
"internalType": "uint32",
"name": "period",
"type": "uint32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "origin",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "pingsReceived",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "pingsSent",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "pongsReceived",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "random",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint32",
"name": "origin_",
"type": "uint32"
},
{
"internalType": "uint32",
"name": "nonce",
"type": "uint32"
},
{
"internalType": "bytes32",
"name": "sender",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "proofMaturity",
"type": "uint256"
},
{
"internalType": "uint32",
"name": "version",
"type": "uint32"
},
{
"internalType": "bytes",
"name": "content",
"type": "bytes"
}
],
"name": "receiveBaseMessage",
"outputs": [],
"stateMutability": "payable",
"type": "function"
}
]
}