Skip to content

Instantly share code, notes, and snippets.

View birchmd's full-sized avatar

Michael Birch birchmd

View GitHub Profile
[
{
"inputs": [
{
"internalType": "contract IGHOracle",
"name": "_oracle",
"type": "address"
}
],
"stateMutability": "nonpayable",
[
{
"inputs": [
{
"internalType": "address",
"name": "backend_wallet",
"type": "address"
},
{
"internalType": "contract IERC20",
@birchmd
birchmd / TicTacToe.abi.json
Created April 12, 2023 15:27
Solidity ABI for Tic Tac Toe contract
[
{
"inputs": [
{
"internalType": "string",
"name": "_ticTacToeAccountId",
"type": "string"
},
{
"internalType": "contract IERC20",