4.10.22 • Published 9 days ago

@ixily/activ-web v4.10.22

Weekly downloads
-
License
ISC
Repository
-
Last release
9 days ago

Table of Contents

Installation

Installation:

npm i @ixily/activ-web
Add in your main index.html this:

<script src="https://ixily.io/assets/js/jimp.min.js"></script>

Metamask

NOTE: Obviously you also need the web3 provider in your browser

npm i @metamask/detect-provider@1.2.0

Examples:

Go here to see and clone basic examples using activ: https://github.com/IXily

Basic initialization example:

You can install

import IXilyACTIV from '@ixily/activ-web';

const activ: IXilyACTIV;

(async main(){
    try {

    const webProvider = await detectEthereumProvider();

    activ = new IXilyACTIV({
      webProvider,
    });

    await activ.init({
      ipfsProxyEnabled: true,
      network: 'mumbai, // add your prefered helper to get the network value
      showLogsToDebug: false,
    });

    } catch(err){
        console.log('main error', err.message);
    }
})();

   

Creating Investment Ideas

  • Create A New Investment Idea

    import { v4 } from "@ixily/activ-web/dist/src";
    
    const newIdea = {
      public: {
        title: "My new idea/nft",
        description:
          "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been",
        image:
          "data:image/svg+xml;base64,PCEtLSBieSBUcmFkaW5nVmlldyAtLT48c3ZnIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjRjc5MzFBIiBkPSJNMCAwaDU2djU2SDB6Ii8+PHBhdGggZD0iTTM5LjkzNiAyNC43MDRjLjUxNS0zLjQ5NC0yLjEzLTUuMzU3LTUuNzczLTYuNjIybDEuMTgtNC43MDgtMi44NzctLjcxNi0xLjE0OCA0LjU5Mi0yLjI5Ni0uNTQ5IDEuMTY0LTQuNjI1LTIuODc4LS43MTUtMS4xODEgNC43MjUtMS44My0uNDMzdi0uMDE2bC0zLjk3Ni0uOTk5LS43NjYgMy4wNzhzMi4xMy41IDIuMDk2LjUxNmMxLjE2NS4zIDEuMzY1IDEuMDY1IDEuMzMyIDEuNjY0bC0xLjMzMiA1LjM5LjMuMS0uMzE2LS4wNjctMS44OCA3LjUzN2MtLjEzMy4zNS0uNS44ODItMS4zMTQuNjY1LjAzMy4wNS0yLjA4LS40OTktMi4wOC0uNDk5bC0xLjQzIDMuMjc4IDMuNzQzLjkzMSAyLjA0Ni41MzMtMS4xOTggNC43NzUgMi44NzguNzE1IDEuMTY1LTQuNzI1IDIuMzEyLjU5OS0xLjE4IDQuNzA4IDIuODc3LjcxNiAxLjE4MS00Ljc3NWM0LjkwOC45MzEgOC42MDIuNTY2IDEwLjE1LTMuODc3IDEuMjQ3LTMuNTc2LS4wNjctNS42MjMtMi42NDYtNi45ODcgMS44OC0uNDE2IDMuMjk0LTEuNjY0IDMuNjYtNC4yMWguMDE3em0tNi41NzIgOS4yMTdjLS44ODIgMy41NzctNi45MDQgMS42My04Ljg1IDEuMTY0bDEuNTgtNi4zMzhjMS45NDYuNDk5IDguMjAyIDEuNDQ3IDcuMjcgNS4xNTd2LjAxN3ptLjg4Mi05LjI2N2MtLjc5OSAzLjI0NC01LjgyMyAxLjU5Ny03LjQzNyAxLjE5OGwxLjQzLTUuNzRjMS42MzEuNCA2Ljg1NSAxLjE2NSA2LjAwNyA0LjU0MnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=",
      },
      content: {
        reference: v4.generateUUID(),
      },
      strategy: {
        reference: v4.generateUUID(),
        name: "Fake strategy",
        description: "Fake strategy just to test",
        creatorName: "Fake",
        image:
          "https://previews.123rf.com/images/varijanta/varijanta1601/varijanta160100039/51306453-thin-line-flat-design-banner-of-business-and-marketing-strategy-modern-vector-illustration-concept.jpg",
      },
      creator: {
        name: "William Wallace",
        company: "WW Company",
        url: "https://en.wikipedia.org/wiki/William_Wallace",
        walletAddress: "0xaB31A127b112CcF2e97fC54A842A6a3b7070BEa9",
      },
      access: {
        wallets: ["0x2767441E044aCd9bbC21a759fB0517494875092d"],
      },
      idea: {
        kind: "open",
        asset: {
          ticker: "BTCUSDT",
          description: "BTC/USDT",
        },
        trade: {
          conviction: 100,
          direction: "long",
        },
        notes: {
          commentary: "This trade idea was opened just to test",
        },
      },
      pricing: {
        provider: "Binance",
      },
    };
    
    const data = await activ.createIdea(payload);

   

