This commit is contained in:
2023-11-28 11:36:18 +05:30
commit 3fe8517bab
482 changed files with 54087 additions and 0 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: