test-contracts-sovryn
Version:
Smart contracts for the Sovryn protocol and external integrations.
24 lines (23 loc) • 500 B
JSON
[
{
"constant": true,
"inputs": [
{
"internalType": "bytes32",
"name": "contractName",
"type": "bytes32"
}
],
"name": "addressOf",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
]