Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
267 changes: 267 additions & 0 deletions abi/develop/CrossChainMultisig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,267 @@
[
{
"inputs": [],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"stateMutability": "payable",
"type": "fallback"
},
{
"inputs": [
{
"internalType": "uint32",
"name": "",
"type": "uint32"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "bridgeIn",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint32",
"name": "",
"type": "uint32"
},
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "bridgeOut",
"outputs": [
{
"internalType": "bytes",
"name": "_data",
"type": "bytes"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "nonce",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "targetValue",
"type": "uint256"
},
{
"internalType": "uint32",
"name": "targetChain",
"type": "uint32"
},
{
"internalType": "address",
"name": "targetContract",
"type": "address"
},
{
"internalType": "bytes4",
"name": "targetFunction",
"type": "bytes4"
},
{
"internalType": "bytes",
"name": "targetPayload",
"type": "bytes"
}
],
"name": "createSecurePacket",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "nonce",
"type": "uint256"
}
],
"name": "executeSecurePacket",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "nonce",
"type": "uint256"
}
],
"name": "getSecurePacket",
"outputs": [
{
"internalType": "uint256",
"name": "targetValue",
"type": "uint256"
},
{
"internalType": "uint32",
"name": "targetChain",
"type": "uint32"
},
{
"internalType": "address",
"name": "targetContract",
"type": "address"
},
{
"internalType": "bytes4",
"name": "targetFunction",
"type": "bytes4"
},
{
"internalType": "bytes",
"name": "targetPayload",
"type": "bytes"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "initPayload",
"type": "bytes"
}
],
"name": "init",
"outputs": [
{
"internalType": "bytes4",
"name": "",
"type": "bytes4"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "wallet",
"type": "address"
}
],
"name": "isOwner",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "isOwner",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "nonce",
"type": "uint256"
}
],
"name": "removeSecurePacket",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "address payable",
"name": "destinationAddress",
"type": "address"
}
],
"name": "withdraw",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"stateMutability": "payable",
"type": "receive"
}
]
8 changes: 7 additions & 1 deletion abi/develop/GenericH.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,13 @@
"type": "function"
},
{
"inputs": [],
"inputs": [
{
"internalType": "address payable",
"name": "destinationAddress",
"type": "address"
}
],
"name": "withdraw",
"outputs": [],
"stateMutability": "nonpayable",
Expand Down
13 changes: 0 additions & 13 deletions abi/develop/HolographERC20.json
Original file line number Diff line number Diff line change
Expand Up @@ -333,19 +333,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getContractType",
"outputs": [
{
"internalType": "bytes32",
"name": "contractType",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getOwner",
Expand Down
13 changes: 0 additions & 13 deletions abi/develop/HolographERC721.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,19 +337,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getContractType",
"outputs": [
{
"internalType": "bytes32",
"name": "contractType",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getOwner",
Expand Down
13 changes: 0 additions & 13 deletions abi/develop/HolographGeneric.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,19 +129,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getContractType",
"outputs": [
{
"internalType": "bytes32",
"name": "contractType",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getOwner",
Expand Down
13 changes: 13 additions & 0 deletions abi/develop/HolographGenericInterface.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,19 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address payable",
"name": "destination",
"type": "address"
}
],
"name": "sourceWithdraw",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down
13 changes: 13 additions & 0 deletions abi/develop/HolographOperator.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,19 @@
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "bridgeInRequestPayload",
"type": "bytes"
}
],
"name": "recoverJob",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
Expand Down
Loading