ShopFacet.sol
Documentation for ShopFacet.sol
Given an array of addresses and item ids, returns the item balance of each address
RETURNS
uint256[]
Transfers GHST from
msg.sender
in exchange for Portals based on the current price. Also shares revenue with the revenueShare
addresses. Transfers GHSt from
msg.sender
in exchange for Items based on the Item price. Also shares revenue with the revenueShare
addresses. Exchanges and burns a pre-launch Voucher for its equivalent Mainnet Wearable Item.
Handle the receipt of multiple ERC1155 token types.
Last modified 2yr ago