Skip to content

ERC721 Asset List

Kohei Tanaka edited this page Aug 15, 2019 · 18 revisions

Satellites can handle the assets of proper ERC721 implementation. (For example, CryptoKitty is not a proper implementation and is not supported in Satellites.)

mainnet

 {
    {
      contract: '0x273f7f8e6489682df756151f5525576e322d51a3',
      symbol: 'MCHH',
      name: 'MyCryptoHeroes:Hero'
    },
    {
      contract: '0xdceaf1652a131f32a821468dc03a92df0edd86ea',
      symbol: 'MCHE',
      name: 'MyCryptoHeroes:Extensions'
    },
    {
      contract: '0x617913Dd43dbDf4236B85Ec7BdF9aDFD7E35b340',
      symbol: 'MCHL',
      name: 'MyCryptoHeroes:Land'
    },
    {
       contract: '0xf87e31492faf9a91b02ee0deaad50d51d56d5d4d',
       symbol: 'LAND',
       name: 'Decentraland LAND'
     },
    {
      contract: '0xfac7bea255a6990f749363002136af6556b31e04',
      symbol: 'ENS',
      name: 'Ether Name Service'
    },
    {
      contract: '0x79986af15539de2db9a5086382daeda917a9cf0c',
      symbol: 'CVPA',
      name: 'Cryptovoxels Parcel'
    },
    {
       contract: '0x8c9b261faef3b3c2e64ab5e58e04615f8c788099',
       symbol: 'MLBCB',
       name: 'MLB Champions'
     },
     {
       contract: '0x67cbbb366a51fff9ad869d027e496ba49f5f6d55',
       symbol: 'CSPL',
       name: 'CryptoSpells'
     },
}

rinkeby

You can mint sample assets using mintBadge of function free here.

 {
    {
      contract: '0x84f6261350151dc9cbf5b33c5354fe9a82166e26',
      symbol: 'BBB',
      name: 'BlockBaseBadge'
    },
 }
Clone this wiki locally