2024-09-07 22:24:03 +08:00

37 lines
1.8 KiB
JSON

[
"constructor(uint256,address)",
"event DurationUpdated(uint256 indexed)",
"event Lock(address indexed,address indexed,address indexed,uint256[])",
"event OwnershipTransferred(address indexed,address indexed)",
"event Paused(address)",
"event UnLock(address indexed,address indexed,uint256,(uint256,address,bool)[])",
"event Unpaused(address)",
"event VerifierUpdated(address indexed)",
"function _CACHED_CHAIN_ID() view returns (uint256)",
"function _CACHED_THIS() view returns (address)",
"function addSupportNftList(address[])",
"function addressOriginal(address,uint256) view returns (address)",
"function checkSigner(address,bytes32,bytes) pure",
"function duration() view returns (uint256)",
"function getMessageHash(address,address,(uint256,address,bool)[],address,uint256,uint256,uint256) pure returns (bytes32)",
"function lock(address,address,uint256[])",
"function lockedNft(address,address) view returns (uint256[])",
"function lockedNum(address,address) view returns (uint256)",
"function maxBatch() view returns (uint256)",
"function minDuration() view returns (uint256)",
"function onERC721Received(address,address,uint256,bytes) returns (bytes4)",
"function owner() view returns (address)",
"function passportOriginal(address,uint256) view returns (address)",
"function paused() view returns (bool)",
"function removeSupportNft(address)",
"function renounceOwnership()",
"function supportNftList(address) view returns (bool)",
"function transferOwnership(address)",
"function unlockOrMint(address,(uint256,address,bool)[],uint256,uint256,bytes)",
"function unlockWithSvr(address,uint256[])",
"function updateBatch(uint256)",
"function updateDuation(uint256)",
"function updateVerifier(address)",
"function verifier() view returns (address)"
]