This commit is contained in:
2023-02-28 19:02:09 +05:30
parent 152f11b675
commit 258ac130f8
450 changed files with 51328 additions and 44 deletions

View File

@@ -0,0 +1,14 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract AddressStore {
address[] public bought;
// set the addresses in store
function setStore(address[] calldata _addresses) public {
bought = _addresses;
}
function getStore()public view returns( address [] memory){
return bought;
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 0ac4d629c54113243a1c4c633c4aca04
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: