-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
8,412 additions
and
8,412 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
] |
Oops, something went wrong.