Adjusting Investment Ideas

  • Adjusting Inverstment Ideas

    const adjustIdea = await activ.adjustIdea({
      ticker: "BTCUSDT",
      strategyReference: "c407705a-6248-451d-bc12-fb7ebb43d05b",
      creatorWallet: "0xaB31A127b112CcF2e97fC54A842A6a3b7070BEa9",
      adjustment: {
        kind: "increase",
        percentage: 20,
      },
      pricingCredentials: {
        provider: "Binance",
        auth: {
          key: "your_binance_key",
        },
      },
      notes:
        "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been...",
    });

   

Closing Investment Ideas

  • Closing Investment Ideas

    const closeIdea = await activ.closeIdea({
      ticker: "BTCUSDT",
      strategyReference: "c407705a-6248-451d-bc12-fb7ebb43d05b",
      creatorWallet: "0xaB31A127b112CcF2e97fC54A842A6a3b7070BEa9",
      pricingCredentials: {
        provider: "Binance",
        auth: {
          key: "your_binance_key",
        },
      },
      notes:
        "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been...",
    });

   

Retrieving Investment Ideas

  • Retrieve all public ideas
const page = 1;
const limit = 10;
const data = await activ.getAllPublicIdeas(page, limit);
  • Retrieve the ideas created by the user wallet in session (used in your browser)

    const page = 1;
    const limit = 10;
    const filter = ["open"]; // 'open', 'adjust', 'close'
    const data = await activ.getIdeasOwnedBy(page, limit, filter);
  • Retrieve the ideas with access by the user wallet in session (used in your browser)

    const page = 1;
    const limit = 10;
    const filter = ["open"]; // 'open', 'adjust', 'close'
    const data = await activ.getIdeasClientBy(page, limit, filter);
  • Retrieve ideas by strategy

    const strategyReference = "c407705a-6248-451d-bc12-fb7ebb43d05b";
    const page = 1;
    const limit = 10;
    const filter = ["open"]; // 'open', 'adjust', 'close'
    const data = await activ.getIdeasByStrategy(
      strategyReference,
      page,
      limit,
      filter
    );
  • Retrieve closed ideas history by strategy

    const data = await activ.getClosedIdeasHistoryByStrategy({
      strategyReference: "c407705a-6248-451d-bc12-fb7ebb43d05b",
      stages: true,
    });
  • Retrieve NFT content/info by ID

    const nftId = 10;
    const data = await activ.getIdeaByNftId(nftId);

   

Retrieving Investment Strategies

  • Retrieve all public strategies

    const page = 1;
    const limit = 10;
    const data = await activ.getAllPublicStrategies(page, limit);
  • Retrieve the list of strategies created by the user wallet in session (used in your browser)

    const page = 1;
    const limit = 10;
    const data = await activ.listMyStrategies(page, limit);
  • Retrieve the list of accesible strategies (strategies with permission/access)

    const page = 1;
    const limit = 10;
    const data = await activ.listAccesibleStrategies(page, limit);
  • Retrieve the list of all strategies

    const page = 1;
    const limit = 10;
    const data = await activ.listAllStrategies(page, limit);
  • Retrieve the list of all strategies by specific creator (wallet)

    const creatorWallet = "0xaB31A127b112CcF2e97fC54A842A6a3b7070BEa9";
    const type = "all"; // 'all' | 'my' | 'accesible' | 'public',
    const page = 1;
    const limit = 10;
    const data = await activ.listAllStrategiesByCreator(
      creatorWallet,
      type,
      page,
      limit
    );
  • Retrieve strategy info

    const strategyReference = "c407705a-6248-451d-bc12-fb7ebb43d05b";
    const data = await activ.getStrategyInfoDetails(strategyReference);

   

Provider Authorization (for enabling Copy Trade)

  • Authorize Provider

    const providerAddress = "0xaB31A127b112CcF2e97fC54A842A6a3b7070BEa9";
    await activ.authorizeProvider(providerAddress);
  • Revoke Provider

    const providerAddress = "0xaB31A127b112CcF2e97fC54A842A6a3b7070BEa9";
    await activ.revokeProvider(providerAddress);
  • Check Provider Authorization

    const providerAddress = "0xaB31A127b112CcF2e97fC54A842A6a3b7070BEa9";
    const data = await activ.authorizeCheck(providerAddress);
  • Create an Idea/NFT in the name of another user (i.e. the provider can create the nft if the client used the method on: - Authorize Provider)

    const client = '0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC';
    const newIdea = {...} // content used like: - Create a new Idea/NFT
    const data = await activ.providerCreateIdea(client, newIdea);

   

Additional Methods

  • Retrieve wallet info details

    const userWallet = "0xaB31A127b112CcF2e97fC54A842A6a3b7070BEa9";
    const data = await activ.getWalletInfoDetails(userWallet);
  • Post mint granting of access/permission to an idea

    const nftId = 10;
    const walletAddresses = ["0x023C04DB0Deb586F32444A4e154596094c52E7Da"];
    await activ.giveIdeaAccessTo(nftId, walletAddresses);
  • Retrieve wallet with access/permission to an idea

    const nftId = 10;
    const data = await activ.getIdeaViewers(nftId);
  • Search asset

    const payload = {
      provider: "Binance",
      auth: {
        key: "123",
        secret: "456", // optional
      },
      params: {
        symbol: "BTCUSDT",
      },
    };
    const data = await activ.getPricingAsset(payload);
  • Reset Cache

    // content: strategy and idea
    await activ.resetCache("idea");
    await activ.resetCache("strategy");
  • Retrieve estimated costs to create an NFT

    const newIdea = true;
    const data = await activ.getEstimatedCosts(newIdea);
  • Check if a wallet address is valid

    const walletAddressList = ["0xaB31A127b112CcF2e97fC54A842A6a3b7070BEa9"];
    const data = await activ.isValidWalletAddress(walletAddressList);

   

BRA Methods

What do I need to use the BRA methods?

