UNPKG

olympus-protocol-connector

Version:

Module made by Olympus Labs for easier access to the Olympus protocol through Javascript/Typescript

319 lines 6.86 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LOCK_ABI = [ { constant: true, inputs: [ { name: '', type: 'address', }, { name: '', type: 'bytes32', }, ], name: 'blockInterval', outputs: [ { name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'name', outputs: [ { name: '', type: 'string', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { name: '', type: 'address', }, { name: '', type: 'bytes32', }, ], name: 'unlockBlock', outputs: [ { name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'version', outputs: [ { name: '', type: 'string', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { name: '', type: 'address', }, { name: '', type: 'bytes32', }, ], name: 'unlockTime', outputs: [ { name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [], name: 'renounceOwnership', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [], name: 'description', outputs: [ { name: '', type: 'string', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { name: '', type: 'address', }, { name: '', type: 'bytes32', }, ], name: 'timeInterval', outputs: [ { name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'owner', outputs: [ { name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'category', outputs: [ { name: '', type: 'string', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { name: '_newOwner', type: 'address', }, ], name: 'transferOwnership', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { anonymous: false, inputs: [ { indexed: true, name: 'previousOwner', type: 'address', }, ], name: 'OwnershipRenounced', type: 'event', }, { anonymous: false, inputs: [ { indexed: true, name: 'previousOwner', type: 'address', }, { indexed: true, name: 'newOwner', type: 'address', }, ], name: 'OwnershipTransferred', type: 'event', }, { constant: false, inputs: [ { name: '_category', type: 'bytes32', }, ], name: 'checkLockByBlockNumber', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { name: '_category', type: 'bytes32', }, { name: '_blocks', type: 'uint256', }, ], name: 'setBlockInterval', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { name: '_categories', type: 'bytes32[]', }, { name: '_blocks', type: 'uint256[]', }, ], name: 'setMultipleBlockIntervals', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { name: '_category', type: 'bytes32', }, ], name: 'checkLockerByTime', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { name: '_category', type: 'bytes32', }, { name: '_seconds', type: 'uint256', }, ], name: 'setTimeInterval', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { name: '_categories', type: 'bytes32[]', }, { name: '_secondsList', type: 'uint256[]', }, ], name: 'setMultipleTimeIntervals', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, ]; //# sourceMappingURL=Locker.js.map