2024-08-07 18:58:31 +03:00
{
2025-05-30 12:30:12 +03:00
"address" : "0x7c7a749DE7156305E55775e7Ab3931abd6f7300E" ,
2024-08-07 18:58:31 +03:00
"abi" : [
{
"inputs" : [
{
"components" : [
{
"components" : [
{
"internalType" : "uint8" ,
"name" : "repairRewardPercentage" ,
"type" : "uint8"
} ,
{
"internalType" : "uint8" ,
"name" : "maxNumberOfSlashes" ,
"type" : "uint8"
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint8" ,
"name" : "slashPercentage" ,
"type" : "uint8"
2024-08-07 18:58:31 +03:00
} ,
{
"internalType" : "uint8" ,
2025-02-25 09:52:04 +02:00
"name" : "validatorRewardPercentage" ,
2024-08-07 18:58:31 +03:00
"type" : "uint8"
}
] ,
"internalType" : "struct CollateralConfig" ,
"name" : "collateral" ,
"type" : "tuple"
} ,
{
"components" : [
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-08-07 18:58:31 +03:00
"name" : "period" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-08-07 18:58:31 +03:00
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-08-07 18:58:31 +03:00
"name" : "timeout" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-08-07 18:58:31 +03:00
} ,
{
"internalType" : "uint8" ,
"name" : "downtime" ,
"type" : "uint8"
} ,
2024-09-24 13:31:07 +03:00
{
"internalType" : "uint8" ,
"name" : "downtimeProduct" ,
"type" : "uint8"
2025-02-25 09:52:04 +02:00
} ,
{
"internalType" : "string" ,
"name" : "zkeyHash" ,
"type" : "string"
2024-08-07 18:58:31 +03:00
}
] ,
"internalType" : "struct ProofConfig" ,
"name" : "proofs" ,
"type" : "tuple"
2024-10-08 15:27:06 +03:00
} ,
{
"components" : [
{
"internalType" : "uint8" ,
"name" : "maxReservations" ,
"type" : "uint8"
}
] ,
"internalType" : "struct SlotReservationsConfig" ,
"name" : "reservations" ,
"type" : "tuple"
2025-02-25 09:52:04 +02:00
} ,
{
"internalType" : "uint64" ,
"name" : "requestDurationLimit" ,
"type" : "uint64"
2024-08-07 18:58:31 +03:00
}
] ,
"internalType" : "struct MarketplaceConfig" ,
2025-02-25 09:52:04 +02:00
"name" : "config" ,
2024-08-07 18:58:31 +03:00
"type" : "tuple"
} ,
{
"internalType" : "contract IERC20" ,
"name" : "token_" ,
"type" : "address"
} ,
{
"internalType" : "contract IGroth16Verifier" ,
"name" : "verifier" ,
"type" : "address"
}
] ,
"stateMutability" : "nonpayable" ,
"type" : "constructor"
} ,
2025-02-25 09:52:04 +02:00
{
"inputs" : [ ] ,
"name" : "Marketplace_AlreadyPaid" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_DurationExceedsLimit" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_InsufficientCollateral" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_InsufficientDuration" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_InsufficientProofProbability" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_InsufficientReward" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_InsufficientSlots" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_InvalidCid" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_InvalidClientAddress" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_InvalidExpiry" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_InvalidMaxSlotLoss" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_InvalidSlot" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_InvalidSlotHost" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_InvalidState" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_MaximumSlashingTooHigh" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_NothingToWithdraw" ,
"type" : "error"
} ,
2025-05-15 07:24:53 +03:00
{
"inputs" : [ ] ,
"name" : "Marketplace_ProofNotSubmittedByHost" ,
"type" : "error"
} ,
2025-02-25 09:52:04 +02:00
{
"inputs" : [ ] ,
"name" : "Marketplace_RepairRewardPercentageTooHigh" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_RequestAlreadyExists" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_ReservationRequired" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_SlashPercentageTooHigh" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_SlotIsFree" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_SlotNotAcceptingProofs" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_SlotNotFree" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_StartNotBeforeExpiry" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_TransferFailed" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Marketplace_UnknownRequest" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Periods_InvalidSecondsPerPeriod" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Proofs_InsufficientBlockHeight" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Proofs_InvalidProof" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Proofs_PeriodNotEnded" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Proofs_ProofAlreadyMarkedMissing" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Proofs_ProofAlreadySubmitted" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Proofs_ProofNotMissing" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Proofs_ProofNotRequired" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "Proofs_ValidationTimedOut" ,
"type" : "error"
} ,
{
"inputs" : [ ] ,
"name" : "SlotReservations_ReservationNotAllowed" ,
"type" : "error"
} ,
2024-08-07 18:58:31 +03:00
{
"anonymous" : false ,
"inputs" : [
{
"indexed" : false ,
"internalType" : "SlotId" ,
"name" : "id" ,
"type" : "bytes32"
}
] ,
"name" : "ProofSubmitted" ,
"type" : "event"
} ,
{
"anonymous" : false ,
"inputs" : [
{
"indexed" : true ,
"internalType" : "RequestId" ,
"name" : "requestId" ,
"type" : "bytes32"
}
] ,
"name" : "RequestCancelled" ,
"type" : "event"
} ,
{
"anonymous" : false ,
"inputs" : [
{
"indexed" : true ,
"internalType" : "RequestId" ,
"name" : "requestId" ,
"type" : "bytes32"
}
] ,
"name" : "RequestFailed" ,
"type" : "event"
} ,
{
"anonymous" : false ,
"inputs" : [
{
"indexed" : true ,
"internalType" : "RequestId" ,
"name" : "requestId" ,
"type" : "bytes32"
}
] ,
"name" : "RequestFulfilled" ,
"type" : "event"
} ,
{
"anonymous" : false ,
"inputs" : [
{
"indexed" : true ,
"internalType" : "RequestId" ,
"name" : "requestId" ,
"type" : "bytes32"
} ,
{
"indexed" : false ,
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-08-07 18:58:31 +03:00
"name" : "slotIndex" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-08-07 18:58:31 +03:00
}
] ,
"name" : "SlotFilled" ,
"type" : "event"
} ,
{
"anonymous" : false ,
"inputs" : [
{
"indexed" : true ,
"internalType" : "RequestId" ,
"name" : "requestId" ,
"type" : "bytes32"
} ,
{
"indexed" : false ,
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-08-07 18:58:31 +03:00
"name" : "slotIndex" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-08-07 18:58:31 +03:00
}
] ,
"name" : "SlotFreed" ,
"type" : "event"
} ,
2024-10-08 15:27:06 +03:00
{
"anonymous" : false ,
"inputs" : [
{
"indexed" : true ,
"internalType" : "RequestId" ,
"name" : "requestId" ,
"type" : "bytes32"
} ,
{
"indexed" : false ,
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-10-08 15:27:06 +03:00
"name" : "slotIndex" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-10-08 15:27:06 +03:00
}
] ,
"name" : "SlotReservationsFull" ,
"type" : "event"
} ,
2024-08-07 18:58:31 +03:00
{
"anonymous" : false ,
"inputs" : [
{
"indexed" : false ,
"internalType" : "RequestId" ,
"name" : "requestId" ,
"type" : "bytes32"
} ,
{
"components" : [
{
"internalType" : "uint256" ,
2025-02-25 09:52:04 +02:00
"name" : "proofProbability" ,
2024-08-07 18:58:31 +03:00
"type" : "uint256"
} ,
{
"internalType" : "uint256" ,
2025-02-25 09:52:04 +02:00
"name" : "pricePerBytePerSecond" ,
2024-08-07 18:58:31 +03:00
"type" : "uint256"
} ,
{
"internalType" : "uint256" ,
2025-02-25 09:52:04 +02:00
"name" : "collateralPerByte" ,
2024-08-07 18:58:31 +03:00
"type" : "uint256"
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
"name" : "slots" ,
"type" : "uint64"
2024-08-07 18:58:31 +03:00
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
"name" : "slotSize" ,
"type" : "uint64"
} ,
{
"internalType" : "uint64" ,
"name" : "duration" ,
"type" : "uint64"
2024-08-07 18:58:31 +03:00
} ,
{
"internalType" : "uint64" ,
"name" : "maxSlotLoss" ,
"type" : "uint64"
}
] ,
"indexed" : false ,
"internalType" : "struct Ask" ,
"name" : "ask" ,
"type" : "tuple"
} ,
{
"indexed" : false ,
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-08-07 18:58:31 +03:00
"name" : "expiry" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-08-07 18:58:31 +03:00
}
] ,
"name" : "StorageRequested" ,
"type" : "event"
} ,
2024-10-08 15:27:06 +03:00
{
"inputs" : [
{
"internalType" : "RequestId" ,
"name" : "requestId" ,
"type" : "bytes32"
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-10-08 15:27:06 +03:00
"name" : "slotIndex" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-10-08 15:27:06 +03:00
}
] ,
"name" : "canReserveSlot" ,
"outputs" : [
{
"internalType" : "bool" ,
"name" : "" ,
"type" : "bool"
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
2024-08-07 18:58:31 +03:00
{
"inputs" : [ ] ,
2024-11-25 20:27:00 +02:00
"name" : "configuration" ,
2024-08-07 18:58:31 +03:00
"outputs" : [
{
"components" : [
{
"components" : [
{
"internalType" : "uint8" ,
"name" : "repairRewardPercentage" ,
"type" : "uint8"
} ,
{
"internalType" : "uint8" ,
"name" : "maxNumberOfSlashes" ,
"type" : "uint8"
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint8" ,
"name" : "slashPercentage" ,
"type" : "uint8"
2024-08-07 18:58:31 +03:00
} ,
{
"internalType" : "uint8" ,
2025-02-25 09:52:04 +02:00
"name" : "validatorRewardPercentage" ,
2024-08-07 18:58:31 +03:00
"type" : "uint8"
}
] ,
"internalType" : "struct CollateralConfig" ,
"name" : "collateral" ,
"type" : "tuple"
} ,
{
"components" : [
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-08-07 18:58:31 +03:00
"name" : "period" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-08-07 18:58:31 +03:00
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-08-07 18:58:31 +03:00
"name" : "timeout" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-08-07 18:58:31 +03:00
} ,
{
"internalType" : "uint8" ,
"name" : "downtime" ,
"type" : "uint8"
} ,
2024-09-24 13:31:07 +03:00
{
"internalType" : "uint8" ,
"name" : "downtimeProduct" ,
"type" : "uint8"
2025-02-25 09:52:04 +02:00
} ,
{
"internalType" : "string" ,
"name" : "zkeyHash" ,
"type" : "string"
2024-08-07 18:58:31 +03:00
}
] ,
"internalType" : "struct ProofConfig" ,
"name" : "proofs" ,
"type" : "tuple"
2024-10-08 15:27:06 +03:00
} ,
{
"components" : [
{
"internalType" : "uint8" ,
"name" : "maxReservations" ,
"type" : "uint8"
}
] ,
"internalType" : "struct SlotReservationsConfig" ,
"name" : "reservations" ,
"type" : "tuple"
2025-02-25 09:52:04 +02:00
} ,
{
"internalType" : "uint64" ,
"name" : "requestDurationLimit" ,
"type" : "uint64"
2024-08-07 18:58:31 +03:00
}
] ,
"internalType" : "struct MarketplaceConfig" ,
"name" : "" ,
"type" : "tuple"
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
2025-02-25 09:52:04 +02:00
{
"inputs" : [
{
"internalType" : "SlotId" ,
"name" : "slotId" ,
"type" : "bytes32"
}
] ,
"name" : "currentCollateral" ,
"outputs" : [
{
"internalType" : "uint256" ,
"name" : "" ,
"type" : "uint256"
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
2024-08-07 18:58:31 +03:00
{
"inputs" : [
{
"internalType" : "RequestId" ,
"name" : "requestId" ,
"type" : "bytes32"
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-08-07 18:58:31 +03:00
"name" : "slotIndex" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-08-07 18:58:31 +03:00
} ,
{
"components" : [
{
"components" : [
{
"internalType" : "uint256" ,
"name" : "x" ,
"type" : "uint256"
} ,
{
"internalType" : "uint256" ,
"name" : "y" ,
"type" : "uint256"
}
] ,
"internalType" : "struct G1Point" ,
"name" : "a" ,
"type" : "tuple"
} ,
{
"components" : [
{
"components" : [
{
"internalType" : "uint256" ,
"name" : "real" ,
"type" : "uint256"
} ,
{
"internalType" : "uint256" ,
"name" : "imag" ,
"type" : "uint256"
}
] ,
"internalType" : "struct Fp2Element" ,
"name" : "x" ,
"type" : "tuple"
} ,
{
"components" : [
{
"internalType" : "uint256" ,
"name" : "real" ,
"type" : "uint256"
} ,
{
"internalType" : "uint256" ,
"name" : "imag" ,
"type" : "uint256"
}
] ,
"internalType" : "struct Fp2Element" ,
"name" : "y" ,
"type" : "tuple"
}
] ,
"internalType" : "struct G2Point" ,
"name" : "b" ,
"type" : "tuple"
} ,
{
"components" : [
{
"internalType" : "uint256" ,
"name" : "x" ,
"type" : "uint256"
} ,
{
"internalType" : "uint256" ,
"name" : "y" ,
"type" : "uint256"
}
] ,
"internalType" : "struct G1Point" ,
"name" : "c" ,
"type" : "tuple"
}
] ,
"internalType" : "struct Groth16Proof" ,
"name" : "proof" ,
"type" : "tuple"
}
] ,
"name" : "fillSlot" ,
"outputs" : [ ] ,
"stateMutability" : "nonpayable" ,
"type" : "function"
} ,
2024-09-24 13:31:07 +03:00
{
"inputs" : [
{
"internalType" : "SlotId" ,
"name" : "slotId" ,
"type" : "bytes32"
} ,
{
"internalType" : "address" ,
"name" : "rewardRecipient" ,
"type" : "address"
} ,
{
"internalType" : "address" ,
"name" : "collateralRecipient" ,
"type" : "address"
}
] ,
"name" : "freeSlot" ,
"outputs" : [ ] ,
"stateMutability" : "nonpayable" ,
"type" : "function"
} ,
2024-08-07 18:58:31 +03:00
{
"inputs" : [
{
"internalType" : "SlotId" ,
"name" : "slotId" ,
"type" : "bytes32"
}
] ,
"name" : "freeSlot" ,
"outputs" : [ ] ,
"stateMutability" : "nonpayable" ,
"type" : "function"
} ,
{
"inputs" : [
{
"internalType" : "SlotId" ,
"name" : "slotId" ,
"type" : "bytes32"
}
] ,
"name" : "getActiveSlot" ,
"outputs" : [
{
"components" : [
{
"components" : [
{
"internalType" : "address" ,
"name" : "client" ,
"type" : "address"
} ,
{
"components" : [
{
"internalType" : "uint256" ,
2025-02-25 09:52:04 +02:00
"name" : "proofProbability" ,
2024-08-07 18:58:31 +03:00
"type" : "uint256"
} ,
{
"internalType" : "uint256" ,
2025-02-25 09:52:04 +02:00
"name" : "pricePerBytePerSecond" ,
2024-08-07 18:58:31 +03:00
"type" : "uint256"
} ,
{
"internalType" : "uint256" ,
2025-02-25 09:52:04 +02:00
"name" : "collateralPerByte" ,
2024-08-07 18:58:31 +03:00
"type" : "uint256"
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
"name" : "slots" ,
"type" : "uint64"
2024-08-07 18:58:31 +03:00
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
"name" : "slotSize" ,
"type" : "uint64"
} ,
{
"internalType" : "uint64" ,
"name" : "duration" ,
"type" : "uint64"
2024-08-07 18:58:31 +03:00
} ,
{
"internalType" : "uint64" ,
"name" : "maxSlotLoss" ,
"type" : "uint64"
}
] ,
"internalType" : "struct Ask" ,
"name" : "ask" ,
"type" : "tuple"
} ,
{
"components" : [
{
2025-02-25 09:52:04 +02:00
"internalType" : "bytes" ,
2024-08-07 18:58:31 +03:00
"name" : "cid" ,
2025-02-25 09:52:04 +02:00
"type" : "bytes"
2024-08-07 18:58:31 +03:00
} ,
{
"internalType" : "bytes32" ,
"name" : "merkleRoot" ,
"type" : "bytes32"
}
] ,
"internalType" : "struct Content" ,
"name" : "content" ,
"type" : "tuple"
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-08-07 18:58:31 +03:00
"name" : "expiry" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-08-07 18:58:31 +03:00
} ,
{
"internalType" : "bytes32" ,
"name" : "nonce" ,
"type" : "bytes32"
}
] ,
"internalType" : "struct Request" ,
"name" : "request" ,
"type" : "tuple"
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-08-07 18:58:31 +03:00
"name" : "slotIndex" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-08-07 18:58:31 +03:00
}
] ,
"internalType" : "struct Marketplace.ActiveSlot" ,
"name" : "" ,
"type" : "tuple"
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"inputs" : [
{
"internalType" : "SlotId" ,
"name" : "id" ,
"type" : "bytes32"
}
] ,
"name" : "getChallenge" ,
"outputs" : [
{
"internalType" : "bytes32" ,
"name" : "" ,
"type" : "bytes32"
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"inputs" : [
{
"internalType" : "SlotId" ,
"name" : "slotId" ,
"type" : "bytes32"
}
] ,
"name" : "getHost" ,
"outputs" : [
{
"internalType" : "address" ,
"name" : "" ,
"type" : "address"
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"inputs" : [
{
"internalType" : "SlotId" ,
"name" : "id" ,
"type" : "bytes32"
}
] ,
"name" : "getPointer" ,
"outputs" : [
{
"internalType" : "uint8" ,
"name" : "" ,
"type" : "uint8"
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"inputs" : [
{
"internalType" : "RequestId" ,
"name" : "requestId" ,
"type" : "bytes32"
}
] ,
"name" : "getRequest" ,
"outputs" : [
{
"components" : [
{
"internalType" : "address" ,
"name" : "client" ,
"type" : "address"
} ,
{
"components" : [
{
"internalType" : "uint256" ,
2025-02-25 09:52:04 +02:00
"name" : "proofProbability" ,
2024-08-07 18:58:31 +03:00
"type" : "uint256"
} ,
{
"internalType" : "uint256" ,
2025-02-25 09:52:04 +02:00
"name" : "pricePerBytePerSecond" ,
2024-08-07 18:58:31 +03:00
"type" : "uint256"
} ,
{
"internalType" : "uint256" ,
2025-02-25 09:52:04 +02:00
"name" : "collateralPerByte" ,
2024-08-07 18:58:31 +03:00
"type" : "uint256"
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
"name" : "slots" ,
"type" : "uint64"
2024-08-07 18:58:31 +03:00
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
"name" : "slotSize" ,
"type" : "uint64"
} ,
{
"internalType" : "uint64" ,
"name" : "duration" ,
"type" : "uint64"
2024-08-07 18:58:31 +03:00
} ,
{
"internalType" : "uint64" ,
"name" : "maxSlotLoss" ,
"type" : "uint64"
}
] ,
"internalType" : "struct Ask" ,
"name" : "ask" ,
"type" : "tuple"
} ,
{
"components" : [
{
2025-02-25 09:52:04 +02:00
"internalType" : "bytes" ,
2024-08-07 18:58:31 +03:00
"name" : "cid" ,
2025-02-25 09:52:04 +02:00
"type" : "bytes"
2024-08-07 18:58:31 +03:00
} ,
{
"internalType" : "bytes32" ,
"name" : "merkleRoot" ,
"type" : "bytes32"
}
] ,
"internalType" : "struct Content" ,
"name" : "content" ,
"type" : "tuple"
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-08-07 18:58:31 +03:00
"name" : "expiry" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-08-07 18:58:31 +03:00
} ,
{
"internalType" : "bytes32" ,
"name" : "nonce" ,
"type" : "bytes32"
}
] ,
"internalType" : "struct Request" ,
"name" : "" ,
"type" : "tuple"
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"inputs" : [
{
"internalType" : "SlotId" ,
"name" : "id" ,
"type" : "bytes32"
}
] ,
"name" : "isProofRequired" ,
"outputs" : [
{
"internalType" : "bool" ,
"name" : "" ,
"type" : "bool"
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"inputs" : [
{
"internalType" : "SlotId" ,
"name" : "slotId" ,
"type" : "bytes32"
} ,
{
"internalType" : "Periods.Period" ,
"name" : "period" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-08-07 18:58:31 +03:00
}
] ,
"name" : "markProofAsMissing" ,
"outputs" : [ ] ,
"stateMutability" : "nonpayable" ,
"type" : "function"
} ,
{
"inputs" : [
{
"internalType" : "SlotId" ,
"name" : "slotId" ,
"type" : "bytes32"
}
] ,
"name" : "missingProofs" ,
"outputs" : [
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-08-07 18:58:31 +03:00
"name" : "" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-08-07 18:58:31 +03:00
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"inputs" : [ ] ,
"name" : "myRequests" ,
"outputs" : [
{
"internalType" : "RequestId[]" ,
"name" : "" ,
"type" : "bytes32[]"
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"inputs" : [ ] ,
"name" : "mySlots" ,
"outputs" : [
{
"internalType" : "SlotId[]" ,
"name" : "" ,
"type" : "bytes32[]"
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"inputs" : [
{
"internalType" : "RequestId" ,
"name" : "requestId" ,
"type" : "bytes32"
}
] ,
"name" : "requestEnd" ,
"outputs" : [
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-08-07 18:58:31 +03:00
"name" : "" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-08-07 18:58:31 +03:00
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"inputs" : [
{
"internalType" : "RequestId" ,
"name" : "requestId" ,
"type" : "bytes32"
}
] ,
"name" : "requestExpiry" ,
"outputs" : [
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-08-07 18:58:31 +03:00
"name" : "" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-08-07 18:58:31 +03:00
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"inputs" : [
{
"internalType" : "RequestId" ,
"name" : "requestId" ,
"type" : "bytes32"
}
] ,
"name" : "requestState" ,
"outputs" : [
{
"internalType" : "enum RequestState" ,
"name" : "" ,
"type" : "uint8"
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"inputs" : [
{
"components" : [
{
"internalType" : "address" ,
"name" : "client" ,
"type" : "address"
} ,
{
"components" : [
{
"internalType" : "uint256" ,
2025-02-25 09:52:04 +02:00
"name" : "proofProbability" ,
2024-08-07 18:58:31 +03:00
"type" : "uint256"
} ,
{
"internalType" : "uint256" ,
2025-02-25 09:52:04 +02:00
"name" : "pricePerBytePerSecond" ,
2024-08-07 18:58:31 +03:00
"type" : "uint256"
} ,
{
"internalType" : "uint256" ,
2025-02-25 09:52:04 +02:00
"name" : "collateralPerByte" ,
2024-08-07 18:58:31 +03:00
"type" : "uint256"
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
"name" : "slots" ,
"type" : "uint64"
2024-08-07 18:58:31 +03:00
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
"name" : "slotSize" ,
"type" : "uint64"
} ,
{
"internalType" : "uint64" ,
"name" : "duration" ,
"type" : "uint64"
2024-08-07 18:58:31 +03:00
} ,
{
"internalType" : "uint64" ,
"name" : "maxSlotLoss" ,
"type" : "uint64"
}
] ,
"internalType" : "struct Ask" ,
"name" : "ask" ,
"type" : "tuple"
} ,
{
"components" : [
{
2025-02-25 09:52:04 +02:00
"internalType" : "bytes" ,
2024-08-07 18:58:31 +03:00
"name" : "cid" ,
2025-02-25 09:52:04 +02:00
"type" : "bytes"
2024-08-07 18:58:31 +03:00
} ,
{
"internalType" : "bytes32" ,
"name" : "merkleRoot" ,
"type" : "bytes32"
}
] ,
"internalType" : "struct Content" ,
"name" : "content" ,
"type" : "tuple"
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-08-07 18:58:31 +03:00
"name" : "expiry" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-08-07 18:58:31 +03:00
} ,
{
"internalType" : "bytes32" ,
"name" : "nonce" ,
"type" : "bytes32"
}
] ,
"internalType" : "struct Request" ,
"name" : "request" ,
"type" : "tuple"
}
] ,
"name" : "requestStorage" ,
"outputs" : [ ] ,
"stateMutability" : "nonpayable" ,
"type" : "function"
} ,
2024-10-08 15:27:06 +03:00
{
"inputs" : [
{
"internalType" : "RequestId" ,
"name" : "requestId" ,
"type" : "bytes32"
} ,
{
2025-02-25 09:52:04 +02:00
"internalType" : "uint64" ,
2024-10-08 15:27:06 +03:00
"name" : "slotIndex" ,
2025-02-25 09:52:04 +02:00
"type" : "uint64"
2024-10-08 15:27:06 +03:00
}
] ,
"name" : "reserveSlot" ,
"outputs" : [ ] ,
"stateMutability" : "nonpayable" ,
"type" : "function"
} ,
2025-02-25 09:52:04 +02:00
{
"inputs" : [
{
"internalType" : "SlotId" ,
"name" : "slotId" ,
"type" : "bytes32"
}
] ,
"name" : "slotProbability" ,
"outputs" : [
{
"internalType" : "uint256" ,
"name" : "" ,
"type" : "uint256"
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
2024-08-07 18:58:31 +03:00
{
"inputs" : [
{
"internalType" : "SlotId" ,
"name" : "slotId" ,
"type" : "bytes32"
}
] ,
"name" : "slotState" ,
"outputs" : [
{
"internalType" : "enum SlotState" ,
"name" : "" ,
"type" : "uint8"
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"inputs" : [
{
"internalType" : "SlotId" ,
"name" : "id" ,
"type" : "bytes32"
} ,
{
"components" : [
{
"components" : [
{
"internalType" : "uint256" ,
"name" : "x" ,
"type" : "uint256"
} ,
{
"internalType" : "uint256" ,
"name" : "y" ,
"type" : "uint256"
}
] ,
"internalType" : "struct G1Point" ,
"name" : "a" ,
"type" : "tuple"
} ,
{
"components" : [
{
"components" : [
{
"internalType" : "uint256" ,
"name" : "real" ,
"type" : "uint256"
} ,
{
"internalType" : "uint256" ,
"name" : "imag" ,
"type" : "uint256"
}
] ,
"internalType" : "struct Fp2Element" ,
"name" : "x" ,
"type" : "tuple"
} ,
{
"components" : [
{
"internalType" : "uint256" ,
"name" : "real" ,
"type" : "uint256"
} ,
{
"internalType" : "uint256" ,
"name" : "imag" ,
"type" : "uint256"
}
] ,
"internalType" : "struct Fp2Element" ,
"name" : "y" ,
"type" : "tuple"
}
] ,
"internalType" : "struct G2Point" ,
"name" : "b" ,
"type" : "tuple"
} ,
{
"components" : [
{
"internalType" : "uint256" ,
"name" : "x" ,
"type" : "uint256"
} ,
{
"internalType" : "uint256" ,
"name" : "y" ,
"type" : "uint256"
}
] ,
"internalType" : "struct G1Point" ,
"name" : "c" ,
"type" : "tuple"
}
] ,
"internalType" : "struct Groth16Proof" ,
"name" : "proof" ,
"type" : "tuple"
}
] ,
"name" : "submitProof" ,
"outputs" : [ ] ,
"stateMutability" : "nonpayable" ,
"type" : "function"
} ,
{
"inputs" : [ ] ,
"name" : "token" ,
"outputs" : [
{
"internalType" : "contract IERC20" ,
"name" : "" ,
"type" : "address"
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"inputs" : [
{
"internalType" : "SlotId" ,
"name" : "id" ,
"type" : "bytes32"
}
] ,
"name" : "willProofBeRequired" ,
"outputs" : [
{
"internalType" : "bool" ,
"name" : "" ,
"type" : "bool"
}
] ,
"stateMutability" : "view" ,
"type" : "function"
} ,
{
"inputs" : [
{
"internalType" : "RequestId" ,
"name" : "requestId" ,
"type" : "bytes32"
}
] ,
"name" : "withdrawFunds" ,
"outputs" : [ ] ,
"stateMutability" : "nonpayable" ,
"type" : "function"
2024-09-24 13:31:07 +03:00
} ,
{
"inputs" : [
{
"internalType" : "RequestId" ,
"name" : "requestId" ,
"type" : "bytes32"
} ,
{
"internalType" : "address" ,
"name" : "withdrawRecipient" ,
"type" : "address"
}
] ,
"name" : "withdrawFunds" ,
"outputs" : [ ] ,
"stateMutability" : "nonpayable" ,
"type" : "function"
2024-08-07 18:58:31 +03:00
}
] ,
2025-05-30 12:30:12 +03:00
"transactionHash" : "0x57d3c1a6d5e61801b7942f148188de6170dc2e2f7aec3dc480b195d46f394540" ,
2024-08-07 18:58:31 +03:00
"receipt" : {
"to" : null ,
"from" : "0x3A39904B71595608524274BFD8c20FCfd9e77236" ,
2025-05-30 12:30:12 +03:00
"contractAddress" : "0x7c7a749DE7156305E55775e7Ab3931abd6f7300E" ,
2024-08-07 18:58:31 +03:00
"transactionIndex" : 0 ,
2025-05-30 12:30:12 +03:00
"gasUsed" : "4297737" ,
2024-08-07 18:58:31 +03:00
"logsBloom" : "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" ,
2025-05-30 12:30:12 +03:00
"blockHash" : "0x75f4aeb01fdc63982d2958715ca366d12f703c215d0897f63be691d1a60cfdb2" ,
"transactionHash" : "0x57d3c1a6d5e61801b7942f148188de6170dc2e2f7aec3dc480b195d46f394540" ,
2024-08-07 18:58:31 +03:00
"logs" : [ ] ,
2025-05-30 12:30:12 +03:00
"blockNumber" : 3825708 ,
"cumulativeGasUsed" : "4297737" ,
2024-08-07 18:58:31 +03:00
"status" : 1 ,
"byzantium" : true
} ,
"args" : [
{
"collateral" : {
"repairRewardPercentage" : 10 ,
"maxNumberOfSlashes" : 2 ,
2025-02-25 09:52:04 +02:00
"slashPercentage" : 20 ,
"validatorRewardPercentage" : 20
2024-08-07 18:58:31 +03:00
} ,
"proofs" : {
2024-11-26 11:43:22 +02:00
"period" : 120 ,
2024-08-07 18:58:31 +03:00
"timeout" : 30 ,
"downtime" : 64 ,
2024-09-24 13:31:07 +03:00
"downtimeProduct" : 67 ,
"zkeyHash" : "afc470031923f60982f36932686665a55b88c4ef4ee4b7ae21e6dc6685cfae4b"
2024-10-08 15:27:06 +03:00
} ,
"reservations" : {
"maxReservations" : 3
2025-02-25 09:52:04 +02:00
} ,
"requestDurationLimit" : 2592000
2024-08-07 18:58:31 +03:00
} ,
"0x34a22f3911De437307c6f4485931779670f78764" ,
2025-05-15 07:24:53 +03:00
"0x1f60B2329775545AaeF743dbC3571e699405263e"
2024-08-07 18:58:31 +03:00
] ,
2025-05-30 12:30:12 +03:00
"numDeployments" : 9 ,
"solcInputHash" : "063703ecb615b883c30155e6265b09d5" ,
"metadata" : "{\"compiler\":{\"version\":\"0.8.28+commit.7893614a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"components\":[{\"components\":[{\"internalType\":\"uint8\",\"name\":\"repairRewardPercentage\",\"type\":\"uint8\"},{\"internalType\":\"uint8\",\"name\":\"maxNumberOfSlashes\",\"type\":\"uint8\"},{\"internalType\":\"uint8\",\"name\":\"slashPercentage\",\"type\":\"uint8\"},{\"internalType\":\"uint8\",\"name\":\"validatorRewardPercentage\",\"type\":\"uint8\"}],\"internalType\":\"struct CollateralConfig\",\"name\":\"collateral\",\"type\":\"tuple\"},{\"components\":[{\"internalType\":\"uint64\",\"name\":\"period\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"timeout\",\"type\":\"uint64\"},{\"internalType\":\"uint8\",\"name\":\"downtime\",\"type\":\"uint8\"},{\"internalType\":\"uint8\",\"name\":\"downtimeProduct\",\"type\":\"uint8\"},{\"internalType\":\"string\",\"name\":\"zkeyHash\",\"type\":\"string\"}],\"internalType\":\"struct ProofConfig\",\"name\":\"proofs\",\"type\":\"tuple\"},{\"components\":[{\"internalType\":\"uint8\",\"name\":\"maxReservations\",\"type\":\"uint8\"}],\"internalType\":\"struct SlotReservationsConfig\",\"name\":\"reservations\",\"type\":\"tuple\"},{\"internalType\":\"uint64\",\"name\":\"requestDurationLimit\",\"type\":\"uint64\"}],\"internalType\":\"struct MarketplaceConfig\",\"name\":\"config\",\"type\":\"tuple\"},{\"internalType\":\"contract IERC20\",\"name\":\"token_\",\"type\":\"address\"},{\"internalType\":\"contract IGroth16Verifier\",\"name\":\"verifier\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"Marketplace_AlreadyPaid\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_DurationExceedsLimit\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_InsufficientCollateral\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_InsufficientDuration\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_InsufficientProofProbability\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_InsufficientReward\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_InsufficientSlots\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_InvalidCid\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_InvalidClientAddress\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_InvalidExpiry\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_InvalidMaxSlotLoss\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_InvalidSlot\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_InvalidSlotHost\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_InvalidState\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_MaximumSlashingTooHigh\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_NothingToWithdraw\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_ProofNotSubmittedByHost\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_RepairRewardPercentageTooHigh\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_RequestAlreadyExists\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_ReservationRequired\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_SlashPercentageTooHigh\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_SlotIsFree\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_SlotNotAcceptingProofs\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_SlotNotFree\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_StartNotBeforeExpiry\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_TransferFailed\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Marketplace_UnknownRequest\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Periods_InvalidSecondsPerPeriod\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Proofs_InsufficientBlockHeight\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Proofs_InvalidProof\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Proofs_PeriodNotEnded\",\"type\":\"error\"},{\"inputs\":[],\"name\":\" P r o o f s _ P r o
"bytecode" : " 0 x 60 c 0 60405234801561001057600080 f d 5 b 50604051614 f 41380380614 f 4183398101604081905261002 f 9161053 b 565 b 602083015180516040850151516001805460 f f 191660 f f 90921691909117905582906001600160401 b 0 3811660000361007 b 5760405163015536 c 760e51 b 815260040160405180910390 f d 5 b 6001600160401 b 0 31660805261010043116100 a 9576040516338 f 5 f 66160e11 b 815260040160405180910390 f d 5 b 8151600280546020850151604086015160608701516001600160401 b 0 39586166001600160801 b 0 319909416939093176801000000000000000095909216949094021761 f f f f 60801 b 1916600160801 b 60 f f 9485160260 f f 60881 b 191617600160881 b 9390911692909202919091178155608083015183919060039061012 f 90826106 d 9565 b 5050600480546001600160 a 0 1 b 0 319166001600160 a 0 1 b 0 393841617905550831660 a 0 5250825151606460 f f 909116111561017 d 576040516302 b d 816360e41 b 815260040160405180910390 f d 5 b 606483600001516040015160 f f 1611156101 a a 576040516354e5 e 0 a b 60e11 b 815260040160405180910390 f d 5 b 825160408101516020909101516064916101 c 391610797565 b 60 f f 1611156101e5576040516317 f f 9 d 0 f 60e21 b 815260040160405180910390 f d 5 b 82518051600 b 805460208085015160408087015160609788015160 f f 90811663010000000263 f f 0 0 0 0 0 0 1992821662010000029290921663 f f f f 0 0 0 0 199482166101000261 f f f f 1990971698821698909817959095179290921695909517178355808801518051600 c 80549383015196830151978301518516600160881 b 0 260 f f 60881 b 1998909516600160801 b 0 29790971661 f f f f 60801 b 196001600160401 b 0 397881668010000000000000000026001600160801 b 0 31990951697909216969096179290921791909116939093171783556080820151869391929190600 d 906102 d 0 90826106 d 9565 b 50505060408201515160038201805460 f f 191660 f f 909216919091179055606090910151600490910180546001600160401 b 0 319166001600160401 b 0 3909216919091179055506107 c 8915050565 b 634e487 b 7160e01 b 600052604160045260246000 f d 5 b 60405160 a 0 81016001600160401 b 0 3811182821017156103575761035761031 f 565 b 60405290565 b 604051608081016001600160401 b 0 3811182821017156103575761035761031 f 565 b 604051601 f 8201601 f 191681016001600160401 b 0 3811182821017156103 a 7576103 a 761031 f 565 b 604052919050565 b 805160 f f 811681146103 c 0 57600080 f d 5 b 919050565 b 80516001600160401 b 0 3811681146103 c 0 57600080 f d 5 b 600060 a 0 82840312156103 e e 57600080 f d 5 b 6103 f 6610335565 b 9050610401826103 c 5565 b 815261040 f 602083016103 c 5565 b 6020820152610420604083016103 a f 565 b 6040820152610431606083016103 a f 565 b 606082015260808201516001600160401 b 0 381111561044 f 57600080 f d 5 b 8201601 f 8101841361046057600080 f d 5 b 80516001600160401 b 0 38111156104795761047961031 f 565 b 61048 c 601 f 8201601 f 191660200161037 f 565 b 8181528560208385010111156104 a 157600080 f d 5 b 60005 b 828110156104 c 0 576020818501810151838301820152016104 a 4565 b 5060006020838301015280608085015250505092915050565 b 6000602082840312156104 e b 57600080 f d 5 b 604051602081016001600160401 b 0 38111828210171561050 d 5761050 d 61031 f 565 b 60405290508061051 c 836103 a f 565 b 905292915050565 b 80516001600160 a 0 1 b 0 3811681146103 c 0 57600080 f d 5 b 60008060006060848603121561055057600080 f d 5 b 83516001600160401 b 0 381111561056657600080 f d 5 b 840180860360e081121561057957600080 f d 5 b 61058161035 d 565 b 608082121561058 f 57600080 f d 5 b 61059761035 d 565 b 91506105 a 2836103 a f 565 b 82526105 b 0 602084016103 a f 565 b 60208301526105 c 1604084016103 a f 565 b 60408301526105 d 2606084016103 a f 565 b 60608301529081526080820151906001600160401 b 0 38211156105 f 457600080 f d 5 b 610600888385016103 d c 565 b 60208201526106128860 a 0 85016104 d 9565 b 604082015261062360 c 0 84016103 c 5565 b 6060820152945061063991505060208501610524565 b 915061064760408501610524565 b 90509250925092565 b 600181811 c 9082168061066457607 f 821691505 b 60208210810361068457634e487 b 7160e01 b 600052602260045260246000 f d 5 b 50919050565 b 601 f 8211156106 d 457806000526020600020601 f 840160051 c 810160208510156106 b 15750805 b 601 f 840160051 c 820191505 b 818110156106 d 157600081556001016106 b d 565 b 50505 b 505050565 b 81516001600160401 b 0 38111156106 f 2576106 f 261031 f 565 b 610706816107008454610650565 b 8461068 a 565 b 6020601 f 82116001811461073 a 57600083156107225750848201515 b 600019600385901 b 1 c 1916600184901 b 1784556106 d 1565 b 600084815260208120601 f 198516915 b 8281101561076 a 578785015182556020948501946001909201910161074 a 565 b 50848210156107885786840151600019600387901 b 60 f 8161 c 191681555 b 50505050600190811 b 0 1905550565 b 60 f f 81811683821602908116908181146107 c 157634e487 b 7160e01 b 600052601160045260246000 f d 5 b 5092915050565 b 60805160 a 0 5161471 c 610825600039600081816104 b f 0 1528181610 f 700152818161201901528181612603015281
"deployedBytecode" : " 0 x 608060405234801561001057600080 f d 5 b 50600436106101 c 45760003560e01 c 80636e2 b 54 e e 116100 f 9578063 c 0 c c 4 a d d 11610097578063e8 a a 0 a 0 711610071578063e8 a a 0 a 0 714610461578063 f 752196 b 14610474578063 f b 1e61 c a 1461049 d 578063 f c 0 c 546 a 146104 b d 57600080 f d 5 b 8063 c 0 c c 4 a d d 14610428578063 c 5 d 433511461043 b 578063 d 0 2 b b e 331461044e57600080 f d 5 b 8063 a 29 c 29 a 4116100 d 3578063 a 29 c 29 a 4146103 b 2578063 a 3 a 0 807e146103 c 5578063 b 396 d c 79146103e8578063 b e 5 c d c 481461040857600080 f d 5 b 80636e2 b 54 e e 146103845780639777 b 72 c 1461039757806399 b 6 d a 0 c 1461039 f 57600080 f d 5 b 8063329 b 5 a 0 b 1161016657806351 a 766421161014057806351 a 76642146103035780635 d a 73835146103165780636 b 0 0 c 8 c f 1461032 b 5780636 c 70 b e e 91461036 f 57600080 f d 5 b 8063329 b 5 a 0 b 14610298578063458 d 2 b f 1146102 c b 5780634641 d c e 6146102 d e 57600080 f d 5 b 806312827602116101 a 2578063128276021461022e5780631 d 873 c 1 b 14610241578063237 d 84821461025457806326 d 6 f 8341461026757600080 f d 5 b 806302 f a 8e65146101 c 957806305 b 90773146101 f 95780630 a e f a a b e 14610219575 b 600080 f d 5 b 6101 d c 6101 d 73660046138 e a 565 b 6104e3565 b 6040516001600160401 b 0 390911681526020015 b 60405180910390 f 35 b 61020 c 6102073660046138 e a 565 b 6105 c 1565 b 6040516101 f 0 9190613919565 b 61022 c 610227366004613948565 b 6106e4565 b 0 0 5 b 61022 c 61023 c 3660046139 a f 565 b 610877565 b 61022 c 61024 f 3660046139 f 2565 b 610948565 b 61022 c 6102623660046139 a f 565 b 610 d f a 565 b 61028 a 6102753660046138 e a 565 b 60009081526012602052604090206003015490565 b 6040519081526020016101 f 0 565 b 6101 d c 6102 a 63660046138 e a 565 b 600090815260116020526040902060020154600160 c 0 1 b 90046001600160401 b 0 31690565 b 61028 a 6102 d 93660046138 e a 565 b 611046565 b 6102 f 16102 e c 3660046138 e a 565 b 61105 f 565 b 60405160 f f 90911681526020016101 f 0 565 b 61028 a 6103113660046138 e a 565 b 611072565 b 61031e6110 d 1565 b 6040516101 f 0 9190613 a 32565 b 6103576103393660046138 e a 565 b 6000908152601260205260409020600401546001600160 a 0 1 b 0 31690565 b 6040516001600160 a 0 1 b 0 390911681526020016101 f 0 565 b 6103776110 f 8565 b 6040516101 f 0 9190613 b 10565 b 61022 c 6103923660046138 e a 565 b 61126 f 565 b 61031e61127 c 565 b 61022 c 6103 a d 366004613 b 98565 b 61129 b 565 b 61022 c 6103 c 0 3660046138 e a 565 b 6117e1565 b 6103 d 86103 d 33660046138 e a 565 b 611833565 b 60405190151581526020016101 f 0 565 b 6103 f b 6103 f 63660046138 e a 565 b 61186 f 565 b 6040516101 f 0 9190613 c c 7565 b 61041 b 6104163660046138 e a 565 b 611 b 51565 b 6040516101 f 0 9190613 d 0 2565 b 6103 d 86104363660046138 e a 565 b 611 c 1 f 565 b 61022 c 610449366004613 d 16565 b 611 c 32565 b 6103 d 861045 c 3660046139 a f 565 b 6120 b 3565 b 61022 c 61046 f 366004613 d 3 b 565 b 612155565 b 6101 d c 6104823660046138 e a 565 b 6000908152600660205260409020546001600160401 b 0 31690565 b 6104 b 0 6104 a b 3660046138 e a 565 b 6122 c e 565 b 6040516101 f 0 9190613 d 69565 b 7 f 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 610357565 b 6000806104 e f 836105 c 1565 b 9050600081600481111561050557610505613903565 b 14806105225750600181600481111561052057610520613903565 b 145 b 1561054e575050600090815260116020526040902060020154600160801 b 90046001600160401 b 0 31690565 b 600281600481111561056257610562613903565 b 0 361058e575050600090815260116020526040902060020154600160 c 0 1 b 90046001600160401 b 0 31690565 b 6000838152601160205260409020600201546105 b a 90600160801 b 90046001600160401 b 0 316426124e4565 b 9392505050565 b 60008181526010602052604081205482906001600160 a 0 1 b 0 3166105 f 857604051635 e e b 253 d 60e11 b 815260040160405180910390 f d 5 b 600083815260116020526040812090815460 f f 16600481111561061 d 5761061 d 613903565 b 14801561065 c 5750600084815260116020526040902060020154600160 c 0 1 b 90046001600160401 b 0 3166001600160401 b 0 316426001600160401 b 0 316115 b 1561066 b 5760029250506106 d e 565 b 6001815460 f f 16600481111561068357610683613903565 b 14806106 a 457506000815460 f f 1660048111156106 a 2576106 a 2613903565 b 145 b 80156106 c 8575060028101546001600160401 b 0 3600160801 b 909104811642909116115 b 156106 d 75760039250506106 d e 565 b 5460 f f 1691505 b 50919050565 b 826000808281526012602052604090205460 f f 16600681111561070957610709613903565 b 0 361072757604051638 b 41 e c 7 f 60e01 b 815260040160405180910390 f d 5 b 600084815260126020526040902060048101546001600160 a 0 1 b 0 316331461077 b 576040517 f 57 a 6 f 4e900000000000000000000000000000000000000000000000000000000815260040160405180910390 f d 5 b 600061078686611 b 51565 b 9050600481600681111561079 c 5761079 c 613903565 b 0 36107 d 3576040517 f c 2 c b f 77700000000000000000000000000000000000000000000000000000000815260040160405180910390 f d 5 b 60028160068111156107e7576107 e 7613903565 b 0 3610801576107 f c 826001
2024-08-07 18:58:31 +03:00
"devdoc" : {
"kind" : "dev" ,
"methods" : {
2025-02-25 09:52:04 +02:00
"fillSlot(bytes32,uint64,((uint256,uint256),((uint256,uint256),(uint256,uint256)),(uint256,uint256)))" : {
2024-09-24 13:31:07 +03:00
"params" : {
"proof" : "Groth16 proof procing possession of the slot data." ,
"requestId" : "RequestId identifying the request containing the slot to fill." ,
"slotIndex" : "Index of the slot in the request."
}
} ,
"freeSlot(bytes32)" : {
"details" : "The host that filled the slot must have initiated the transaction (msg.sender). This overload allows `rewardRecipient` and `collateralRecipient` to be optional." ,
"params" : {
"slotId" : "id of the slot to free"
}
} ,
"freeSlot(bytes32,address,address)" : {
"params" : {
"collateralRecipient" : "address to refund collateral to" ,
"rewardRecipient" : "address to send rewards to" ,
"slotId" : "id of the slot to free"
}
} ,
"getChallenge(bytes32)" : {
"params" : {
"id" : "Slot's ID for which the challenge should be calculated"
} ,
"returns" : {
"_0" : "Challenge for current Period that should be used for generation of proofs"
}
} ,
"getPointer(bytes32)" : {
"details" : "For more information see [timing of storage proofs](https://github.com/codex-storage/codex-research/blob/41c4b4409d2092d0a5475aca0f28995034e58d14/design/storage-proof-timing.md)" ,
"params" : {
"id" : "Slot's ID for which the pointer should be calculated"
} ,
"returns" : {
"_0" : "Uint8 pointer that is stable over current Period, ie an integer offset [0-255] of the last 256 blocks, pointing to a block that remains constant for the entire Period's duration."
}
} ,
"isProofRequired(bytes32)" : {
"params" : {
"id" : "Slot's ID for which the proof requirements should be checked. If the Slot's state is other than Filled, `false` is always returned."
} ,
"returns" : {
"_0" : "bool indicating if proof is required for current period"
}
} ,
"missingProofs(bytes32)" : {
"returns" : {
"_0" : "Number of missed proofs since Slot was Filled"
}
} ,
"willProofBeRequired(bytes32)" : {
"details" : "for more info about downtime see [timing of storage proofs](https://github.com/codex-storage/codex-research/blob/41c4b4409d2092d0a5475aca0f28995034e58d14/design/storage-proof-timing.md#pointer-downtime)" ,
"params" : {
"id" : "SlotId for which the proof requirements should be checked. If the Slot's state is other than Filled, `false` is always returned."
} ,
"returns" : {
"_0" : "bool"
}
} ,
2024-08-07 18:58:31 +03:00
"withdrawFunds(bytes32)" : {
2024-10-21 11:00:46 +03:00
"details" : "Request must be cancelled, failed or finished, and the transaction must originate from the depositor address." ,
2024-08-07 18:58:31 +03:00
"params" : {
"requestId" : "the id of the request"
}
2024-09-24 13:31:07 +03:00
} ,
"withdrawFunds(bytes32,address)" : {
"details" : "Request must be expired, must be in RequestState.New, and the transaction must originate from the depositer address." ,
"params" : {
"requestId" : "the id of the request" ,
"withdrawRecipient" : "address to return the remaining funds to"
}
2024-08-07 18:58:31 +03:00
}
} ,
"version" : 1
} ,
"userdoc" : {
"kind" : "user" ,
"methods" : {
2025-02-25 09:52:04 +02:00
"fillSlot(bytes32,uint64,((uint256,uint256),((uint256,uint256),(uint256,uint256)),(uint256,uint256)))" : {
2024-09-24 13:31:07 +03:00
"notice" : "Fills a slot. Reverts if an invalid proof of the slot data is provided."
} ,
"freeSlot(bytes32)" : {
"notice" : "Frees a slot, paying out rewards and returning collateral for finished or cancelled requests to the host that has filled the slot."
} ,
"freeSlot(bytes32,address,address)" : {
"notice" : "Frees a slot, paying out rewards and returning collateral for finished or cancelled requests."
} ,
"willProofBeRequired(bytes32)" : {
"notice" : "Proof Downtime specifies part of the Period when the proof is not required even if the proof should be required. This function returns true if the pointer is in downtime (hence no proof required now) and at the same time the proof will be required later on in the Period."
} ,
2024-08-07 18:58:31 +03:00
"withdrawFunds(bytes32)" : {
2024-09-24 13:31:07 +03:00
"notice" : "Withdraws remaining storage request funds back to the client that deposited them."
} ,
"withdrawFunds(bytes32,address)" : {
"notice" : "Withdraws storage request funds to the provided address."
2024-08-07 18:58:31 +03:00
}
} ,
"version" : 1
} ,
"storageLayout" : {
"storage" : [
{
2025-05-30 12:30:12 +03:00
"astId" : 10735 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
2024-10-08 15:27:06 +03:00
"label" : "_reservations" ,
2024-08-07 18:58:31 +03:00
"offset" : 0 ,
"slot" : "0" ,
2025-05-30 12:30:12 +03:00
"type" : "t_mapping(t_userDefinedValueType(SlotId)10546,t_struct(AddressSet)6593_storage)"
2024-10-08 15:27:06 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10738 ,
2024-10-08 15:27:06 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "_config" ,
"offset" : 0 ,
"slot" : "1" ,
2025-05-30 12:30:12 +03:00
"type" : "t_struct(SlotReservationsConfig)6945_storage"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 9970 ,
2024-10-08 15:27:06 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "_config" ,
"offset" : 0 ,
"slot" : "2" ,
2025-05-30 12:30:12 +03:00
"type" : "t_struct(ProofConfig)6942_storage"
2024-10-08 15:27:06 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 9973 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "_verifier" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "4" ,
2025-05-30 12:30:12 +03:00
"type" : "t_contract(IGroth16Verifier)7138"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10010 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "_slotStarts" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "5" ,
2025-05-30 12:30:12 +03:00
"type" : "t_mapping(t_userDefinedValueType(SlotId)10546,t_uint64)"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10015 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "_missed" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "6" ,
2025-05-30 12:30:12 +03:00
"type" : "t_mapping(t_userDefinedValueType(SlotId)10546,t_uint64)"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10023 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "_received" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "7" ,
2025-05-30 12:30:12 +03:00
"type" : "t_mapping(t_userDefinedValueType(SlotId)10546,t_mapping(t_userDefinedValueType(Period)9800,t_bool))"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10031 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "_missing" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "8" ,
2025-05-30 12:30:12 +03:00
"type" : "t_mapping(t_userDefinedValueType(SlotId)10546,t_mapping(t_userDefinedValueType(Period)9800,t_bool))"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10895 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "_requestsPerClient" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "9" ,
2025-05-30 12:30:12 +03:00
"type" : "t_mapping(t_address,t_struct(Bytes32Set)6459_storage)"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10900 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "_slotsPerHost" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "10" ,
2025-05-30 12:30:12 +03:00
"type" : "t_mapping(t_address,t_struct(Bytes32Set)6459_storage)"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 7823 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "_config" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "11" ,
2025-05-30 12:30:12 +03:00
"type" : "t_struct(MarketplaceConfig)6921_storage"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 7829 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "_requests" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "16" ,
2025-05-30 12:30:12 +03:00
"type" : "t_mapping(t_userDefinedValueType(RequestId)10544,t_struct(Request)10559_storage)"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 7835 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "_requestContexts" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "17" ,
2025-05-30 12:30:12 +03:00
"type" : "t_mapping(t_userDefinedValueType(RequestId)10544,t_struct(RequestContext)7859_storage)"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 7841 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "_slots" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "18" ,
2025-05-30 12:30:12 +03:00
"type" : "t_mapping(t_userDefinedValueType(SlotId)10546,t_struct(Slot)7877_storage)"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 7844 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "_marketplaceTotals" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "19" ,
2025-05-30 12:30:12 +03:00
"type" : "t_struct(MarketplaceTotals)9793_storage"
2024-08-07 18:58:31 +03:00
}
] ,
"types" : {
"t_address" : {
"encoding" : "inplace" ,
"label" : "address" ,
"numberOfBytes" : "20"
} ,
"t_array(t_bytes32)dyn_storage" : {
"base" : "t_bytes32" ,
"encoding" : "dynamic_array" ,
"label" : "bytes32[]" ,
"numberOfBytes" : "32"
} ,
"t_bool" : {
"encoding" : "inplace" ,
"label" : "bool" ,
"numberOfBytes" : "1"
} ,
"t_bytes32" : {
"encoding" : "inplace" ,
"label" : "bytes32" ,
"numberOfBytes" : "32"
} ,
2025-02-25 09:52:04 +02:00
"t_bytes_storage" : {
"encoding" : "bytes" ,
"label" : "bytes" ,
"numberOfBytes" : "32"
} ,
2025-05-30 12:30:12 +03:00
"t_contract(IGroth16Verifier)7138" : {
2024-08-07 18:58:31 +03:00
"encoding" : "inplace" ,
"label" : "contract IGroth16Verifier" ,
"numberOfBytes" : "20"
} ,
2025-05-30 12:30:12 +03:00
"t_enum(RequestState)10585" : {
2024-08-07 18:58:31 +03:00
"encoding" : "inplace" ,
"label" : "enum RequestState" ,
"numberOfBytes" : "1"
} ,
2025-05-30 12:30:12 +03:00
"t_enum(SlotState)10593" : {
2024-08-07 18:58:31 +03:00
"encoding" : "inplace" ,
"label" : "enum SlotState" ,
"numberOfBytes" : "1"
} ,
2025-05-30 12:30:12 +03:00
"t_mapping(t_address,t_struct(Bytes32Set)6459_storage)" : {
2024-08-07 18:58:31 +03:00
"encoding" : "mapping" ,
"key" : "t_address" ,
"label" : "mapping(address => struct EnumerableSet.Bytes32Set)" ,
"numberOfBytes" : "32" ,
2025-05-30 12:30:12 +03:00
"value" : "t_struct(Bytes32Set)6459_storage"
2024-08-07 18:58:31 +03:00
} ,
"t_mapping(t_bytes32,t_uint256)" : {
"encoding" : "mapping" ,
"key" : "t_bytes32" ,
"label" : "mapping(bytes32 => uint256)" ,
"numberOfBytes" : "32" ,
"value" : "t_uint256"
} ,
2025-05-30 12:30:12 +03:00
"t_mapping(t_userDefinedValueType(Period)9800,t_bool)" : {
2024-08-07 18:58:31 +03:00
"encoding" : "mapping" ,
2025-05-30 12:30:12 +03:00
"key" : "t_userDefinedValueType(Period)9800" ,
2024-08-07 18:58:31 +03:00
"label" : "mapping(Periods.Period => bool)" ,
"numberOfBytes" : "32" ,
"value" : "t_bool"
} ,
2025-05-30 12:30:12 +03:00
"t_mapping(t_userDefinedValueType(RequestId)10544,t_struct(Request)10559_storage)" : {
2024-08-07 18:58:31 +03:00
"encoding" : "mapping" ,
2025-05-30 12:30:12 +03:00
"key" : "t_userDefinedValueType(RequestId)10544" ,
2024-08-07 18:58:31 +03:00
"label" : "mapping(RequestId => struct Request)" ,
"numberOfBytes" : "32" ,
2025-05-30 12:30:12 +03:00
"value" : "t_struct(Request)10559_storage"
2024-08-07 18:58:31 +03:00
} ,
2025-05-30 12:30:12 +03:00
"t_mapping(t_userDefinedValueType(RequestId)10544,t_struct(RequestContext)7859_storage)" : {
2024-08-07 18:58:31 +03:00
"encoding" : "mapping" ,
2025-05-30 12:30:12 +03:00
"key" : "t_userDefinedValueType(RequestId)10544" ,
2024-08-07 18:58:31 +03:00
"label" : "mapping(RequestId => struct Marketplace.RequestContext)" ,
"numberOfBytes" : "32" ,
2025-05-30 12:30:12 +03:00
"value" : "t_struct(RequestContext)7859_storage"
2024-08-07 18:58:31 +03:00
} ,
2025-05-30 12:30:12 +03:00
"t_mapping(t_userDefinedValueType(SlotId)10546,t_mapping(t_userDefinedValueType(Period)9800,t_bool))" : {
2024-08-07 18:58:31 +03:00
"encoding" : "mapping" ,
2025-05-30 12:30:12 +03:00
"key" : "t_userDefinedValueType(SlotId)10546" ,
2024-08-07 18:58:31 +03:00
"label" : "mapping(SlotId => mapping(Periods.Period => bool))" ,
"numberOfBytes" : "32" ,
2025-05-30 12:30:12 +03:00
"value" : "t_mapping(t_userDefinedValueType(Period)9800,t_bool)"
2024-08-07 18:58:31 +03:00
} ,
2025-05-30 12:30:12 +03:00
"t_mapping(t_userDefinedValueType(SlotId)10546,t_struct(AddressSet)6593_storage)" : {
2024-08-07 18:58:31 +03:00
"encoding" : "mapping" ,
2025-05-30 12:30:12 +03:00
"key" : "t_userDefinedValueType(SlotId)10546" ,
2024-10-08 15:27:06 +03:00
"label" : "mapping(SlotId => struct EnumerableSet.AddressSet)" ,
"numberOfBytes" : "32" ,
2025-05-30 12:30:12 +03:00
"value" : "t_struct(AddressSet)6593_storage"
2024-10-08 15:27:06 +03:00
} ,
2025-05-30 12:30:12 +03:00
"t_mapping(t_userDefinedValueType(SlotId)10546,t_struct(Slot)7877_storage)" : {
2024-10-08 15:27:06 +03:00
"encoding" : "mapping" ,
2025-05-30 12:30:12 +03:00
"key" : "t_userDefinedValueType(SlotId)10546" ,
2024-08-07 18:58:31 +03:00
"label" : "mapping(SlotId => struct Marketplace.Slot)" ,
"numberOfBytes" : "32" ,
2025-05-30 12:30:12 +03:00
"value" : "t_struct(Slot)7877_storage"
2024-08-07 18:58:31 +03:00
} ,
2025-05-30 12:30:12 +03:00
"t_mapping(t_userDefinedValueType(SlotId)10546,t_uint64)" : {
2024-08-07 18:58:31 +03:00
"encoding" : "mapping" ,
2025-05-30 12:30:12 +03:00
"key" : "t_userDefinedValueType(SlotId)10546" ,
2025-02-25 09:52:04 +02:00
"label" : "mapping(SlotId => uint64)" ,
2024-08-07 18:58:31 +03:00
"numberOfBytes" : "32" ,
2025-02-25 09:52:04 +02:00
"value" : "t_uint64"
2024-08-07 18:58:31 +03:00
} ,
"t_string_storage" : {
"encoding" : "bytes" ,
"label" : "string" ,
"numberOfBytes" : "32"
} ,
2025-05-30 12:30:12 +03:00
"t_struct(AddressSet)6593_storage" : {
2024-10-08 15:27:06 +03:00
"encoding" : "inplace" ,
"label" : "struct EnumerableSet.AddressSet" ,
"members" : [
{
2025-05-30 12:30:12 +03:00
"astId" : 6592 ,
2024-10-08 15:27:06 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "_inner" ,
"offset" : 0 ,
"slot" : "0" ,
2025-05-30 12:30:12 +03:00
"type" : "t_struct(Set)6222_storage"
2024-10-08 15:27:06 +03:00
}
] ,
"numberOfBytes" : "64"
} ,
2025-05-30 12:30:12 +03:00
"t_struct(Ask)10574_storage" : {
2024-08-07 18:58:31 +03:00
"encoding" : "inplace" ,
"label" : "struct Ask" ,
"members" : [
{
2025-05-30 12:30:12 +03:00
"astId" : 10561 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
2025-02-25 09:52:04 +02:00
"label" : "proofProbability" ,
2024-08-07 18:58:31 +03:00
"offset" : 0 ,
"slot" : "0" ,
2025-02-25 09:52:04 +02:00
"type" : "t_uint256"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10563 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
2025-02-25 09:52:04 +02:00
"label" : "pricePerBytePerSecond" ,
2024-08-07 18:58:31 +03:00
"offset" : 0 ,
"slot" : "1" ,
"type" : "t_uint256"
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10565 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
2025-02-25 09:52:04 +02:00
"label" : "collateralPerByte" ,
2024-08-07 18:58:31 +03:00
"offset" : 0 ,
"slot" : "2" ,
"type" : "t_uint256"
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10567 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
2025-02-25 09:52:04 +02:00
"label" : "slots" ,
2024-08-07 18:58:31 +03:00
"offset" : 0 ,
"slot" : "3" ,
2025-02-25 09:52:04 +02:00
"type" : "t_uint64"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10569 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
2025-02-25 09:52:04 +02:00
"label" : "slotSize" ,
"offset" : 8 ,
"slot" : "3" ,
"type" : "t_uint64"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10571 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
2025-02-25 09:52:04 +02:00
"label" : "duration" ,
"offset" : 16 ,
"slot" : "3" ,
"type" : "t_uint64"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10573 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "maxSlotLoss" ,
2025-02-25 09:52:04 +02:00
"offset" : 24 ,
"slot" : "3" ,
2024-08-07 18:58:31 +03:00
"type" : "t_uint64"
}
] ,
2025-02-25 09:52:04 +02:00
"numberOfBytes" : "128"
2024-08-07 18:58:31 +03:00
} ,
2025-05-30 12:30:12 +03:00
"t_struct(Bytes32Set)6459_storage" : {
2024-08-07 18:58:31 +03:00
"encoding" : "inplace" ,
"label" : "struct EnumerableSet.Bytes32Set" ,
"members" : [
{
2025-05-30 12:30:12 +03:00
"astId" : 6458 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "_inner" ,
"offset" : 0 ,
"slot" : "0" ,
2025-05-30 12:30:12 +03:00
"type" : "t_struct(Set)6222_storage"
2024-08-07 18:58:31 +03:00
}
] ,
"numberOfBytes" : "64"
} ,
2025-05-30 12:30:12 +03:00
"t_struct(CollateralConfig)6931_storage" : {
2024-08-07 18:58:31 +03:00
"encoding" : "inplace" ,
"label" : "struct CollateralConfig" ,
"members" : [
{
2025-05-30 12:30:12 +03:00
"astId" : 6924 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "repairRewardPercentage" ,
"offset" : 0 ,
"slot" : "0" ,
"type" : "t_uint8"
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 6926 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "maxNumberOfSlashes" ,
"offset" : 1 ,
"slot" : "0" ,
"type" : "t_uint8"
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 6928 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
2025-02-25 09:52:04 +02:00
"label" : "slashPercentage" ,
2024-08-07 18:58:31 +03:00
"offset" : 2 ,
"slot" : "0" ,
2025-02-25 09:52:04 +02:00
"type" : "t_uint8"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 6930 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
2025-02-25 09:52:04 +02:00
"label" : "validatorRewardPercentage" ,
"offset" : 3 ,
2024-08-07 18:58:31 +03:00
"slot" : "0" ,
"type" : "t_uint8"
}
] ,
"numberOfBytes" : "32"
} ,
2025-05-30 12:30:12 +03:00
"t_struct(Content)10579_storage" : {
2024-08-07 18:58:31 +03:00
"encoding" : "inplace" ,
"label" : "struct Content" ,
"members" : [
{
2025-05-30 12:30:12 +03:00
"astId" : 10576 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "cid" ,
"offset" : 0 ,
"slot" : "0" ,
2025-02-25 09:52:04 +02:00
"type" : "t_bytes_storage"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10578 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "merkleRoot" ,
"offset" : 0 ,
"slot" : "1" ,
"type" : "t_bytes32"
}
] ,
"numberOfBytes" : "64"
} ,
2025-05-30 12:30:12 +03:00
"t_struct(MarketplaceConfig)6921_storage" : {
2024-08-07 18:58:31 +03:00
"encoding" : "inplace" ,
"label" : "struct MarketplaceConfig" ,
"members" : [
{
2025-05-30 12:30:12 +03:00
"astId" : 6912 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "collateral" ,
"offset" : 0 ,
"slot" : "0" ,
2025-05-30 12:30:12 +03:00
"type" : "t_struct(CollateralConfig)6931_storage"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 6915 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "proofs" ,
"offset" : 0 ,
"slot" : "1" ,
2025-05-30 12:30:12 +03:00
"type" : "t_struct(ProofConfig)6942_storage"
2024-10-08 15:27:06 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 6918 ,
2024-10-08 15:27:06 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "reservations" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "3" ,
2025-05-30 12:30:12 +03:00
"type" : "t_struct(SlotReservationsConfig)6945_storage"
2025-02-25 09:52:04 +02:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 6920 ,
2025-02-25 09:52:04 +02:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "requestDurationLimit" ,
"offset" : 0 ,
"slot" : "4" ,
"type" : "t_uint64"
2024-08-07 18:58:31 +03:00
}
] ,
2025-02-25 09:52:04 +02:00
"numberOfBytes" : "160"
2024-08-07 18:58:31 +03:00
} ,
2025-05-30 12:30:12 +03:00
"t_struct(MarketplaceTotals)9793_storage" : {
2024-08-07 18:58:31 +03:00
"encoding" : "inplace" ,
"label" : "struct Marketplace.MarketplaceTotals" ,
"members" : [
{
2025-05-30 12:30:12 +03:00
"astId" : 9790 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "received" ,
"offset" : 0 ,
"slot" : "0" ,
"type" : "t_uint256"
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 9792 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "sent" ,
"offset" : 0 ,
"slot" : "1" ,
"type" : "t_uint256"
}
] ,
"numberOfBytes" : "64"
} ,
2025-05-30 12:30:12 +03:00
"t_struct(ProofConfig)6942_storage" : {
2024-08-07 18:58:31 +03:00
"encoding" : "inplace" ,
"label" : "struct ProofConfig" ,
"members" : [
{
2025-05-30 12:30:12 +03:00
"astId" : 6933 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "period" ,
"offset" : 0 ,
"slot" : "0" ,
2025-02-25 09:52:04 +02:00
"type" : "t_uint64"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 6935 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "timeout" ,
2025-02-25 09:52:04 +02:00
"offset" : 8 ,
"slot" : "0" ,
"type" : "t_uint64"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 6937 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "downtime" ,
2025-02-25 09:52:04 +02:00
"offset" : 16 ,
"slot" : "0" ,
2024-08-07 18:58:31 +03:00
"type" : "t_uint8"
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 6939 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
2025-02-25 09:52:04 +02:00
"label" : "downtimeProduct" ,
"offset" : 17 ,
"slot" : "0" ,
"type" : "t_uint8"
2024-09-24 13:31:07 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 6941 ,
2024-09-24 13:31:07 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
2025-02-25 09:52:04 +02:00
"label" : "zkeyHash" ,
2024-09-24 13:31:07 +03:00
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "1" ,
"type" : "t_string_storage"
2024-08-07 18:58:31 +03:00
}
] ,
2025-02-25 09:52:04 +02:00
"numberOfBytes" : "64"
2024-08-07 18:58:31 +03:00
} ,
2025-05-30 12:30:12 +03:00
"t_struct(Request)10559_storage" : {
2024-08-07 18:58:31 +03:00
"encoding" : "inplace" ,
"label" : "struct Request" ,
"members" : [
{
2025-05-30 12:30:12 +03:00
"astId" : 10548 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "client" ,
"offset" : 0 ,
"slot" : "0" ,
"type" : "t_address"
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10551 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "ask" ,
"offset" : 0 ,
"slot" : "1" ,
2025-05-30 12:30:12 +03:00
"type" : "t_struct(Ask)10574_storage"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10554 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "content" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "5" ,
2025-05-30 12:30:12 +03:00
"type" : "t_struct(Content)10579_storage"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10556 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "expiry" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "7" ,
"type" : "t_uint64"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 10558 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "nonce" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "8" ,
2024-08-07 18:58:31 +03:00
"type" : "t_bytes32"
}
] ,
2025-02-25 09:52:04 +02:00
"numberOfBytes" : "288"
2024-08-07 18:58:31 +03:00
} ,
2025-05-30 12:30:12 +03:00
"t_struct(RequestContext)7859_storage" : {
2024-08-07 18:58:31 +03:00
"encoding" : "inplace" ,
"label" : "struct Marketplace.RequestContext" ,
"members" : [
{
2025-05-30 12:30:12 +03:00
"astId" : 7847 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "state" ,
"offset" : 0 ,
"slot" : "0" ,
2025-05-30 12:30:12 +03:00
"type" : "t_enum(RequestState)10585"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 7850 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
2025-02-25 09:52:04 +02:00
"label" : "fundsToReturnToClient" ,
2024-08-07 18:58:31 +03:00
"offset" : 0 ,
"slot" : "1" ,
"type" : "t_uint256"
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 7852 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
2025-02-25 09:52:04 +02:00
"label" : "slotsFilled" ,
2024-08-07 18:58:31 +03:00
"offset" : 0 ,
"slot" : "2" ,
2025-02-25 09:52:04 +02:00
"type" : "t_uint64"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 7854 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "startedAt" ,
2025-02-25 09:52:04 +02:00
"offset" : 8 ,
"slot" : "2" ,
"type" : "t_uint64"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 7856 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "endsAt" ,
2025-02-25 09:52:04 +02:00
"offset" : 16 ,
"slot" : "2" ,
"type" : "t_uint64"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 7858 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "expiresAt" ,
2025-02-25 09:52:04 +02:00
"offset" : 24 ,
"slot" : "2" ,
"type" : "t_uint64"
2024-08-07 18:58:31 +03:00
}
] ,
2025-02-25 09:52:04 +02:00
"numberOfBytes" : "96"
2024-08-07 18:58:31 +03:00
} ,
2025-05-30 12:30:12 +03:00
"t_struct(Set)6222_storage" : {
2024-08-07 18:58:31 +03:00
"encoding" : "inplace" ,
"label" : "struct EnumerableSet.Set" ,
"members" : [
{
2025-05-30 12:30:12 +03:00
"astId" : 6217 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "_values" ,
"offset" : 0 ,
"slot" : "0" ,
"type" : "t_array(t_bytes32)dyn_storage"
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 6221 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
2025-05-30 12:30:12 +03:00
"label" : "_positions" ,
2024-08-07 18:58:31 +03:00
"offset" : 0 ,
"slot" : "1" ,
"type" : "t_mapping(t_bytes32,t_uint256)"
}
] ,
"numberOfBytes" : "64"
} ,
2025-05-30 12:30:12 +03:00
"t_struct(Slot)7877_storage" : {
2024-08-07 18:58:31 +03:00
"encoding" : "inplace" ,
"label" : "struct Marketplace.Slot" ,
"members" : [
{
2025-05-30 12:30:12 +03:00
"astId" : 7862 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "state" ,
"offset" : 0 ,
"slot" : "0" ,
2025-05-30 12:30:12 +03:00
"type" : "t_enum(SlotState)10593"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 7865 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "requestId" ,
"offset" : 0 ,
"slot" : "1" ,
2025-05-30 12:30:12 +03:00
"type" : "t_userDefinedValueType(RequestId)10544"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 7868 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "filledAt" ,
"offset" : 0 ,
"slot" : "2" ,
2025-02-25 09:52:04 +02:00
"type" : "t_uint64"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 7870 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "slotIndex" ,
2025-02-25 09:52:04 +02:00
"offset" : 8 ,
"slot" : "2" ,
"type" : "t_uint64"
2024-08-07 18:58:31 +03:00
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 7873 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "currentCollateral" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "3" ,
2024-08-07 18:58:31 +03:00
"type" : "t_uint256"
} ,
{
2025-05-30 12:30:12 +03:00
"astId" : 7876 ,
2024-08-07 18:58:31 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "host" ,
"offset" : 0 ,
2025-02-25 09:52:04 +02:00
"slot" : "4" ,
2024-08-07 18:58:31 +03:00
"type" : "t_address"
}
] ,
2025-02-25 09:52:04 +02:00
"numberOfBytes" : "160"
2024-08-07 18:58:31 +03:00
} ,
2025-05-30 12:30:12 +03:00
"t_struct(SlotReservationsConfig)6945_storage" : {
2024-10-08 15:27:06 +03:00
"encoding" : "inplace" ,
"label" : "struct SlotReservationsConfig" ,
"members" : [
{
2025-05-30 12:30:12 +03:00
"astId" : 6944 ,
2024-10-08 15:27:06 +03:00
"contract" : "contracts/Marketplace.sol:Marketplace" ,
"label" : "maxReservations" ,
"offset" : 0 ,
"slot" : "0" ,
"type" : "t_uint8"
}
] ,
"numberOfBytes" : "32"
} ,
2024-08-07 18:58:31 +03:00
"t_uint256" : {
"encoding" : "inplace" ,
"label" : "uint256" ,
"numberOfBytes" : "32"
} ,
"t_uint64" : {
"encoding" : "inplace" ,
"label" : "uint64" ,
"numberOfBytes" : "8"
} ,
"t_uint8" : {
"encoding" : "inplace" ,
"label" : "uint8" ,
"numberOfBytes" : "1"
} ,
2025-05-30 12:30:12 +03:00
"t_userDefinedValueType(Period)9800" : {
2024-08-07 18:58:31 +03:00
"encoding" : "inplace" ,
"label" : "Periods.Period" ,
2025-02-25 09:52:04 +02:00
"numberOfBytes" : "8"
2024-08-07 18:58:31 +03:00
} ,
2025-05-30 12:30:12 +03:00
"t_userDefinedValueType(RequestId)10544" : {
2024-08-07 18:58:31 +03:00
"encoding" : "inplace" ,
"label" : "RequestId" ,
"numberOfBytes" : "32"
} ,
2025-05-30 12:30:12 +03:00
"t_userDefinedValueType(SlotId)10546" : {
2024-08-07 18:58:31 +03:00
"encoding" : "inplace" ,
"label" : "SlotId" ,
"numberOfBytes" : "32"
}
}
}
}