To use the BRA methods you need be authorized for this reason you need generate your own apiKey, steps to get:

  1. Go here: https://ixily.io/activ/account/profile
  2. Click to the "API KEYS" section (left menu)
  3. Copy and pass in the method to call
  4. Done!

 

  • Create A New Investment Idea

    import { v4 } from "@ixily/activ";
    
    const apiKey = "your_api_key";
    
    const newIdea = {
      public: {
        title: "My new idea/nft",
        description:
          "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been",
        image:
          "data:image/svg+xml;base64,PCEtLSBieSBUcmFkaW5nVmlldyAtLT48c3ZnIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjRjc5MzFBIiBkPSJNMCAwaDU2djU2SDB6Ii8+PHBhdGggZD0iTTM5LjkzNiAyNC43MDRjLjUxNS0zLjQ5NC0yLjEzLTUuMzU3LTUuNzczLTYuNjIybDEuMTgtNC43MDgtMi44NzctLjcxNi0xLjE0OCA0LjU5Mi0yLjI5Ni0uNTQ5IDEuMTY0LTQuNjI1LTIuODc4LS43MTUtMS4xODEgNC43MjUtMS44My0uNDMzdi0uMDE2bC0zLjk3Ni0uOTk5LS43NjYgMy4wNzhzMi4xMy41IDIuMDk2LjUxNmMxLjE2NS4zIDEuMzY1IDEuMDY1IDEuMzMyIDEuNjY0bC0xLjMzMiA1LjM5LjMuMS0uMzE2LS4wNjctMS44OCA3LjUzN2MtLjEzMy4zNS0uNS44ODItMS4zMTQuNjY1LjAzMy4wNS0yLjA4LS40OTktMi4wOC0uNDk5bC0xLjQzIDMuMjc4IDMuNzQzLjkzMSAyLjA0Ni41MzMtMS4xOTggNC43NzUgMi44NzguNzE1IDEuMTY1LTQuNzI1IDIuMzEyLjU5OS0xLjE4IDQuNzA4IDIuODc3LjcxNiAxLjE4MS00Ljc3NWM0LjkwOC45MzEgOC42MDIuNTY2IDEwLjE1LTMuODc3IDEuMjQ3LTMuNTc2LS4wNjctNS42MjMtMi42NDYtNi45ODcgMS44OC0uNDE2IDMuMjk0LTEuNjY0IDMuNjYtNC4yMWguMDE3em0tNi41NzIgOS4yMTdjLS44ODIgMy41NzctNi45MDQgMS42My04Ljg1IDEuMTY0bDEuNTgtNi4zMzhjMS45NDYuNDk5IDguMjAyIDEuNDQ3IDcuMjcgNS4xNTd2LjAxN3ptLjg4Mi05LjI2N2MtLjc5OSAzLjI0NC01LjgyMyAxLjU5Ny03LjQzNyAxLjE5OGwxLjQzLTUuNzRjMS42MzEuNCA2Ljg1NSAxLjE2NSA2LjAwNyA0LjU0MnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=",
      },
      content: {
        reference: v4.generateUUID(),
      },
      strategy: {
        reference: v4.generateUUID(),
        name: "Fake strategy",
        description: "Fake strategy just to test",
        creatorName: "Fake",
        image:
          "https://previews.123rf.com/images/varijanta/varijanta1601/varijanta160100039/51306453-thin-line-flat-design-banner-of-business-and-marketing-strategy-modern-vector-illustration-concept.jpg",
      },
      creator: {
        name: "William Wallace",
        company: "WW Company",
        url: "https://en.wikipedia.org/wiki/William_Wallace",
        walletAddress: "0xaB31A127b112CcF2e97fC54A842A6a3b7070BEa9",
      },
      access: {
        wallets: ["0x2767441E044aCd9bbC21a759fB0517494875092d"],
      },
      idea: {
        kind: "open",
        asset: {
          ticker: "BTCUSDT",
          description: "BTC/USDT",
        },
        trade: {
          conviction: 100,
          direction: "long",
        },
        notes: {
          commentary: "This trade idea was opened just to test",
        },
      },
      pricing: {
        provider: "Binance",
      },
    };
    
    const activ = await ActivModule.getApi();
    
    const data = await activ.createIdeaFromFiatMint(payload, apiKey);
  • Adjusting Inverstment Ideas

    const activ = await ActivModule.getApi();
    
    const apiKey = 'your_api_key';
    
    const adjustIdea = await activ.adjustIdeaFromFiatMint(
      {
        ticker: 'BTCUSDT',
        strategyReference: 'c407705a-6248-451d-bc12-fb7ebb43d05b',
        creatorWallet: '0xaB31A127b112CcF2e97fC54A842A6a3b7070BEa9',
        adjustment: {
          kind: 'increase',
          percentage: 20
        },
        pricingCredentials: {
          provider: 'Binance',
          auth: {
            key: 'your_binance_key',
          }
        },
        notes: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been...',
      },
      apiKey
    });
  • Closing Investment Ideas

    const activ = await ActivModule.getApi();
    
    const apiKey = 'your_api_key';
    
    const closeIdea = await activ.closeIdeaFromFiatMint(
      {
        ticker: 'BTCUSDT',
        strategyReference: 'c407705a-6248-451d-bc12-fb7ebb43d05b',
        creatorWallet: '0xaB31A127b112CcF2e97fC54A842A6a3b7070BEa9',
        pricingCredentials: {
          provider: 'Binance',
          auth: {
            key: 'your_binance_key',
          }
        },
        notes: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been...',
      },
      apiKey
    });

   

