Skip to content

Commit

Permalink
部署合约
Browse files Browse the repository at this point in the history
  • Loading branch information
LidamaoHub committed Nov 1, 2023
1 parent 139c0cd commit ddc22e9
Show file tree
Hide file tree
Showing 9 changed files with 32,618 additions and 2 deletions.
1,549 changes: 1,549 additions & 0 deletions packages/contracts/out/IWorld.sol/IWorld.abi.json

Large diffs are not rendered by default.

4,045 changes: 4,045 additions & 0 deletions packages/contracts/out/IWorld.sol/IWorld.json

Large diffs are not rendered by default.

697 changes: 697 additions & 0 deletions packages/contracts/out/Loot.sol/MLoot.abi.json

Large diffs are not rendered by default.

14,344 changes: 14,344 additions & 0 deletions packages/contracts/out/Loot.sol/MLoot.json

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions packages/contracts/out/Plugin.sol/MPlugin.abi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
[
{
"inputs": [
{
"internalType": "address",
"name": "_lootAddress",
"type": "address"
},
{
"internalType": "address",
"name": "_userAddress",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [],
"name": "lootAddress",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "multMint",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_lootTokenId",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "_userTokenId",
"type": "uint256"
}
],
"name": "multRevealNFT",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "userAddress",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]
1,375 changes: 1,375 additions & 0 deletions packages/contracts/out/Plugin.sol/MPlugin.json

Large diffs are not rendered by default.

Loading

0 comments on commit ddc22e9

Please sign in to comment.