web3-proxy/payment-contracts/abi/PaymentProxy.json
2023-05-31 11:52:57 -07:00

29 lines
572 B
JSON

[
{
"stateMutability": "nonpayable",
"type": "constructor",
"inputs": [
{
"name": "_factory",
"type": "address"
}
],
"outputs": []
},
{
"stateMutability": "nonpayable",
"type": "fallback"
},
{
"stateMutability": "view",
"type": "function",
"name": "implementation",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address"
}
]
}
]