@augumented-finance/protocol-v1
Version:
Augmented Protocol smart contracts
51 lines (50 loc) • 991 B
JSON
[
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "contract IRemoteAccessBitmask",
"name": "remoteAcl",
"type": "address"
},
{
"indexed": false,
"internalType": "string",
"name": "tokenName",
"type": "string"
},
{
"indexed": false,
"internalType": "string",
"name": "tokenSymbol",
"type": "string"
}
],
"name": "Initialized",
"type": "event"
},
{
"inputs": [
{
"internalType": "contract IRemoteAccessBitmask",
"name": "remoteAcl",
"type": "address"
},
{
"internalType": "string",
"name": "name",
"type": "string"
},
{
"internalType": "string",
"name": "symbol",
"type": "string"
}
],
"name": "initialize",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]