skill-wallet
Version:
The SkillWallet is a permissionless, open-source protocol for the creation of universal, self-sovereign Identities - based on Skills instead of personal data. <br/> It comes as an upgradable, Non-Transferable, Non-Fungible-Token (U-NT-NFT) - and it entile
64 lines (63 loc) • 1.41 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ISWActionExecutor",
"sourceName": "contracts/main/ISWActionExecutor.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "contractAddress",
"type": "address"
},
{
"indexed": true,
"internalType": "uint256",
"name": "action",
"type": "uint256"
}
],
"name": "ActonExecuted",
"type": "event"
},
{
"inputs": [
{
"internalType": "enum Types.Action",
"name": "action",
"type": "uint8"
},
{
"internalType": "address",
"name": "caller",
"type": "address"
},
{
"internalType": "uint256[]",
"name": "intParams",
"type": "uint256[]"
},
{
"internalType": "string[]",
"name": "stringParams",
"type": "string[]"
},
{
"internalType": "address[]",
"name": "addressParams",
"type": "address[]"
}
],
"name": "execute",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}