0g-storage-node/storage-contracts-abis/PoraMineTest.json

1300 lines
84 KiB
JSON
Raw Normal View History

2024-07-22 09:32:51 +00:00
{
"_format": "hh-sol-artifact-1",
"contractName": "PoraMineTest",
"sourceName": "contracts/test/PoraMineTest.sol",
"abi": [
{
"inputs": [
{
"internalType": "uint256",
"name": "settings",
"type": "uint256"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "minerId",
"type": "bytes32"
},
{
"indexed": true,
"internalType": "address",
"name": "beneficiary",
"type": "address"
}
],
"name": "NewMinerId",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "epoch",
"type": "uint256"
},
{
"indexed": true,
"internalType": "bytes32",
"name": "minerId",
"type": "bytes32"
},
{
"indexed": false,
"internalType": "uint256",
"name": "epochIndex",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "recallPosition",
"type": "uint256"
}
],
"name": "NewSubmission",
"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"
},
2024-07-22 09:32:51 +00:00
{
"indexed": true,
"internalType": "address",
"name": "sender",
2024-07-22 09:32:51 +00:00
"type": "address"
}
],
"name": "RoleGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "role",
"type": "bytes32"
2024-07-22 09:32:51 +00:00
},
{
"indexed": true,
"internalType": "address",
"name": "account",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "sender",
2024-07-22 09:32:51 +00:00
"type": "address"
}
],
"name": "RoleRevoked",
2024-07-22 09:32:51 +00:00
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "bytes32",
"name": "minerId",
"type": "bytes32"
},
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
}
],
"name": "UpdateMinerId",
"type": "event"
},
{
"inputs": [],
"name": "DEFAULT_ADMIN_ROLE",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "PARAMS_ADMIN_ROLE",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
},
2024-07-22 09:32:51 +00:00
{
"inputs": [
{
"components": [
{
"internalType": "bytes32",
"name": "contextDigest",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "nonce",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "minerId",
"type": "bytes32"
},
{
"components": [
{
"internalType": "uint256",
"name": "startPosition",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "mineLength",
"type": "uint256"
},
{
"internalType": "uint64",
"name": "shardId",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "shardMask",
"type": "uint64"
}
],
"internalType": "struct RecallRange",
"name": "range",
"type": "tuple"
},
{
"internalType": "uint256",
"name": "recallPosition",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "sealOffset",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "sealedContextDigest",
"type": "bytes32"
},
{
"internalType": "bytes32[128]",
"name": "sealedData",
"type": "bytes32[128]"
},
{
"internalType": "bytes32[]",
"name": "merkleProof",
"type": "bytes32[]"
}
],
"internalType": "struct MineLib.PoraAnswer",
"name": "answer",
"type": "tuple"
},
{
"components": [
{
"internalType": "uint256",
"name": "epoch",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "mineStart",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "flowRoot",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "flowLength",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "blockDigest",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "digest",
"type": "bytes32"
}
],
"internalType": "struct MineContext",
"name": "context",
"type": "tuple"
}
],
"name": "basicCheck",
"outputs": [],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"name": "beneficiaries",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "canSubmit",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "currentSubmissions",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "dataProofEnabled",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "difficultyAdjustRatio",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "fixedDifficulty",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "flow",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"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": "uint256",
"name": "index",
"type": "uint256"
}
],
"name": "getRoleMember",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "role",
"type": "bytes32"
}
],
"name": "getRoleMemberCount",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"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"
},
2024-07-22 09:32:51 +00:00
{
"inputs": [
{
"internalType": "uint256",
"name": "difficulty",
"type": "uint256"
},
{
"internalType": "address",
"name": "flow_",
"type": "address"
},
{
"internalType": "address",
"name": "reward_",
"type": "address"
}
],
"name": "initialize",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "initialized",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "lastMinedEpoch",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "maxShards",
2024-07-22 09:32:51 +00:00
"outputs": [
{
"internalType": "uint64",
2024-07-22 09:32:51 +00:00
"name": "",
"type": "uint64"
2024-07-22 09:32:51 +00:00
}
],
"stateMutability": "view",
"type": "function"
},
2024-12-26 06:19:48 +00:00
{
"inputs": [],
"name": "minDifficulty",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
2024-07-22 09:32:51 +00:00
{
"inputs": [
{
"components": [
{
"internalType": "bytes32",
"name": "contextDigest",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "nonce",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "minerId",
"type": "bytes32"
},
{
"components": [
{
"internalType": "uint256",
"name": "startPosition",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "mineLength",
"type": "uint256"
},
{
"internalType": "uint64",
"name": "shardId",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "shardMask",
"type": "uint64"
}
],
"internalType": "struct RecallRange",
"name": "range",
"type": "tuple"
},
{
"internalType": "uint256",
"name": "recallPosition",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "sealOffset",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "sealedContextDigest",
"type": "bytes32"
},
{
"internalType": "bytes32[128]",
"name": "sealedData",
"type": "bytes32[128]"
},
{
"internalType": "bytes32[]",
"name": "merkleProof",
"type": "bytes32[]"
}
],
"internalType": "struct MineLib.PoraAnswer",
"name": "answer",
"type": "tuple"
}
],
"name": "pora",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "poraTarget",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
2024-12-26 06:19:48 +00:00
{
"inputs": [],
"name": "poraVersion",
"outputs": [
{
"internalType": "uint64",
"name": "",
"type": "uint64"
}
],
"stateMutability": "pure",
"type": "function"
},
2024-07-22 09:32:51 +00:00
{
"inputs": [
{
"components": [
{
"internalType": "bytes32",
"name": "contextDigest",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "nonce",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "minerId",
"type": "bytes32"
},
{
"components": [
{
"internalType": "uint256",
"name": "startPosition",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "mineLength",
"type": "uint256"
},
{
"internalType": "uint64",
"name": "shardId",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "shardMask",
"type": "uint64"
}
],
"internalType": "struct RecallRange",
"name": "range",
"type": "tuple"
},
{
"internalType": "uint256",
"name": "recallPosition",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "sealOffset",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "sealedContextDigest",
"type": "bytes32"
},
{
"internalType": "bytes32[128]",
"name": "sealedData",
"type": "bytes32[128]"
},
{
"internalType": "bytes32[]",
"name": "merkleProof",
"type": "bytes32[]"
}
],
"internalType": "struct MineLib.PoraAnswer",
"name": "answer",
"type": "tuple"
},
{
"internalType": "bytes32[128]",
"name": "unsealedData",
"type": "bytes32[128]"
}
],
"name": "recoverMerkleRoot",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "role",
"type": "bytes32"
},
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "renounceRole",
2024-07-22 09:32:51 +00:00
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "beneficiary",
"type": "address"
},
{
"internalType": "uint64",
"name": "seed",
"type": "uint64"
}
],
"name": "requestMinerId",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "role",
"type": "bytes32"
},
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "revokeRole",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
2024-07-22 09:32:51 +00:00
{
"inputs": [],
"name": "reward",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "sealDataEnabled",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "difficultyAdjustRatio_",
"type": "uint256"
}
],
"name": "setDifficultyAdjustRatio",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint64",
"name": "maxShards_",
"type": "uint64"
}
],
"name": "setMaxShards",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
2024-12-26 06:19:48 +00:00
{
"inputs": [
{
"internalType": "uint256",
"name": "minDifficulty_",
"type": "uint256"
}
],
"name": "setMinDifficulty",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
2024-07-22 09:32:51 +00:00
{
"inputs": [
{
"internalType": "bytes32",
"name": "minerId",
"type": "bytes32"
}
],
"name": "setMiner",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_targetQuality",
"type": "uint256"
}
],
"name": "setQuality",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "targetMineBlocks_",
"type": "uint256"
}
],
"name": "setTargetMineBlocks",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "targetSubmissions_",
"type": "uint256"
}
],
"name": "setTargetSubmissions",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"components": [
{
"internalType": "bytes32",
"name": "contextDigest",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "nonce",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "minerId",
"type": "bytes32"
},
{
"components": [
{
"internalType": "uint256",
"name": "startPosition",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "mineLength",
"type": "uint256"
},
{
"internalType": "uint64",
"name": "shardId",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "shardMask",
"type": "uint64"
}
],
"internalType": "struct RecallRange",
"name": "range",
"type": "tuple"
},
{
"internalType": "uint256",
"name": "recallPosition",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "sealOffset",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "sealedContextDigest",
"type": "bytes32"
},
{
"internalType": "bytes32[128]",
"name": "sealedData",
"type": "bytes32[128]"
},
{
"internalType": "bytes32[]",
"name": "merkleProof",
"type": "bytes32[]"
}
],
"internalType": "struct MineLib.PoraAnswer",
"name": "answer",
"type": "tuple"
}
],
"name": "submit",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
2024-07-22 09:32:51 +00:00
{
"inputs": [],
"name": "targetMineBlocks",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "targetSubmissions",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "targetSubmissionsNextEpoch",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
2024-12-26 06:19:48 +00:00
{
"inputs": [
{
"components": [
{
"internalType": "bytes32",
"name": "contextDigest",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "nonce",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "minerId",
"type": "bytes32"
},
{
"components": [
{
"internalType": "uint256",
"name": "startPosition",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "mineLength",
"type": "uint256"
},
{
"internalType": "uint64",
"name": "shardId",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "shardMask",
"type": "uint64"
}
],
"internalType": "struct RecallRange",
"name": "range",
"type": "tuple"
},
{
"internalType": "uint256",
"name": "recallPosition",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "sealOffset",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "sealedContextDigest",
"type": "bytes32"
},
{
"internalType": "bytes32[128]",
"name": "sealedData",
"type": "bytes32[128]"
},
{
"internalType": "bytes32[]",
"name": "merkleProof",
"type": "bytes32[]"
}
],
"internalType": "struct MineLib.PoraAnswer",
"name": "answer",
"type": "tuple"
}
],
"name": "testAll",
"outputs": [],
"stateMutability": "view",
"type": "function"
},
2024-07-22 09:32:51 +00:00
{
"inputs": [
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "bytes32",
"name": "minerId",
"type": "bytes32"
}
],
"name": "transferBeneficial",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"components": [
{
"internalType": "bytes32",
"name": "contextDigest",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "nonce",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "minerId",
"type": "bytes32"
},
{
"components": [
{
"internalType": "uint256",
"name": "startPosition",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "mineLength",
"type": "uint256"
},
{
"internalType": "uint64",
"name": "shardId",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "shardMask",
"type": "uint64"
}
],
"internalType": "struct RecallRange",
"name": "range",
"type": "tuple"
},
{
"internalType": "uint256",
"name": "recallPosition",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "sealOffset",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "sealedContextDigest",
"type": "bytes32"
},
{
"internalType": "bytes32[128]",
"name": "sealedData",
"type": "bytes32[128]"
},
{
"internalType": "bytes32[]",
"name": "merkleProof",
"type": "bytes32[]"
}
],
"internalType": "struct MineLib.PoraAnswer",
"name": "answer",
"type": "tuple"
}
],
"name": "unseal",
"outputs": [
{
"internalType": "bytes32[128]",
"name": "unsealedData",
"type": "bytes32[128]"
}
],
"stateMutability": "pure",
"type": "function"
}
],
2024-12-26 06:19:48 +00:00
"bytecode": "0x60e06040523480156200001157600080fd5b506040516200372b3803806200372b833981016040819052620000349162000052565b60016004909117818116156080526002161560a05260c0526200006c565b6000602082840312156200006557600080fd5b5051919050565b60805160a05160c051613673620000b86000396000818161045f01528181611292015261162e01526000818161048f0152610fc40152600081816105130152610f8701526136736000f3fe608060405234801561001057600080fd5b50600436106102745760003560e01c806382975fe711610151578063b15d20da116100c3578063ca15c87311610087578063ca15c873146105d6578063d547741f146105e9578063dddc61a8146105fc578063e1498cf914610605578063e282e27b14610618578063ffbc9bd01461061f57600080fd5b8063b15d20da1461056e578063b4988fd014610583578063b4a9328314610596578063b51e03971461059f578063b776a512146105cd57600080fd5b8063a827918211610115578063a8279182146104f2578063ad08fdfb146104fb578063adaa7a0f1461050e578063ae722e8214610535578063aed7522414610548578063b0628ee01461055b57600080fd5b806382975fe71461048a5780639010d07c146104b157806391d14854146104c4578063967e3cdd146104d7578063a217fddf146104ea57600080fd5b8063343aad82116101ea57806359e7b5be116101ae57806359e7b5be146104015780635bdca855146104215780636e9bb60b14610434578063704d3c96146104475780637bba7d611461045a5780637eca56881461048157600080fd5b8063343aad821461039657806336568abe146103a957806339cd53ee146103bc5780633baebb75146103e557806348f61441146103f857600080fd5b8063228cb7331161023c578063228cb73314610301578063248a9ca31461032c5780632a02573b1461035e5780632f2ff15d1461037157806331223ba714610384578063331f3b9c1461038d57600080fd5b806301ffc9a714610279578063047c13f5146102a1578063158ef93e146102b65780631600c624146102c357806316a4be6f146102d6575b600080fd5b61028c610287366004612df1565b610627565b60405190151581526020015b60405180910390f35b6102b46102af366004612e49565b610652565b005b60005461028c9060ff1681565b6102b46102d1366004612e7c565b61076e565b600a546102e9906001600160401b031681565b6040516001600160401b039091168152602001610298565b600454610314906001600160a01b031681565b6040516001600160a01b039091168152602001610298565b61035061033a366004612e7c565b6000908152600160208190526040909120015490565b604051908152602001610298565b6102b461036c366004612e95565b61078c565b6102b461037f366004612eb0565b610892565b610350600b5481565b61035060065481565b600354610314906001600160a01b031681565b6102b46103b7366004612eb0565b6108bd565b6103146103ca366004612e7c565b600e602052600090815260409020546001600160a01b031681565b6102b46103f3366004613150565b61093b565b610350600d5481565b61041461040f3660046131e8565b610bd2565b6040516102989190613224565b6102b461042f366004612e7c565b610be3565b610350610442366004613256565b610c10565b6102b4610455366004612e7c565b610c23565b61028c7f000000000000000000000000000000000000000000000000000000000000000081565b61035060085481565b61028c7f000000000000000000000000000000000000000000000000000000000000000081565b6103146104bf36600461329c565b610c91565b61028c6104d2366004612eb0565b610ca9565b6102b46104e53660046131e8565b610cd4565b610350600081565b610350600c5481565b6102b4610509366004612e7c565b610cff565b61028c7f000000000000000000000000000000000000000000000000000000000000000081565b6102b46105433660046131e8565b610d39565b6103506105563660046131e8565b6112c6565b6102b46105693660046132be565b6114c9565b61035060008051602061361e83398151915281565b6102b46105913660046132e8565b611589565b610350600f5481565b6102b46105ad366004612e7c565b6000908152600e6020526040902080546001600160a01b03191633179055565b61035060075481565b6103506105e4366004612e7c565b6116b0565b6102b46105f7366004612eb0565b6116c7565b61035060095481565b6102b4610613366004612e7c565b600d55565b60006102e9565b61028c6116ed565b60006001600160e01b03198216635a05180f60e01b148061064c575061064c82611788565b92915050565b600061065f60014361333a565b60408051914060208301526bffffffffffffffffffffffff193360601b16908201526001600160c01b031960c084901b166054820152605c0160408051601f1981840301815291815281516020928301206000818152600e9093529120549091506001600160a01b0316156107145760405162461bcd60e51b8152602060048201526016602482015275135a5b995c9259081a185cc81c9959da5cdd195c995960521b60448201526064015b60405180910390fd5b6000818152600e602052604080822080546001600160a01b0319166001600160a01b0387169081179091
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106102745760003560e01c806382975fe711610151578063b15d20da116100c3578063ca15c87311610087578063ca15c873146105d6578063d547741f146105e9578063dddc61a8146105fc578063e1498cf914610605578063e282e27b14610618578063ffbc9bd01461061f57600080fd5b8063b15d20da1461056e578063b4988fd014610583578063b4a9328314610596578063b51e03971461059f578063b776a512146105cd57600080fd5b8063a827918211610115578063a8279182146104f2578063ad08fdfb146104fb578063adaa7a0f1461050e578063ae722e8214610535578063aed7522414610548578063b0628ee01461055b57600080fd5b806382975fe71461048a5780639010d07c146104b157806391d14854146104c4578063967e3cdd146104d7578063a217fddf146104ea57600080fd5b8063343aad82116101ea57806359e7b5be116101ae57806359e7b5be146104015780635bdca855146104215780636e9bb60b14610434578063704d3c96146104475780637bba7d611461045a5780637eca56881461048157600080fd5b8063343aad821461039657806336568abe146103a957806339cd53ee146103bc5780633baebb75146103e557806348f61441146103f857600080fd5b8063228cb7331161023c578063228cb73314610301578063248a9ca31461032c5780632a02573b1461035e5780632f2ff15d1461037157806331223ba714610384578063331f3b9c1461038d57600080fd5b806301ffc9a714610279578063047c13f5146102a1578063158ef93e146102b65780631600c624146102c357806316a4be6f146102d6575b600080fd5b61028c610287366004612df1565b610627565b60405190151581526020015b60405180910390f35b6102b46102af366004612e49565b610652565b005b60005461028c9060ff1681565b6102b46102d1366004612e7c565b61076e565b600a546102e9906001600160401b031681565b6040516001600160401b039091168152602001610298565b600454610314906001600160a01b031681565b6040516001600160a01b039091168152602001610298565b61035061033a366004612e7c565b6000908152600160208190526040909120015490565b604051908152602001610298565b6102b461036c366004612e95565b61078c565b6102b461037f366004612eb0565b610892565b610350600b5481565b61035060065481565b600354610314906001600160a01b031681565b6102b46103b7366004612eb0565b6108bd565b6103146103ca366004612e7c565b600e602052600090815260409020546001600160a01b031681565b6102b46103f3366004613150565b61093b565b610350600d5481565b61041461040f3660046131e8565b610bd2565b6040516102989190613224565b6102b461042f366004612e7c565b610be3565b610350610442366004613256565b610c10565b6102b4610455366004612e7c565b610c23565b61028c7f000000000000000000000000000000000000000000000000000000000000000081565b61035060085481565b61028c7f000000000000000000000000000000000000000000000000000000000000000081565b6103146104bf36600461329c565b610c91565b61028c6104d2366004612eb0565b610ca9565b6102b46104e53660046131e8565b610cd4565b610350600081565b610350600c5481565b6102b4610509366004612e7c565b610cff565b61028c7f000000000000000000000000000000000000000000000000000000000000000081565b6102b46105433660046131e8565b610d39565b6103506105563660046131e8565b6112c6565b6102b46105693660046132be565b6114c9565b61035060008051602061361e83398151915281565b6102b46105913660046132e8565b611589565b610350600f5481565b6102b46105ad366004612e7c565b6000908152600e6020526040902080546001600160a01b03191633179055565b61035060075481565b6103506105e4366004612e7c565b6116b0565b6102b46105f7366004612eb0565b6116c7565b61035060095481565b6102b4610613366004612e7c565b600d55565b60006102e9565b61028c6116ed565b60006001600160e01b03198216635a05180f60e01b148061064c575061064c82611788565b92915050565b600061065f60014361333a565b60408051914060208301526bffffffffffffffffffffffff193360601b16908201526001600160c01b031960c084901b166054820152605c0160408051601f1981840301815291815281516020928301206000818152600e9093529120549091506001600160a01b0316156107145760405162461bcd60e51b8152602060048201526016602482015275135a5b995c9259081a185cc81c9959da5cdd195c995960521b60448201526064015b60405180910390fd5b6000818152600e602052604080822080546001600160a01b0319166001600160a01b0387169081179091559051909183917fbfeb006f16aca8eb3d9953cf44db6b11b6f3041a313875dfa18f2e9d71bd309e9190a3505050565b60008051602061361e833981519152610786816117bd565b50600655565b60008051602061361e8339815191526107a4816117bd565b6000826001600160401b0316116107fd5760405162461bcd60e51b815260206004820152601f60248201527f4d6178207368617264206e756d6265722063616e6e6f74206265207a65726f006044
2024-07-22 09:32:51 +00:00
"linkReferences": {},
"deployedLinkReferences": {}
}