[ { "inputs": [], "stateMutability": "nonpayable", "type": "constructor" }, { "inputs": [], "name": "AccessControlBadConfirmation", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "account", "type": "address" }, { "internalType": "bytes32", "name": "neededRole", "type": "bytes32" } ], "name": "AccessControlUnauthorizedAccount", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "requestedAmount", "type": "uint256" }, { "internalType": "uint256", "name": "availableSurplus", "type": "uint256" } ], "name": "AmountExceedsSurplus", "type": "error" }, { "inputs": [], "name": "AmountMustBeGreaterThanZero", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "length1", "type": "uint256" }, { "internalType": "uint256", "name": "length2", "type": "uint256" } ], "name": "ArrayLengthMismatch", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" }, { "internalType": "address", "name": "caller", "type": "address" } ], "name": "CallerNotOwnerNorApproved", "type": "error" }, { "inputs": [], "name": "ERC721EnumerableForbiddenBatchMint", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "sender", "type": "address" }, { "internalType": "uint256", "name": "tokenId", "type": "uint256" }, { "internalType": "address", "name": "owner", "type": "address" } ], "name": "ERC721IncorrectOwner", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "operator", "type": "address" }, { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "ERC721InsufficientApproval", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "approver", "type": "address" } ], "name": "ERC721InvalidApprover", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "operator", "type": "address" } ], "name": "ERC721InvalidOperator", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "owner", "type": "address" } ], "name": "ERC721InvalidOwner", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "receiver", "type": "address" } ], "name": "ERC721InvalidReceiver", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "sender", "type": "address" } ], "name": "ERC721InvalidSender", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "ERC721NonexistentToken", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "owner", "type": "address" }, { "internalType": "uint256", "name": "index", "type": "uint256" } ], "name": "ERC721OutOfBoundsIndex", "type": "error" }, { "inputs": [], "name": "FeePercentageExceedsLimit", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "index", "type": "uint256" }, { "internalType": "uint256", "name": "tokenCount", "type": "uint256" } ], "name": "IndexExceedsTokenCount", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "newIndex", "type": "uint256" }, { "internalType": "uint256", "name": "currentIndex", "type": "uint256" } ], "name": "IndexNotAdvanced", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "currentBalance", "type": "uint256" }, { "internalType": "uint256", "name": "requestedBalance", "type": "uint256" } ], "name": "InsufficientBalance", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "finalizationId", "type": "uint256" } ], "name": "InvalidFinalizationId", "type": "error" }, { "inputs": [], "name": "InvalidInitialization", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "NotFinalized", "type": "error" }, { "inputs": [], "name": "NotInitializing", "type": "error" }, { "inputs": [], "name": "ReentrancyGuardReentrantCall", "type": "error" }, { "inputs": [ { "internalType": "uint8", "name": "bits", "type": "uint8" }, { "internalType": "uint256", "name": "value", "type": "uint256" } ], "name": "SafeCastOverflowedUintDowncast", "type": "error" }, { "inputs": [ { "internalType": "address", "name": "token", "type": "address" } ], "name": "SafeERC20FailedOperation", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "value", "type": "uint256" } ], "name": "SecondsToFinalizationExceedsLimit", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" }, { "internalType": "uint256", "name": "finalizationId", "type": "uint256" }, { "internalType": "uint256", "name": "startIndex", "type": "uint256" }, { "internalType": "uint256", "name": "endIndex", "type": "uint256" } ], "name": "TokenIdNotInFinalizationRange", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "WithdrawalAlreadyProcessed", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "WithdrawalRequestDoesNotExist", "type": "error" }, { "inputs": [], "name": "ZeroAddress", "type": "error" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "owner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "approved", "type": "address" }, { "indexed": true, "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "Approval", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "owner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "operator", "type": "address" }, { "indexed": false, "internalType": "bool", "name": "approved", "type": "bool" } ], "name": "ApprovalForAll", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "oldFeeReceiver", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newFeeReceiver", "type": "address" } ], "name": "FeeReceiverUpdated", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint64", "name": "version", "type": "uint64" } ], "name": "Initialized", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "uint256", "name": "finalizationIndex", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "newFinalizedIndex", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "previousFinalizedIndex", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "redemptionRate", "type": "uint256" } ], "name": "RequestsFinalized", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "bytes32", "name": "role", "type": "bytes32" }, { "indexed": true, "internalType": "bytes32", "name": "previousAdminRole", "type": "bytes32" }, { "indexed": true, "internalType": "bytes32", "name": "newAdminRole", "type": "bytes32" } ], "name": "RoleAdminChanged", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "bytes32", "name": "role", "type": "bytes32" }, { "indexed": true, "internalType": "address", "name": "account", "type": "address" }, { "indexed": true, "internalType": "address", "name": "sender", "type": "address" } ], "name": "RoleGranted", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "bytes32", "name": "role", "type": "bytes32" }, { "indexed": true, "internalType": "address", "name": "account", "type": "address" }, { "indexed": true, "internalType": "address", "name": "sender", "type": "address" } ], "name": "RoleRevoked", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint256", "name": "previousValue", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "newValue", "type": "uint256" } ], "name": "SecondsToFinalizationUpdated", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "surplus", "type": "uint256" } ], "name": "SurplusRedemptionAssetsWithdrawn", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "from", "type": "address" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" }, { "indexed": true, "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "Transfer", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "uint256", "name": "tokenId", "type": "uint256" }, { "indexed": false, "internalType": "address", "name": "claimer", "type": "address" }, { "indexed": false, "internalType": "address", "name": "receiver", "type": "address" }, { "components": [ { "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "uint256", "name": "feeAtRequestTime", "type": "uint256" }, { "internalType": "uint256", "name": "redemptionRateAtRequestTime", "type": "uint256" }, { "internalType": "uint256", "name": "creationTimestamp", "type": "uint256" }, { "internalType": "bool", "name": "processed", "type": "bool" }, { "internalType": "bytes", "name": "data", "type": "bytes" } ], "indexed": false, "internalType": "struct IWithdrawalQueueManager.WithdrawalRequest", "name": "request", "type": "tuple" }, { "indexed": false, "internalType": "uint256", "name": "finalizationId", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "unitOfAccountAmount", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "claimRedemptionRate", "type": "uint256" } ], "name": "WithdrawalClaimed", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint256", "name": "newFeePercentage", "type": "uint256" } ], "name": "WithdrawalFeeUpdated", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "uint256", "name": "tokenId", "type": "uint256" }, { "indexed": true, "internalType": "address", "name": "requester", "type": "address" }, { "components": [ { "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "uint256", "name": "feeAtRequestTime", "type": "uint256" }, { "internalType": "uint256", "name": "redemptionRateAtRequestTime", "type": "uint256" }, { "internalType": "uint256", "name": "creationTimestamp", "type": "uint256" }, { "internalType": "bool", "name": "processed", "type": "bool" }, { "internalType": "bytes", "name": "data", "type": "bytes" } ], "indexed": false, "internalType": "struct IWithdrawalQueueManager.WithdrawalRequest", "name": "request", "type": "tuple" } ], "name": "WithdrawalRequested", "type": "event" }, { "inputs": [], "name": "DEFAULT_ADMIN_ROLE", "outputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "FEE_PRECISION", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "MAX_SECONDS_TO_FINALIZATION", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "REDEMPTION_ASSET_WITHDRAWER_ROLE", "outputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "REQUEST_FINALIZER_ROLE", "outputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "WITHDRAWAL_QUEUE_ADMIN_ROLE", "outputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "_tokenIdCounter", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "approve", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "owner", "type": "address" } ], "name": "balanceOf", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "uint256", "name": "requestWithdrawalFee", "type": "uint256" } ], "name": "calculateFee", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "pure", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "uint256", "name": "redemptionRate", "type": "uint256" } ], "name": "calculateRedemptionAmount", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "components": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" }, { "internalType": "uint256", "name": "finalizationId", "type": "uint256" }, { "internalType": "address", "name": "receiver", "type": "address" } ], "internalType": "struct IWithdrawalQueueManager.WithdrawalClaim", "name": "claim", "type": "tuple" } ], "name": "claimWithdrawal", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" }, { "internalType": "address", "name": "receiver", "type": "address" } ], "name": "claimWithdrawal", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256[]", "name": "tokenIds", "type": "uint256[]" }, { "internalType": "address[]", "name": "receivers", "type": "address[]" } ], "name": "claimWithdrawals", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "components": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" }, { "internalType": "uint256", "name": "finalizationId", "type": "uint256" }, { "internalType": "address", "name": "receiver", "type": "address" } ], "internalType": "struct IWithdrawalQueueManager.WithdrawalClaim[]", "name": "claims", "type": "tuple[]" } ], "name": "claimWithdrawals", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "deficitRedemptionAssets", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "feeReceiver", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "name": "finalizations", "outputs": [ { "internalType": "uint64", "name": "startIndex", "type": "uint64" }, { "internalType": "uint64", "name": "endIndex", "type": "uint64" }, { "internalType": "uint96", "name": "redemptionRate", "type": "uint96" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "finalizationsCount", "outputs": [ { "internalType": "uint256", "name": "count", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_lastFinalizedIndex", "type": "uint256" } ], "name": "finalizeRequestsUpToIndex", "outputs": [ { "internalType": "uint256", "name": "finalizationIndex", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "findFinalizationForTokenId", "outputs": [ { "internalType": "uint256", "name": "finalizationId", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "getApproved", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "finalizationId", "type": "uint256" } ], "name": "getFinalization", "outputs": [ { "components": [ { "internalType": "uint64", "name": "startIndex", "type": "uint64" }, { "internalType": "uint64", "name": "endIndex", "type": "uint64" }, { "internalType": "uint96", "name": "redemptionRate", "type": "uint96" } ], "internalType": "struct IWithdrawalQueueManager.Finalization", "name": "finalization", "type": "tuple" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "role", "type": "bytes32" } ], "name": "getRoleAdmin", "outputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "role", "type": "bytes32" }, { "internalType": "address", "name": "account", "type": "address" } ], "name": "grantRole", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "role", "type": "bytes32" }, { "internalType": "address", "name": "account", "type": "address" } ], "name": "hasRole", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "components": [ { "internalType": "string", "name": "name", "type": "string" }, { "internalType": "string", "name": "symbol", "type": "string" }, { "internalType": "contract IRedeemableAsset", "name": "redeemableAsset", "type": "address" }, { "internalType": "contract IRedemptionAssetsVault", "name": "redemptionAssetsVault", "type": "address" }, { "internalType": "address", "name": "admin", "type": "address" }, { "internalType": "address", "name": "withdrawalQueueAdmin", "type": "address" }, { "internalType": "address", "name": "redemptionAssetWithdrawer", "type": "address" }, { "internalType": "uint256", "name": "withdrawalFee", "type": "uint256" }, { "internalType": "address", "name": "feeReceiver", "type": "address" }, { "internalType": "address", "name": "requestFinalizer", "type": "address" } ], "internalType": "struct WithdrawalQueueManager.Init", "name": "init", "type": "tuple" } ], "name": "initialize", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "owner", "type": "address" }, { "internalType": "address", "name": "operator", "type": "address" } ], "name": "isApprovedForAll", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "lastFinalizedIndex", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "name", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "ownerOf", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "pendingRequestedRedemptionAmount", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "redeemableAsset", "outputs": [ { "internalType": "contract IRedeemableAsset", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "redemptionAssetsVault", "outputs": [ { "internalType": "contract IRedemptionAssetsVault", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "role", "type": "bytes32" }, { "internalType": "address", "name": "callerConfirmation", "type": "address" } ], "name": "renounceRole", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "requestFinalizer", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "requestWithdrawal", "outputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "bytes", "name": "data", "type": "bytes" } ], "name": "requestWithdrawal", "outputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes32", "name": "role", "type": "bytes32" }, { "internalType": "address", "name": "account", "type": "address" } ], "name": "revokeRole", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "tokenId", "type": "uint256" }, { "internalType": "bytes", "name": "data", "type": "bytes" } ], "name": "safeTransferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "secondsToFinalization", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "operator", "type": "address" }, { "internalType": "bool", "name": "approved", "type": "bool" } ], "name": "setApprovalForAll", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_feeReceiver", "type": "address" } ], "name": "setFeeReceiver", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "feePercentage", "type": "uint256" } ], "name": "setWithdrawalFee", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bytes4", "name": "interfaceId", "type": "bytes4" } ], "name": "supportsInterface", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "surplusRedemptionAssets", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "symbol", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "index", "type": "uint256" } ], "name": "tokenByIndex", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "owner", "type": "address" }, { "internalType": "uint256", "name": "index", "type": "uint256" } ], "name": "tokenOfOwnerByIndex", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "tokenURI", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "totalSupply", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "transferFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "withdrawSurplusRedemptionAssets", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "withdrawalFee", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "name": "withdrawalRequest", "outputs": [ { "components": [ { "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "uint256", "name": "feeAtRequestTime", "type": "uint256" }, { "internalType": "uint256", "name": "redemptionRateAtRequestTime", "type": "uint256" }, { "internalType": "uint256", "name": "creationTimestamp", "type": "uint256" }, { "internalType": "bool", "name": "processed", "type": "bool" }, { "internalType": "bytes", "name": "data", "type": "bytes" } ], "internalType": "struct IWithdrawalQueueManager.WithdrawalRequest", "name": "request", "type": "tuple" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "index", "type": "uint256" } ], "name": "withdrawalRequestIsFinalized", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "name": "withdrawalRequests", "outputs": [ { "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "uint256", "name": "feeAtRequestTime", "type": "uint256" }, { "internalType": "uint256", "name": "redemptionRateAtRequestTime", "type": "uint256" }, { "internalType": "uint256", "name": "creationTimestamp", "type": "uint256" }, { "internalType": "bool", "name": "processed", "type": "bool" }, { "internalType": "bytes", "name": "data", "type": "bytes" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "owner", "type": "address" } ], "name": "withdrawalRequestsForOwner", "outputs": [ { "internalType": "uint256[]", "name": "withdrawalIndexes", "type": "uint256[]" }, { "components": [ { "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "uint256", "name": "feeAtRequestTime", "type": "uint256" }, { "internalType": "uint256", "name": "redemptionRateAtRequestTime", "type": "uint256" }, { "internalType": "uint256", "name": "creationTimestamp", "type": "uint256" }, { "internalType": "bool", "name": "processed", "type": "bool" }, { "internalType": "bytes", "name": "data", "type": "bytes" } ], "internalType": "struct IWithdrawalQueueManager.WithdrawalRequest[]", "name": "requests", "type": "tuple[]" } ], "stateMutability": "view", "type": "function" } ]
608060405234801562000010575f80fd5b506200001b62000021565b620000d5565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000725760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d25780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b613f8b80620000e35f395ff3fe608060405234801561000f575f80fd5b5060043610610388575f3560e01c80637d1f8a81116101df578063ac1e502511610109578063dbbfd152116100a9578063e6dc4f1611610079578063e6dc4f1614610824578063e985e9c514610837578063efdcd9741461084a578063f84694e11461085d575f80fd5b8063dbbfd152146107f6578063e26dc432146107fe578063e51aa67814610811578063e63a391f1461081a575f80fd5b8063b88d4fde116100e4578063b88d4fde14610771578063bbeea20b14610784578063c87b56dd146107d0578063d547741f146107e3575f80fd5b8063ac1e502514610743578063b3f0067414610756578063b6dddc8314610769575f80fd5b80639c69c3471161017f578063a08ab5c31161014f578063a08ab5c314610702578063a217fddf14610715578063a22cb4651461071c578063aae733581461072f575f80fd5b80639c69c347146106a25780639dea569d146106b55780639ee679e8146106c8578063a024d723146106db575f80fd5b80638c4724cc116101ba5780638c4724cc1461065a57806391d1485414610662578063937b25811461067557806395d89b411461069a575f80fd5b80637d1f8a811461063557806384c4bd4b146106485780638bc7e8c414610651575f80fd5b80632f745c59116102c05780634718d52711610260578063612c1fa011610230578063612c1fa0146105d65780636352211e146105fd57806370a0823114610610578063748f9ef014610623575f80fd5b80634718d527146105405780634bac05a9146105825780634f6ccce7146105a35780635209cb98146105b6575f80fd5b80633569d58a1161029b5780633569d58a1461050757806336568abe146105105780633dd31e0e1461052357806342842e0e1461052d575f80fd5b80632f745c59146104ce5780633384d9fb146104e157806334e73122146104f4575f80fd5b80630b7019d91161032b57806318160ddd1161030657806318160ddd1461048157806323b872dd14610495578063248a9ca3146104a85780632f2ff15d146104bb575f80fd5b80630b7019d9146104445780630cc2250f1461045b578063115949211461046e575f80fd5b80630770fa91116103665780630770fa91146103de578063081812fc146103f35780630913b1211461041e578063095ea7b314610431575f80fd5b806301ffc9a71461038c57806306fdde03146103b4578063071fc512146103c9575b5f80fd5b61039f61039a366004613384565b610870565b60405190151581526020015b60405180910390f35b6103bc61089a565b6040516103ab91906133ec565b61039f6103d73660046133fe565b6009541190565b6103f16103ec3660046133fe565b61093b565b005b6104066104013660046133fe565b610a38565b6040516001600160a01b0390911681526020016103ab565b6103f161042c36600461345c565b610a4c565b6103f161043f3660046134e1565b610ad2565b61044d60045481565b6040519081526020016103ab565b6103f16104693660046135d0565b610ae1565b6103f161047c3660046136e4565b610df2565b5f80516020613ed68339815191525461044d565b6103f16104a3366004613743565b610e1c565b61044d6104b63660046133fe565b610ea5565b6103f16104c9366004613781565b610ec5565b61044d6104dc3660046134e1565b610ee1565b6103f16104ef366004613781565b610f52565b61044d6105023660046137af565b610fa9565b61044d60095481565b6103f161051e366004613781565b610fc9565b61044d6224ea0081565b6103f161053b366004613743565b611001565b61055361054e3660046133fe565b61101b565b604080516001600160401b0394851681529390921660208401526001600160601b0316908201526060016103ab565b6105956105903660046137cf565b61105e565b6040516103ab929190613832565b61044d6105b13660046133fe565b611294565b6105c96105c43660046133fe565b611306565b6040516103ab91906138c8565b61044d7f16e47d7ccdc4d9916471674b101198c830d9d6666d46998629b3ca840510386e81565b61040661060b3660046133fe565b611427565b61044d61061e3660046137cf565b611431565b5f54610406906001600160a01b031681565b600154610406906001600160a01b031681565b61044d60025481565b61044d60055481565b61044d611489565b61039f610670366004613781565b611526565b6106886106833660046133fe565b61155c565b6040516103ab969594939291906138da565b6103bc61161f565b61044d6106b03660046137af565b61165d565b600754610406906001600160a01b031681565b61044d6106d63660046133fe565b6116e6565b61044d7f8586893ec6c8c067a87b0dc34e01d210b44bbdce9d41cb027cc2d7c0f31ead9581565b61044d610710366004613918565b6116fb565b61044d5f81565b6103f161072a36600461395b565b6118cb565b61044d5f80516020613f3683398151915281565b6103f16107513660046133fe565b6118d6565b600654610406906001600160a01b031681565b600a5461044d565b6103f161077f36600461398b565b61194d565b6107976107923660046133fe565b611965565b6040805182516001600160401b03908116825260208085015190911690820152918101516001600160601b0316908201526060016103ab565b6103bc6107de3660046133fe565b611a0b565b6103f16107f1366004613781565b611a7b565b61044d611a97565b6103f161080c3660046139f2565b611b26565b61044d60085481565b61044d620f424081565b61044d6108323660046133fe565b611b6d565b61039f610845366004613a60565b611da5565b6103f16108583660046137cf565b611df1565b61044d61086b3660046133fe565b611e8d565b5f6001600160e01b031982166380ac58cd60e01b1480610894575061089482611fc6565b92915050565b5f80516020613eb683398151915280546060919081906108b990613a8c565b80601f01602080910402602001604051908101604052809291908181526020018280546108e590613a8c565b80156109305780601f1061090757610100808354040283529160200191610930565b820191905f5260205f20905b81548152906001019060200180831161091357829003601f168201915b505050505091505090565b7f16e47d7ccdc4d9916471674b101198c830d9d6666d46998629b3ca840510386e61096581611fea565b5f61096e611a97565b9050808311156109a057604051630bf0035360e31b815260048101849052602481018290526044015b60405180910390fd5b600154604051632e31641160e11b8152600481018590526001600160a01b0390911690635c62c822906024015f604051808303815f87803b1580156109e3575f80fd5b505af11580156109f5573d5f803e3d5ffd5b505060408051868152602081018590527f5471a21865bef29e2f9817eeb3138f749523b6e76a3c880a65fdd61d35604ac8935001905060405180910390a1505050565b5f610a4282611ff4565b506108948261202b565b828114610a7657604051631f4bb7c160e31b81526004810184905260248101829052604401610997565b5f5b83811015610acb57610ac3858583818110610a9557610a95613ac4565b90506020020135848484818110610aae57610aae613ac4565b90506020020160208101906104ef91906137cf565b600101610a78565b5050505050565b610add828233612064565b5050565b60808101516001600160a01b038116610b0d5760405163d92e233d60e01b815260040160405180910390fd5b60408201516001600160a01b038116610b395760405163d92e233d60e01b815260040160405180910390fd5b60608301516001600160a01b038116610b655760405163d92e233d60e01b815260040160405180910390fd5b60a08401516001600160a01b038116610b915760405163d92e233d60e01b815260040160405180910390fd5b6101008501516001600160a01b038116610bbe5760405163d92e233d60e01b815260040160405180910390fd5b6101208601516001600160a01b038116610beb5760405163d92e233d60e01b815260040160405180910390fd5b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015610c2f5750825b90505f826001600160401b03166001148015610c4a5750303b155b905081158015610c58575080155b15610c765760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610ca057845460ff60401b1916600160401b1785555b610cb18c5f01518d60200151612071565b60408c01515f80546001600160a01b039283166001600160a01b031991821617825560608f0151600180549190941691161790915560808d0151610cf59190612083565b50610d115f80516020613f368339815191528d60a00151612083565b50610d407f16e47d7ccdc4d9916471674b101198c830d9d6666d46998629b3ca840510386e8d60c00151612083565b50610d707f8586893ec6c8c067a87b0dc34e01d210b44bbdce9d41cb027cc2d7c0f31ead958d6101200151612083565b5060e08c01516005556101008c0151600680546001600160a01b0319166001600160a01b039092169190911790558315610de457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050505050505050565b610dfa612124565b610e038161215b565b610e1960015f80516020613f1683398151915255565b50565b6001600160a01b038216610e4557604051633250574960e11b81525f6004820152602401610997565b5f610e518383336126c5565b9050836001600160a01b0316816001600160a01b031614610e9f576040516364283d7b60e01b81526001600160a01b0380861660048301526024820184905282166044820152606401610997565b50505050565b5f9081525f80516020613ef6833981519152602052604090206001015490565b610ece82610ea5565b610ed781611fea565b610e9f8383612083565b5f5f80516020613e96833981519152610ef984611431565b8310610f2a5760405163295f44f760e21b81526001600160a01b038516600482015260248101849052604401610997565b6001600160a01b0384165f908152602091825260408082208583529092522054905092915050565b610f5a612124565b5f6040518060600160405280848152602001610f7585611e8d565b8152602001836001600160a01b03168152509050610f928161215b565b50610add60015f80516020613f1683398151915255565b5f620f4240610fb88385613aec565b610fc29190613b03565b9392505050565b6001600160a01b0381163314610ff25760405163334bd91960e11b815260040160405180910390fd5b610ffc82826127c3565b505050565b610ffc83838360405180602001604052805f81525061194d565b600a818154811061102a575f80fd5b5f918252602090912001546001600160401b038082169250600160401b82041690600160801b90046001600160601b031683565b6060805f61106b84611431565b9050805f036110b757604080515f808252602082018181528284019093529091906110ac565b61109961333c565b8152602001906001900390816110915790505b509250925050915091565b806001600160401b038111156110cf576110cf61350b565b6040519080825280602002602001820160405280156110f8578160200160208202803683370190505b509250806001600160401b038111156111135761111361350b565b60405190808252806020026020018201604052801561114c57816020015b61113961333c565b8152602001906001900390816111315790505b5091505f5b8181101561128d575f6111648683610ee1565b90508085838151811061117957611179613ac4565b6020908102919091018101919091525f8281526003808352604091829020825160c081018452815481526001820154948101949094526002810154928401929092528101546060830152600481015460ff161515608083015260058101805460a0840191906111e790613a8c565b80601f016020809104026020016040519081016040528092919081815260200182805461121390613a8c565b801561125e5780601f106112355761010080835404028352916020019161125e565b820191905f5260205f20905b81548152906001019060200180831161124157829003601f168201915b50505050508152505084838151811061127957611279613ac4565b602090810291909101015250600101611151565b5050915091565b5f5f80516020613e968339815191526112b85f80516020613ed68339815191525490565b83106112e05760405163295f44f760e21b81525f600482015260248101849052604401610997565b8060020183815481106112f5576112f5613ac4565b905f5260205f200154915050919050565b61130e61333c565b5f82815260036020818152604092839020835160c08101855281548152600182015492810192909252600281015493820193909352908201546060820152600482015460ff161515608082015260058201805491929160a08401919061137390613a8c565b80601f016020809104026020016040519081016040528092919081815260200182805461139f90613a8c565b80156113ea5780601f106113c1576101008083540402835291602001916113ea565b820191905f5260205f20905b8154815290600101906020018083116113cd57829003601f168201915b50505050508152505090506114028160600151151590565b61142257604051630169130760e01b815260048101839052602401610997565b919050565b5f61089482611ff4565b5f5f80516020613eb68339815191526001600160a01b038316611469576040516322718ad960e21b81525f6004820152602401610997565b6001600160a01b039092165f908152600390920160205250604090205490565b5f8060015f9054906101000a90046001600160a01b03166001600160a01b031663acd08aa76040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ff9190613b22565b905080600854111561151f57806008546115199190613b39565b91505090565b5f91505090565b5f9182525f80516020613ef6833981519152602090815260408084206001600160a01b0393909316845291905290205460ff1690565b600360208190525f9182526040909120805460018201546002830154938301546004840154600585018054949693959394929360ff9092169261159e90613a8c565b80601f01602080910402602001604051908101604052809291908181526020018280546115ca90613a8c565b80156116155780601f106115ec57610100808354040283529160200191611615565b820191905f5260205f20905b8154815290600101906020018083116115f857829003601f168201915b5050505050905086565b7f80bb2b638cc20bc4d0a60d66940f3ab4a00c1d7b313497ca82fb0b4ab007930180546060915f80516020613eb6833981519152916108b990613a8c565b5f805f9054906101000a90046001600160a01b03166001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa1580156116ad573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116d19190613b4c565b6116dc90600a613c4c565b610fb88385613aec565b5f6108948260405180602001604052805f8152505b5f611704612124565b825f0361172457604051635e85ae7360e01b815260040160405180910390fd5b5f5461173b906001600160a01b031633308661283c565b6001546040805163540385a360e01b815290515f926001600160a01b03169163540385a39160048083019260209291908290030181865afa158015611782573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117a69190613b22565b600280549192505f6117b783613c5a565b909155506040805160c08101825286815260058054602080840191825283850187815242606086019081525f6080870181815260a088018d81528a83526003958690529890912087518155945160018601559151600285015551918301919091555160048201805460ff1916911515919091179055925193955090928392918201906118439082613cb6565b50905050611851858361165d565b60085f8282546118619190613d71565b9091555061187190503384612896565b336001600160a01b0316837f470a96c327e4382aa8e66bc975ce38a8e3eacb9c8e4d87d34e8dc4a853539de6836040516118ab91906138c8565b60405180910390a3505061089460015f80516020613f1683398151915255565b610add3383836128f7565b5f80516020613f368339815191526118ed81611fea565b620f4240821115611911576040516314afa02960e21b815260040160405180910390fd5b60058290556040518281527fe94edcc114da5287ecb30ee8aacf12e6c16b11b8583d7f9e477ab1616e33d53d9060200160405180910390a15050565b611958848484610e1c565b610e9f33858585856129a6565b604080516060810182525f8082526020820181905291810191909152600a5482106119a55760405162a6e6ff60e61b815260048101839052602401610997565b600a82815481106119b8576119b8613ac4565b5f9182526020918290206040805160608101825291909201546001600160401b038082168352600160401b820416938201939093526001600160601b03600160801b909304929092169082015292915050565b6060611a1682611ff4565b505f611a2c60408051602081019091525f815290565b90505f815111611a4a5760405180602001604052805f815250610fc2565b80611a5484612acd565b604051602001611a65929190613d84565b6040516020818303038152906040529392505050565b611a8482610ea5565b611a8d81611fea565b610e9f83836127c3565b5f8060015f9054906101000a90046001600160a01b03166001600160a01b031663acd08aa76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ae9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b0d9190613b22565b905060085481111561151f576008546115199082613b39565b5f5b81811015610ffc575f838383818110611b4357611b43613ac4565b905060600201803603810190611b5991906136e4565b9050611b6481610df2565b50600101611b28565b5f7f8586893ec6c8c067a87b0dc34e01d210b44bbdce9d41cb027cc2d7c0f31ead95611b9881611fea565b6001546040805163540385a360e01b815290515f926001600160a01b03169163540385a39160048083019260209291908290030181865afa158015611bdf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c039190613b22565b90505f6040518060600160405280611c1c600954612b5c565b6001600160401b03168152602001611c3387612b5c565b6001600160401b03168152602001611c4a84612b95565b6001600160601b03908116909152600a80546001810182555f9190915282517fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a88201805460208601516040870151909516600160801b026bffffffffffffffffffffffff60801b196001600160401b03968716600160401b026fffffffffffffffffffffffffffffffff199093169690941695909517179190911692909217909155600254909550909150851115611d23576002546040516326af3c0960e21b8152610997918791600401918252602082015260400190565b6009548511611d535760095460405163b6c78a0360e01b8152610997918791600401918252602082015260400190565b600954604080518781526020810192909252810183905284907fec80db79f7dde8aa35235328c05a056f900bc38a0eb09fe40868458bef7963a09060600160405180910390a250505060099190915590565b6001600160a01b039182165f9081527f80bb2b638cc20bc4d0a60d66940f3ab4a00c1d7b313497ca82fb0b4ab00793056020908152604080832093909416825291909152205460ff1690565b806001600160a01b038116611e195760405163d92e233d60e01b815260040160405180910390fd5b5f80516020613f36833981519152611e3081611fea565b6006546040516001600160a01b038086169216907fa92ff4390fe6943f0b30e8fe715dde86f85ab79b2b2c640a10fc094cc4036cc8905f90a35050600680546001600160a01b0319166001600160a01b0392909216919091179055565b600a545f90808203611eb557604051635f5010c560e11b815260048101849052602401610997565b5f80611ec2600184613b39565b90505b808211611faa575f6002611ed98385613d71565b611ee39190613b03565b90505f600a8281548110611ef957611ef9613ac4565b5f9182526020918290206040805160608101825292909101546001600160401b03808216808552600160401b830490911694840194909452600160801b90046001600160601b03169082015291508710801590611f62575080602001516001600160401b031687105b15611f71575095945050505050565b80516001600160401b0316871015611f9557611f8e600183613b39565b9250611fa3565b611fa0826001613d71565b93505b5050611ec5565b604051635f5010c560e11b815260048101869052602401610997565b5f6001600160e01b03198216637965db0b60e01b1480610894575061089482612bc8565b610e198133612bec565b5f80611fff83612c25565b90506001600160a01b03811661089457604051637e27328960e01b815260048101849052602401610997565b5f9081527f80bb2b638cc20bc4d0a60d66940f3ab4a00c1d7b313497ca82fb0b4ab007930460205260409020546001600160a01b031690565b610ffc8383836001612c5e565b612079612d71565b610add8282612dbc565b5f5f80516020613ef683398151915261209c8484611526565b61211b575f848152602082815260408083206001600160a01b03871684529091529020805460ff191660011790556120d13390565b6001600160a01b0316836001600160a01b0316857f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a46001915050610894565b5f915050610894565b5f80516020613f1683398151915280546001190161215557604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b8051602082015160408301513361217184612c25565b6001600160a01b03161415801561219c5750835133906121909061202b565b6001600160a01b031614155b156121c6578351604051636a931be560e11b81526004810191909152336024820152604401610997565b600a5482106121ea5760405162a6e6ff60e61b815260048101839052602401610997565b5f600a83815481106121fe576121fe613ac4565b5f9182526020918290206040805160608101825292909101546001600160401b03808216808552600160401b830490911694840194909452600160801b90046001600160601b0316908201529150841080612266575080602001516001600160401b03168410155b156122ac578051602082015160405163d0fca86360e01b815260048101879052602481018690526001600160401b03928316604482015291166064820152608401610997565b6040808201515f86815260036020818152848320855160c08101875281548152600182015492810192909252600281015495820195909552908401546060820152600484015460ff16151560808201526005840180546001600160601b0390941694929391929160a08401919061232290613a8c565b80601f016020809104026020016040519081016040528092919081815260200182805461234e90613a8c565b80156123995780601f1061237057610100808354040283529160200191612399565b820191905f5260205f20905b81548152906001019060200180831161237c57829003601f168201915b50505050508152505090506123b18160600151151590565b6123d157604051630169130760e01b815260048101879052602401610997565b8060800151156123f7576040516331d5519160e01b815260048101879052602401610997565b612402866009541190565b61242257604051635f5010c560e11b815260048101879052602401610997565b5f86815260036020526040808220600401805460ff19166001179055820151831161244d5782612453565b81604001515b90505f612463835f01518361165d565b90508060085f8282546124769190613b39565b90915550612485905088612dec565b5f548351604051630852cd8d60e31b81526001600160a01b03909216916342966c68916124b89160040190815260200190565b5f604051808303815f87803b1580156124cf575f80fd5b505af11580156124e1573d5f803e3d5ffd5b505050505f6124f4828560200151610fa9565b90505f60015f9054906101000a90046001600160a01b03166001600160a01b031663acd08aa76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612547573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061256b9190613b22565b9050828110156125985760405163cf47918160e01b81526004810182905260248101849052604401610997565b6001546001600160a01b031663d2edb68f896125b48587613b39565b8860a001516040518463ffffffff1660e01b81526004016125d793929190613db2565b5f604051808303815f87803b1580156125ee575f80fd5b505af1158015612600573d5f803e3d5ffd5b505050505f8211156126765760015460065460a087015160405163d2edb68f60e01b81526001600160a01b039384169363d2edb68f9361264893911691879190600401613db2565b5f604051808303815f87803b15801561265f575f80fd5b505af1158015612671573d5f803e3d5ffd5b505050505b897f043063fdf65eda59c2092782b3f6984485c435525b12b85fd117d2bd7e2d9a5c338a888d888a6040516126b096959493929190613de1565b60405180910390a25050505050505050505050565b5f806126d2858585612e24565b90506001600160a01b03811661275957612754845f80516020613ed683398151915280545f8381527f645e039705490088daad89bae25049a34f4a9072d398537b1ab2425f24cbed0360205260408120829055600182018355919091527fa42f15e5d656f8155fd7419d740a6073999f19cd6e061449ce4a257150545bf20155565b61277c565b846001600160a01b0316816001600160a01b03161461277c5761277c8185612f26565b6001600160a01b0385166127985761279384612fbd565b6127bb565b846001600160a01b0316816001600160a01b0316146127bb576127bb858561308a565b949350505050565b5f5f80516020613ef68339815191526127dc8484611526565b1561211b575f848152602082815260408083206001600160a01b0387168085529252808320805460ff1916905551339287917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a46001915050610894565b604080516001600160a01b0385811660248301528416604482015260648082018490528251808303909101815260849091019091526020810180516001600160e01b03166323b872dd60e01b179052610e9f9085906130e2565b6001600160a01b0382166128bf57604051633250574960e11b81525f6004820152602401610997565b5f6128cb83835f6126c5565b90506001600160a01b03811615610ffc576040516339e3563760e11b81525f6004820152602401610997565b5f80516020613eb68339815191526001600160a01b03831661293757604051630b61174360e31b81526001600160a01b0384166004820152602401610997565b6001600160a01b038481165f818152600584016020908152604080832094881680845294825291829020805460ff191687151590811790915591519182527f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a350505050565b6001600160a01b0383163b15610acb57604051630a85bd0160e11b81526001600160a01b0384169063150b7a02906129e8908890889087908790600401613e2a565b6020604051808303815f875af1925050508015612a22575060408051601f3d908101601f19168201909252612a1f91810190613e66565b60015b612a89573d808015612a4f576040519150601f19603f3d011682016040523d82523d5f602084013e612a54565b606091505b5080515f03612a8157604051633250574960e11b81526001600160a01b0385166004820152602401610997565b805181602001fd5b6001600160e01b03198116630a85bd0160e11b14612ac557604051633250574960e11b81526001600160a01b0385166004820152602401610997565b505050505050565b60605f612ad98361314e565b60010190505f816001600160401b03811115612af757612af761350b565b6040519080825280601f01601f191660200182016040528015612b21576020820181803683370190505b5090508181016020015b5f19016f181899199a1a9b1b9c1cb0b131b232b360811b600a86061a8153600a8504945084612b2b57509392505050565b5f6001600160401b03821115612b9157604080516306dfcc6560e41b8152600481019190915260248101839052604401610997565b5090565b5f6001600160601b03821115612b91576040516306dfcc6560e41b81526060600482015260248101839052604401610997565b5f6001600160e01b0319821663780e9d6360e01b1480610894575061089482613225565b612bf68282611526565b610add5760405163e2517d3f60e01b81526001600160a01b038216600482015260248101839052604401610997565b5f9081527f80bb2b638cc20bc4d0a60d66940f3ab4a00c1d7b313497ca82fb0b4ab007930260205260409020546001600160a01b031690565b5f80516020613eb68339815191528180612c8057506001600160a01b03831615155b15612d41575f612c8f85611ff4565b90506001600160a01b03841615801590612cbb5750836001600160a01b0316816001600160a01b031614155b8015612cce5750612ccc8185611da5565b155b15612cf75760405163a9fbf51f60e01b81526001600160a01b0385166004820152602401610997565b8215612d3f5784866001600160a01b0316826001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45b505b5f93845260040160205250506040902080546001600160a01b0319166001600160a01b0392909216919091179055565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612dba57604051631afcd79f60e31b815260040160405180910390fd5b565b612dc4612d71565b5f80516020613eb683398151915280612ddd8482613cb6565b5060018101610e9f8382613cb6565b5f612df85f835f6126c5565b90506001600160a01b038116610add57604051637e27328960e01b815260048101839052602401610997565b5f5f80516020613eb683398151915281612e3d85612c25565b90506001600160a01b03841615612e5957612e59818587613274565b6001600160a01b03811615612e9557612e745f865f80612c5e565b6001600160a01b0381165f908152600383016020526040902080545f190190555b6001600160a01b03861615612ec5576001600160a01b0386165f9081526003830160205260409020805460010190555b5f85815260028301602052604080822080546001600160a01b0319166001600160a01b038a811691821790925591518893918516917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a495945050505050565b5f80516020613e968339815191525f612f3e84611431565b5f8481526001840160209081526040808320546001600160a01b03891684529186905290912091925090818314612f96575f838152602082815260408083205485845281842081905583526001870190915290208290555b5f948552600190930160209081526040808620869055928552929092528220919091555050565b5f80516020613ed6833981519152545f80516020613e96833981519152905f90612fe990600190613b39565b5f84815260038401602052604081205460028501805493945090928490811061301457613014613ac4565b905f5260205f20015490508084600201838154811061303557613035613ac4565b5f9182526020808320909101929092558281526003860190915260408082208490558682528120556002840180548061307057613070613e81565b600190038181905f5260205f20015f905590555050505050565b5f80516020613e968339815191525f60016130a485611431565b6130ae9190613b39565b6001600160a01b039094165f9081526020838152604080832087845282528083208690559482526001909301909252502055565b5f8060205f8451602086015f885af180613101576040513d5f823e3d81fd5b50505f513d91508115613118578060011415613125565b6001600160a01b0384163b155b15610e9f57604051635274afe760e01b81526001600160a01b0385166004820152602401610997565b5f8072184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b831061318c5772184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b830492506040015b6d04ee2d6d415b85acef810000000083106131b8576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106131d657662386f26fc10000830492506010015b6305f5e10083106131ee576305f5e100830492506008015b612710831061320257612710830492506004015b60648310613214576064830492506002015b600a83106108945760010192915050565b5f6001600160e01b031982166380ac58cd60e01b148061325557506001600160e01b03198216635b5e139f60e01b145b8061089457506301ffc9a760e01b6001600160e01b0319831614610894565b61327f8383836132d8565b610ffc576001600160a01b0383166132ad57604051637e27328960e01b815260048101829052602401610997565b60405163177e802f60e01b81526001600160a01b038316600482015260248101829052604401610997565b5f6001600160a01b038316158015906127bb5750826001600160a01b0316846001600160a01b0316148061331157506133118484611da5565b806127bb5750826001600160a01b031661332a8361202b565b6001600160a01b031614949350505050565b6040518060c001604052805f81526020015f81526020015f81526020015f81526020015f15158152602001606081525090565b6001600160e01b031981168114610e19575f80fd5b5f60208284031215613394575f80fd5b8135610fc28161336f565b5f5b838110156133b95781810151838201526020016133a1565b50505f910152565b5f81518084526133d881602086016020860161339f565b601f01601f19169290920160200192915050565b602081525f610fc260208301846133c1565b5f6020828403121561340e575f80fd5b5035919050565b5f8083601f840112613425575f80fd5b5081356001600160401b0381111561343b575f80fd5b6020830191508360208260051b8501011115613455575f80fd5b9250929050565b5f805f806040858703121561346f575f80fd5b84356001600160401b0380821115613485575f80fd5b61349188838901613415565b909650945060208701359150808211156134a9575f80fd5b506134b687828801613415565b95989497509550505050565b6001600160a01b0381168114610e19575f80fd5b8035611422816134c2565b5f80604083850312156134f2575f80fd5b82356134fd816134c2565b946020939093013593505050565b634e487b7160e01b5f52604160045260245ffd5b60405161014081016001600160401b03811182821017156135425761354261350b565b60405290565b5f82601f830112613557575f80fd5b81356001600160401b03808211156135715761357161350b565b604051601f8301601f19908116603f011681019082821181831017156135995761359961350b565b816040528381528660208588010111156135b1575f80fd5b836020870160208301375f602085830101528094505050505092915050565b5f602082840312156135e0575f80fd5b81356001600160401b03808211156135f6575f80fd5b90830190610140828603121561360a575f80fd5b61361261351f565b823582811115613620575f80fd5b61362c87828601613548565b825250602083013582811115613640575f80fd5b61364c87828601613548565b60208301525061365e604084016134d6565b604082015261366f606084016134d6565b6060820152613680608084016134d6565b608082015261369160a084016134d6565b60a08201526136a260c084016134d6565b60c082015260e083013560e082015261010091506136c18284016134d6565b8282015261012091506136d58284016134d6565b91810191909152949350505050565b5f606082840312156136f4575f80fd5b604051606081018181106001600160401b03821117156137165761371661350b565b806040525082358152602083013560208201526040830135613737816134c2565b60408201529392505050565b5f805f60608486031215613755575f80fd5b8335613760816134c2565b92506020840135613770816134c2565b929592945050506040919091013590565b5f8060408385031215613792575f80fd5b8235915060208301356137a4816134c2565b809150509250929050565b5f80604083850312156137c0575f80fd5b50508035926020909101359150565b5f602082840312156137df575f80fd5b8135610fc2816134c2565b805182526020810151602083015260408101516040830152606081015160608301526080810151151560808301525f60a082015160c060a08501526127bb60c08501826133c1565b604080825283519082018190525f906020906060840190828701845b8281101561386a5781518452928401929084019060010161384e565b50505083810382850152845180825282820190600581901b830184018785015f5b838110156138b957601f198684030185526138a78383516137ea565b9487019492509086019060010161388b565b50909998505050505050505050565b602081525f610fc260208301846137ea565b868152856020820152846040820152836060820152821515608082015260c060a08201525f61390c60c08301846133c1565b98975050505050505050565b5f8060408385031215613929575f80fd5b8235915060208301356001600160401b03811115613945575f80fd5b61395185828601613548565b9150509250929050565b5f806040838503121561396c575f80fd5b8235613977816134c2565b9150602083013580151581146137a4575f80fd5b5f805f806080858703121561399e575f80fd5b84356139a9816134c2565b935060208501356139b9816134c2565b92506040850135915060608501356001600160401b038111156139da575f80fd5b6139e687828801613548565b91505092959194509250565b5f8060208385031215613a03575f80fd5b82356001600160401b0380821115613a19575f80fd5b818501915085601f830112613a2c575f80fd5b813581811115613a3a575f80fd5b866020606083028501011115613a4e575f80fd5b60209290920196919550909350505050565b5f8060408385031215613a71575f80fd5b8235613a7c816134c2565b915060208301356137a4816134c2565b600181811c90821680613aa057607f821691505b602082108103613abe57634e487b7160e01b5f52602260045260245ffd5b50919050565b634e487b7160e01b5f52603260045260245ffd5b634e487b7160e01b5f52601160045260245ffd5b808202811582820484141761089457610894613ad8565b5f82613b1d57634e487b7160e01b5f52601260045260245ffd5b500490565b5f60208284031215613b32575f80fd5b5051919050565b8181038181111561089457610894613ad8565b5f60208284031215613b5c575f80fd5b815160ff81168114610fc2575f80fd5b600181815b80851115613ba657815f1904821115613b8c57613b8c613ad8565b80851615613b9957918102915b93841c9390800290613b71565b509250929050565b5f82613bbc57506001610894565b81613bc857505f610894565b8160018114613bde5760028114613be857613c04565b6001915050610894565b60ff841115613bf957613bf9613ad8565b50506001821b610894565b5060208310610133831016604e8410600b8410161715613c27575081810a610894565b613c318383613b6c565b805f1904821115613c4457613c44613ad8565b029392505050565b5f610fc260ff841683613bae565b5f60018201613c6b57613c6b613ad8565b5060010190565b601f821115610ffc57805f5260205f20601f840160051c81016020851015613c975750805b601f840160051c820191505b81811015610acb575f8155600101613ca3565b81516001600160401b03811115613ccf57613ccf61350b565b613ce381613cdd8454613a8c565b84613c72565b602080601f831160018114613d16575f8415613cff5750858301515b5f19600386901b1c1916600185901b178555612ac5565b5f85815260208120601f198616915b82811015613d4457888601518255948401946001909101908401613d25565b5085821015613d6157878501515f19600388901b60f8161c191681555b5050505050600190811b01905550565b8082018082111561089457610894613ad8565b5f8351613d9581846020880161339f565b835190830190613da981836020880161339f565b01949350505050565b60018060a01b0384168152826020820152606060408201525f613dd860608301846133c1565b95945050505050565b6001600160a01b0387811682528616602082015260c0604082018190525f90613e0c908301876137ea565b606083019590955250608081019290925260a0909101529392505050565b6001600160a01b03858116825284166020820152604081018390526080606082018190525f90613e5c908301846133c1565b9695505050505050565b5f60208284031215613e76575f80fd5b8151610fc28161336f565b634e487b7160e01b5f52603160045260245ffdfe645e039705490088daad89bae25049a34f4a9072d398537b1ab2425f24cbed0080bb2b638cc20bc4d0a60d66940f3ab4a00c1d7b313497ca82fb0b4ab0079300645e039705490088daad89bae25049a34f4a9072d398537b1ab2425f24cbed0202dd7bc7dec4dceedda775e58dd541e08a116c6c53815c0bd028192f7b6268009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00947478cb7f25f91a774cb9fce49ddd1952e530220912f89fefb6a8e0d8f04381a2646970667358221220803bccc2326472b80afd7595678c54a6cb9a6c01fb2439887819227560704f7e64736f6c63430008180033