License

ACTIV is licensed under the MIT license. Open Sans is licensed under the Apache license

4.10.22

9 days ago

4.10.19

1 month ago

4.10.17

1 month ago

4.10.13

2 months ago

4.10.14

2 months ago

4.10.16

2 months ago

4.10.11

2 months ago

4.10.12

2 months ago

4.10.10

2 months ago

4.10.9

2 months ago

4.10.6

3 months ago

4.10.7

3 months ago

4.10.8

3 months ago

4.10.5

3 months ago

4.10.2

4 months ago

4.10.1

4 months ago

4.10.0

4 months ago

4.9.42

4 months ago

4.9.41

4 months ago

4.9.8

7 months ago

4.9.7

7 months ago

4.9.9

7 months ago

4.9.4

7 months ago

4.9.3

7 months ago

4.9.5

7 months ago

4.9.0

7 months ago

4.9.2

7 months ago

4.9.1

7 months ago

2.1.89

10 months ago

2.1.87

10 months ago

2.1.88

10 months ago

2.1.85

11 months ago

2.1.86

10 months ago

3.3.6

8 months ago

3.2.2

9 months ago

3.2.1

10 months ago

3.2.0

10 months ago

3.2.6

9 months ago

3.2.5

9 months ago

3.2.4

9 months ago

3.2.3

9 months ago

4.0.4

8 months ago

4.0.1

8 months ago

4.0.0

8 months ago

4.0.3

8 months ago

2.1.98

10 months ago

4.0.2

8 months ago

2.1.99

10 months ago

2.1.101

10 months ago

2.1.96

10 months ago

2.1.100

10 months ago

2.1.97

10 months ago

2.1.103

10 months ago

2.1.94

10 months ago

2.1.102

10 months ago

2.1.95

10 months ago

2.1.105

10 months ago

2.1.92

10 months ago

2.1.104

10 months ago

2.1.93

10 months ago

2.1.90

10 months ago

2.1.106

10 months ago

2.1.91

10 months ago

3.2.9

9 months ago

3.2.8

9 months ago

3.2.7

9 months ago

3.2.13

9 months ago

3.1.3

10 months ago

3.2.12

9 months ago

3.1.2

10 months ago

3.2.15

9 months ago

3.1.1

10 months ago

3.2.14

9 months ago

3.1.0

10 months ago

3.1.7

10 months ago

3.2.16

9 months ago

3.1.6

10 months ago

3.1.5

10 months ago

3.1.4

10 months ago

3.2.11

9 months ago

3.2.10

9 months ago

3.1.9

10 months ago

3.1.8

10 months ago

3.0.1

10 months ago

3.0.0

10 months ago

4.9.31

7 months ago

4.9.30

7 months ago

4.9.33

7 months ago

4.9.35

7 months ago

4.9.34

7 months ago

4.9.37

6 months ago

4.9.39

6 months ago

4.9.38

6 months ago

4.9.20

7 months ago

4.9.22

7 months ago

4.9.21

7 months ago

4.9.24

7 months ago

