opensea-erc1155
opensea-erc1155 copied to clipboard
Can't see Lootbox on my openSea test network
after running truffle migrate --network rinkeby i got this log on console:
Starting migrations...
Network name: 'rinkeby' Network id: 4 Block gas limit: 10000000 (0x989680)
2_deploy_contracts.js
Deploying 'CreatureAccessory'
transaction hash: 0xb713c9d11e82333d4c7eca64869c385746f670ada6ce416ba742cd6e98cabb62 Blocks: 1 Seconds: 13 contract address: 0x26C7761B64AF692A43BAe519bC80454cF7F5622D block number: 8818395 block timestamp: 1624512412 account: 0x6358522e789C5a07e4D8C7F606f88ae4d1e5425F balance: 26.180890536 gas used: 2802499 (0x2ac343) gas price: 20 gwei value sent: 0 ETH total cost: 0.05604998 ETH
Deploying 'LootBoxRandomness'
transaction hash: 0x77c3ebd8f65cdb041f60222452334fcabec3c18e897f7c60e24484eaa11851c1 Blocks: 0 Seconds: 5 contract address: 0x86d7EB33B11cf5Ca177EeD1Af57687db776Cff1B block number: 8818402 block timestamp: 1624512517 account: 0x6358522e789C5a07e4D8C7F606f88ae4d1e5425F balance: 26.160201376 gas used: 454684 (0x6f01c) gas price: 20 gwei value sent: 0 ETH total cost: 0.00909368 ETH
Linking
- Contract: CreatureAccessoryLootBox <--> Library: LootBoxRandomness (at address: 0x86d7EB33B11cf5Ca177EeD1Af57687db776Cff1B)
Deploying 'CreatureAccessoryLootBox'
transaction hash: 0xefc068b81d0730bc00debda91d944388f16c9b5c940b42511ea38a18bd614214 Blocks: 0 Seconds: 5 contract address: 0x32a7beB30e2D6EE0d7b9b8309E8F27B7d8DBe735 block number: 8818403 block timestamp: 1624512532 account: 0x6358522e789C5a07e4D8C7F606f88ae4d1e5425F balance: 26.084297316 gas used: 3795203 (0x39e903) gas price: 20 gwei value sent: 0 ETH total cost: 0.07590406 ETH
Deploying 'CreatureAccessoryFactory'
transaction hash: 0x2b54ab8b5fd8b32ffe44cdd014230c3242b118bbf8afb9c01ddaef25e8090daf Blocks: 2 Seconds: 17 contract address: 0xEE4E3cAfb341B854A6b17924A2B55A1607e7B947 block number: 8818405 block timestamp: 1624512562 account: 0x6358522e789C5a07e4D8C7F606f88ae4d1e5425F balance: 26.061947536 gas used: 1117489 (0x110d31) gas price: 20 gwei value sent: 0 ETH total cost: 0.02234978 ETH
Saving migration to chain. Saving artifacts
Total cost: 0.1633975 ETH
Summary
Total deployments: 4 Final cost: 0.1633975 ETH
Done in 4
but i'm not able to see any lootbox on my openSea test network what could be the reason for it?
was this resolved?