2023-03-25 08:17:28 +01:00
|
|
|
{
|
|
|
|
"compiler": {
|
2023-05-29 16:47:52 +02:00
|
|
|
"version": "0.8.20+commit.a1b79de6"
|
2023-03-25 08:17:28 +01:00
|
|
|
},
|
|
|
|
"language": "Solidity",
|
|
|
|
"output": {
|
|
|
|
"abi": [
|
|
|
|
{
|
|
|
|
"inputs": [
|
|
|
|
{
|
|
|
|
"internalType": "address",
|
|
|
|
"name": "_ethFaucetAddress",
|
|
|
|
"type": "address"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"internalType": "address",
|
|
|
|
"name": "_custodialAccountIndexAddress",
|
|
|
|
"type": "address"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"internalType": "address",
|
|
|
|
"name": "_systemAccount",
|
|
|
|
"type": "address"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"stateMutability": "nonpayable",
|
|
|
|
"type": "constructor"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"anonymous": false,
|
|
|
|
"inputs": [
|
|
|
|
{
|
|
|
|
"indexed": true,
|
|
|
|
"internalType": "address",
|
|
|
|
"name": "subject",
|
|
|
|
"type": "address"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"name": "NewRegistration",
|
|
|
|
"type": "event"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"inputs": [],
|
|
|
|
"name": "CustodialAccountIndex",
|
|
|
|
"outputs": [
|
|
|
|
{
|
|
|
|
"internalType": "contract ICustodialAccountIndex",
|
|
|
|
"name": "",
|
|
|
|
"type": "address"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"stateMutability": "view",
|
|
|
|
"type": "function"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"inputs": [],
|
|
|
|
"name": "EthFaucet",
|
|
|
|
"outputs": [
|
|
|
|
{
|
|
|
|
"internalType": "contract IEthFaucet",
|
|
|
|
"name": "",
|
|
|
|
"type": "address"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"stateMutability": "view",
|
|
|
|
"type": "function"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"inputs": [],
|
|
|
|
"name": "owner",
|
|
|
|
"outputs": [
|
|
|
|
{
|
|
|
|
"internalType": "address",
|
|
|
|
"name": "",
|
|
|
|
"type": "address"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"stateMutability": "view",
|
|
|
|
"type": "function"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"inputs": [
|
|
|
|
{
|
|
|
|
"internalType": "address",
|
|
|
|
"name": "_subject",
|
|
|
|
"type": "address"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"name": "register",
|
|
|
|
"outputs": [],
|
|
|
|
"stateMutability": "nonpayable",
|
|
|
|
"type": "function"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"inputs": [
|
|
|
|
{
|
|
|
|
"internalType": "address",
|
|
|
|
"name": "_newOwner",
|
|
|
|
"type": "address"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"name": "setNewOwner",
|
|
|
|
"outputs": [],
|
|
|
|
"stateMutability": "nonpayable",
|
|
|
|
"type": "function"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"inputs": [
|
|
|
|
{
|
|
|
|
"internalType": "address",
|
|
|
|
"name": "_newSystemAccount",
|
|
|
|
"type": "address"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"name": "setNewSystemAccount",
|
|
|
|
"outputs": [],
|
|
|
|
"stateMutability": "nonpayable",
|
|
|
|
"type": "function"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"inputs": [],
|
|
|
|
"name": "systemAccount",
|
|
|
|
"outputs": [
|
|
|
|
{
|
|
|
|
"internalType": "address",
|
|
|
|
"name": "",
|
|
|
|
"type": "address"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"stateMutability": "view",
|
|
|
|
"type": "function"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"devdoc": {
|
|
|
|
"kind": "dev",
|
|
|
|
"methods": {},
|
|
|
|
"version": 1
|
|
|
|
},
|
|
|
|
"userdoc": {
|
|
|
|
"kind": "user",
|
|
|
|
"methods": {},
|
|
|
|
"version": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"compilationTarget": {
|
2023-05-29 16:47:52 +02:00
|
|
|
"CustodialRegistrationProxy.sol": "CustodialRegistrationProxy"
|
2023-03-25 08:17:28 +01:00
|
|
|
},
|
2023-05-29 16:47:52 +02:00
|
|
|
"evmVersion": "byzantium",
|
2023-03-25 08:17:28 +01:00
|
|
|
"libraries": {},
|
|
|
|
"metadata": {
|
|
|
|
"bytecodeHash": "ipfs"
|
|
|
|
},
|
|
|
|
"optimizer": {
|
|
|
|
"enabled": false,
|
|
|
|
"runs": 200
|
|
|
|
},
|
|
|
|
"remappings": []
|
|
|
|
},
|
|
|
|
"sources": {
|
2023-05-29 16:47:52 +02:00
|
|
|
"CustodialRegistrationProxy.sol": {
|
|
|
|
"keccak256": "0x727a76b1d6397ab0a2a0d3462b72895f7b150c299f67a354b3bf10a19278c741",
|
2023-03-25 08:17:28 +01:00
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"urls": [
|
2023-05-29 16:47:52 +02:00
|
|
|
"bzz-raw://5695aaf0b70ee20eb358909ca4dd7da25044927b72e7e7e3709464abb9f081df",
|
|
|
|
"dweb:/ipfs/QmWwdBur7GUejKUU13DxwtuqpUR5KX7RYWtNtSew2VdqnE"
|
2023-03-25 08:17:28 +01:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"version": 1
|
|
|
|
}
|