4.9.23

7 months ago

4.9.25

7 months ago

4.9.28

7 months ago

4.9.27

7 months ago

4.9.29

7 months ago

4.9.40

6 months ago

4.3.4

7 months ago

4.3.3

7 months ago

4.3.0

7 months ago

4.3.9

7 months ago

4.3.6

7 months ago

4.3.5

7 months ago

4.3.8

7 months ago

4.3.7

7 months ago

2.1.130

10 months ago

2.1.132

10 months ago

2.1.131

10 months ago

2.1.134

10 months ago

2.1.133

10 months ago

2.1.136

10 months ago

2.1.135

10 months ago

2.1.138

10 months ago

2.1.137

10 months ago

2.1.139

10 months ago

4.2.3

7 months ago

4.2.2

7 months ago

4.2.5

7 months ago

4.2.4

7 months ago

2.1.109

10 months ago

2.1.108

10 months ago

4.2.7

7 months ago

4.2.6

7 months ago

4.9.11

7 months ago

4.2.9

7 months ago

4.9.10

7 months ago

4.2.8

7 months ago

4.9.13

7 months ago

4.9.12

7 months ago

4.9.15

7 months ago

4.9.14

7 months ago

4.9.17

7 months ago

4.9.16

7 months ago

4.9.19

7 months ago

2.1.110

10 months ago

4.9.18

7 months ago

2.1.112

10 months ago

2.1.111

10 months ago

2.1.114

10 months ago

2.1.113

10 months ago

2.1.116

10 months ago

2.1.115

10 months ago

2.1.118

10 months ago

2.1.117

10 months ago

3.3.1

8 months ago

3.3.0

8 months ago

2.1.119

10 months ago

3.3.5

8 months ago

3.3.4

8 months ago

3.3.3

8 months ago

3.3.2

8 months ago

2.1.121

10 months ago

4.1.1

8 months ago

2.1.120

10 months ago

2.1.123

10 months ago

2.1.122

10 months ago

2.1.125

10 months ago

2.1.124

10 months ago

2.1.127

10 months ago

2.1.126

10 months ago

2.1.129

10 months ago

2.1.128

10 months ago

2.1.83

11 months ago

2.1.84

11 months ago

2.1.81

11 months ago

2.1.82

11 months ago

2.1.80

11 months ago

2.1.78

11 months ago

2.1.79

11 months ago

2.1.27

1 year ago

2.1.28

1 year ago

2.1.25

1 year ago

2.1.26

1 year ago

2.1.23

1 year ago

2.1.24

1 year ago

2.1.21

1 year ago

2.1.22

1 year ago

2.1.29

12 months ago

2.1.38

11 months ago

2.1.39

11 months ago

2.1.36

12 months ago

2.1.37

11 months ago

2.1.34

12 months ago

2.1.35

12 months ago

2.1.32

12 months ago

2.1.33

12 months ago

2.1.30

12 months ago

2.1.31

12 months ago

2.1.49

11 months ago

2.1.48

11 months ago

2.1.45

11 months ago

2.1.43

11 months ago

2.1.44

11 months ago

2.1.41

11 months ago

2.1.42

11 months ago

2.1.40

11 months ago

2.1.58

11 months ago

2.1.59

11 months ago

2.1.56

11 months ago

2.1.57

11 months ago

2.1.54

11 months ago

2.1.55

11 months ago

2.1.52

11 months ago

2.1.53

11 months ago

2.1.51

11 months ago

2.1.69

11 months ago

2.1.67

11 months ago

2.1.68

11 months ago

2.1.65

11 months ago

2.1.66

11 months ago

2.1.63

11 months ago

2.1.64

11 months ago

2.1.61

11 months ago

2.1.62

11 months ago

2.1.60

11 months ago

2.1.76

11 months ago

2.1.77

11 months ago

2.1.74

11 months ago

2.1.75

11 months ago

2.1.72

11 months ago

2.1.73

11 months ago

