Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "constant": true,
- "inputs": [
- {
- "name": "passphrase",
- "type": "uint256"
- }
- ],
- "name": "checkPassphrase",
- "outputs": [
- {
- "name": "",
- "type": "bool"
- }
- ],
- "payable": false,
- "stateMutability": "view",
- "type": "function"
- },
- {
- "constant": false,
- "inputs": [
- {
- "name": "answer",
- "type": "bytes"
- }
- ],
- "name": "submit",
- "outputs": [
- {
- "name": "",
- "type": "string"
- }
- ],
- "payable": false,
- "stateMutability": "nonpayable",
- "type": "function"
- },
- {
- "inputs": [
- {
- "name": "_secret",
- "type": "string"
- }
- ],
- "payable": false,
- "stateMutability": "nonpayable",
- "type": "constructor"
- },
- {
- "anonymous": false,
- "inputs": [
- {
- "indexed": true,
- "name": "passphrase",
- "type": "uint256"
- }
- ],
- "name": "Passphrase",
- "type": "event"
- }
- ]
Add Comment
Please, Sign In to add comment