web3-proxy/payment-contracts/abi/PaymentProxy.json

29 lines
572 B
JSON
Raw Normal View History

2023-05-31 21:52:51 +03:00
[
{
"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"
}
]
}
]