2.1.70

11 months ago

2.1.71

11 months ago

2.1.20

1 year ago

2.1.19

1 year ago

2.1.18

1 year ago

2.1.17

1 year ago

2.1.16

1 year ago

2.1.15

1 year ago

2.1.14

1 year ago

2.1.13

1 year ago

2.1.12

1 year ago

2.1.11

1 year ago

2.1.10

1 year ago

2.1.9

1 year ago

2.1.8

1 year ago

2.1.7

1 year ago

2.1.6

1 year ago

2.1.5

1 year ago

2.1.3

1 year ago

2.1.2

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.126

1 year ago

2.0.124

1 year ago

2.0.123

1 year ago

2.0.122

1 year ago

2.0.121

1 year ago

2.0.120

1 year ago

2.0.119

1 year ago

2.0.118

1 year ago

2.0.117

1 year ago

2.0.116

1 year ago

2.0.115

1 year ago

2.0.114

1 year ago

2.0.113

1 year ago

2.0.112

1 year ago

2.0.111

1 year ago

2.0.109

1 year ago

2.0.108

1 year ago

2.0.107

1 year ago

2.0.105

1 year ago

2.0.104

1 year ago

2.0.103

1 year ago

2.0.102

1 year ago

2.0.101

1 year ago

2.0.100

1 year ago

2.0.99

1 year ago

2.0.98

1 year ago

2.0.97

1 year ago

2.0.96

1 year ago

2.0.95

1 year ago

2.0.94

1 year ago

2.0.93

1 year ago

2.0.92

1 year ago

2.0.91

1 year ago

2.0.90

1 year ago

2.0.89

1 year ago

2.0.88

1 year ago

2.0.87

1 year ago

2.0.86

1 year ago

2.0.85

1 year ago

2.0.84

1 year ago

2.0.83

1 year ago

2.0.82

1 year ago

2.0.81

1 year ago

2.0.80

1 year ago

2.0.79

1 year ago

2.0.78

1 year ago

2.0.77

1 year ago

2.0.76

1 year ago

2.0.75

1 year ago

2.0.74

1 year ago

2.0.73

1 year ago

2.0.72

1 year ago

2.0.71

1 year ago

2.0.70

1 year ago

2.0.69

1 year ago

2.0.68

1 year ago

2.0.67

1 year ago

2.0.66

1 year ago

2.0.65

1 year ago

2.0.64

1 year ago

2.0.63

1 year ago

2.0.62

1 year ago

2.0.61

1 year ago

2.0.60

1 year ago

2.0.59

1 year ago

2.0.58

1 year ago

2.0.57

1 year ago

2.0.56

1 year ago

2.0.55

1 year ago

2.0.54

1 year ago

2.0.53

1 year ago

2.0.52

1 year ago

2.0.51

1 year ago

2.0.50

1 year ago

2.0.49

1 year ago

2.0.48

1 year ago

2.0.47

1 year ago

2.0.46

1 year ago

2.0.44

1 year ago

2.0.43

1 year ago

2.0.42

1 year ago

2.0.41

1 year ago

2.0.40

1 year ago

2.0.39

1 year ago

2.0.38

1 year ago

2.0.37

1 year ago

2.0.35

1 year ago

2.0.34

1 year ago

2.0.33

1 year ago

2.0.32

1 year ago

2.0.30

1 year ago

2.0.29

1 year ago

2.0.28

1 year ago

2.0.27

1 year ago

2.0.26

1 year ago

2.0.25

1 year ago

2.0.24

1 year ago

2.0.23

1 year ago

2.0.22

1 year ago

2.0.21

1 year ago

2.0.20

1 year ago

2.0.17

1 year ago

2.0.16

1 year ago

2.0.15

1 year ago

2.0.14

1 year ago

2.0.13

1 year ago

2.0.12

1 year ago

2.0.11

1 year ago

2.0.10

1 year ago

2.0.8

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.0

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago