Skip to content

Commit

Permalink
Update abi
Browse files Browse the repository at this point in the history
  • Loading branch information
lykhonis committed Nov 15, 2023
1 parent 202fdd3 commit 1bd799e
Show file tree
Hide file tree
Showing 16 changed files with 8,412 additions and 8,412 deletions.
286 changes: 143 additions & 143 deletions artifacts/abi/assets/lsp7/DigitalAssetDrop.json
Original file line number Diff line number Diff line change
@@ -1,240 +1,240 @@
[
{
"type": "constructor",
"inputs": [
{
"internalType": "contract ILSP7DigitalAsset",
"name": "asset_",
"type": "address"
"type": "address",
"internalType": "contract ILSP7DigitalAsset"
},
{
"internalType": "bytes32",
"name": "root_",
"type": "bytes32"
"type": "bytes32",
"internalType": "bytes32"
},
{
"internalType": "address",
"name": "owner_",
"type": "address"
"type": "address",
"internalType": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "index",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "AlreadyClaimed",
"type": "error"
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "asset",
"inputs": [],
"name": "ClaimingUnavailable",
"type": "error"
},
{
"inputs": [
"outputs": [
{
"internalType": "address",
"name": "beneficiary",
"type": "address"
"name": "",
"type": "address",
"internalType": "contract ILSP7DigitalAsset"
}
],
"name": "InvalidBeneficiary",
"type": "error"
"stateMutability": "view"
},
{
"type": "function",
"name": "claim",
"inputs": [
{
"internalType": "uint256",
"name": "index",
"type": "uint256"
"name": "proof",
"type": "bytes32[]",
"internalType": "bytes32[]"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "InvalidClaim",
"type": "error"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "index",
"type": "uint256"
"type": "uint256",
"internalType": "uint256"
},
{
"indexed": true,
"internalType": "address",
"name": "recipient",
"type": "address"
"type": "address",
"internalType": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
"type": "uint256",
"internalType": "uint256"
}
],
"name": "Claimed",
"type": "event"
"outputs": [],
"stateMutability": "nonpayable"
},
{
"anonymous": false,
"type": "function",
"name": "dispose",
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "beneficiary",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
"type": "address",
"internalType": "address"
}
],
"name": "Disposed",
"type": "event"
"outputs": [],
"stateMutability": "nonpayable"
},
{
"anonymous": false,
"type": "function",
"name": "isClaimed",
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
"name": "index",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
"name": "",
"type": "bool",
"internalType": "bool"
}
],
"name": "OwnershipTransferred",
"type": "event"
"stateMutability": "view"
},
{
"type": "function",
"name": "owner",
"inputs": [],
"name": "asset",
"outputs": [
{
"internalType": "contract ILSP7DigitalAsset",
"name": "",
"type": "address"
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view",
"type": "function"
"stateMutability": "view"
},
{
"type": "function",
"name": "renounceOwnership",
"inputs": [],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "transferOwnership",
"inputs": [
{
"internalType": "bytes32[]",
"name": "proof",
"type": "bytes32[]"
},
"name": "newOwner",
"type": "address",
"internalType": "address"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "event",
"name": "Claimed",
"inputs": [
{
"internalType": "uint256",
"name": "index",
"type": "uint256"
"type": "uint256",
"indexed": true,
"internalType": "uint256"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
"type": "uint256",
"indexed": false,
"internalType": "uint256"
}
],
"name": "claim",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
"anonymous": false
},
{
"type": "event",
"name": "Disposed",
"inputs": [
{
"internalType": "address",
"name": "beneficiary",
"type": "address"
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "amount",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
}
],
"name": "dispose",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
"anonymous": false
},
{
"type": "event",
"name": "OwnershipTransferred",
"inputs": [
{
"internalType": "uint256",
"name": "index",
"type": "uint256"
}
],
"name": "isClaimed",
"outputs": [
"name": "previousOwner",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"internalType": "bool",
"name": "",
"type": "bool"
"name": "newOwner",
"type": "address",
"indexed": true,
"internalType": "address"
}
],
"stateMutability": "view",
"type": "function"
"anonymous": false
},
{
"inputs": [],
"name": "owner",
"outputs": [
"type": "error",
"name": "AlreadyClaimed",
"inputs": [
{
"internalType": "address",
"name": "",
"type": "address"
"name": "index",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "data",
"type": "bytes",
"internalType": "bytes"
}
],
"stateMutability": "view",
"type": "function"
]
},
{
"inputs": [],
"name": "renounceOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
"type": "error",
"name": "ClaimingUnavailable",
"inputs": []
},
{
"type": "error",
"name": "InvalidBeneficiary",
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
"name": "beneficiary",
"type": "address",
"internalType": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
]
},
{
"type": "error",
"name": "InvalidClaim",
"inputs": [
{
"name": "index",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "data",
"type": "bytes",
"internalType": "bytes"
}
]
}
]
Loading

0 comments on commit 1bd799e

Please sign in to comment.