Skip to content

Instantly share code, notes, and snippets.

@coinfork
Last active August 3, 2018 19:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save coinfork/e87fb5aced1209af124804c4f81fe48a to your computer and use it in GitHub Desktop.
Save coinfork/e87fb5aced1209af124804c4f81fe48a to your computer and use it in GitHub Desktop.
Enjin Coin Ropsten Testnet Contracts

Enjin Coin Ropsten Testnet Contracts

Updated June 25, 2018

Test Enjin Coin Token (+ Faucet):

  • TENJ Token: 0x33fcaef31a637c96207e99b1a1189e1eb4640976 ABI

Crypto Items Contracts:

  • CryptoItems: 0xb383cffd9f952dfc3386cabbda106bd9b412075c ABI
  • CryptoItemsStorage: 0x9976f711d866eac0d24693031a0840e512868ac4 ABI

Supply Models

  • AnnualPercentage: 0xc6fdce8195c5418de229f63ff86157bcd7d44d8b ABI
  • AnnualValue: 0x6d98963b1fa86d1184e69bdbd225aae91dbe2b73 ABI
  • Collapsing: 0x8dcaedd39b7248bf859d7f10f556449f3593d324 ABI
  • Infinite: 0x4bb504779e6360616b63c6563c99a5fff7ef18b6 ABI
  • Settable: 0xb96a2e61f1e58631098331fb756a7f6461d242b1 ABI

Platform Registry

  • Contract: 0x5040224455eef92eceff0f01325bf5909293fa19 ABI
@AC0DEM0NK3Y
Copy link

Supply Models

Infinite: "0xb4cc6cb6df8effb8eefe6d034ae398b47b5a360f"
https://gist.github.com/AC0DEM0NK3Y/189adf035890a4fd646e209ad0376643

Settable: "0x77ffbd9542cbebfc79b9e94eed4f8fbeaba7839c"
https://gist.github.com/AC0DEM0NK3Y/4e422b3b4ce92e40b80405ccc0d24305

AnnualValue: "0x7e20eefd0ac1083af1684a51b4b8a39337624084"
https://gist.github.com/AC0DEM0NK3Y/a87fefc6d062e979cfabd1160d9d50e6

AnnualPercentage: "0xa87fcd99982615ff5900244448db07b6ddd87595"
https://gist.github.com/AC0DEM0NK3Y/09494ddf700c4dd8a0d0168f74093a2c

Collapsing: "0x8758a1e8131f0602e281c0f047ba38d96e82eb40"
https://gist.github.com/AC0DEM0NK3Y/bd54b7ac98e3c978a9a0c0154a03658c

@ericbinet
Copy link

ericbinet commented Jun 21, 2018

June 20 Contracts:

  • CryptoItems: ABI 0xfa75cafc047d5f123617632b6c4fafaa5b852b58
  • CryptoItemsStorage: ABI 0x6dFE493c6C3f835B545c96D0C3f7F2d853a5315d

Supply Models

  • AnnualPercentage: 0x5d47579883fd4d4ac43dd8760e4e2a71eabdde9c
  • AnnualValue: 0xb894b04970dc423118676684a02cf21cb058ad90
  • Collapsing: 0x8dcaedd39b7248bf859d7f10f556449f3593d324
  • Infinite: 0x4bb504779e6360616b63c6563c99a5fff7ef18b6
  • Settable: 0xaecf780733fe769102de5e0f9f3b8fd1ad19643e

@AC0DEM0NK3Y
Copy link

AC0DEM0NK3Y commented Jun 24, 2018

June 23 Contracts

  • CryptoItems: ABI 0x08381426d0fb5ea5071201305137747ba4b23831
  • CryptoItemsStorage: ABI 0x9976f711d866eac0d24693031a0840e512868ac4

Supply Models

  • AnnualPercentage: ABI 0xc6fdce8195c5418de229f63ff86157bcd7d44d8b
  • AnnualValue: ABI 0x6d98963b1fa86d1184e69bdbd225aae91dbe2b73
  • Collapsing: ABI 0x8dcaedd39b7248bf859d7f10f556449f3593d324
  • Infinite: ABI 0x4bb504779e6360616b63c6563c99a5fff7ef18b6
  • Settable: ABI 0xb96a2e61f1e58631098331fb756a7f6461d242b1

@AC0DEM0NK3Y
Copy link

June 25 Contracts

CryptoItems: ABI 0xb383cffd9f952dfc3386cabbda106bd9b412075c
CryptoItemsStorage: ABI 0x9976f711d866eac0d24693031a0840e512868ac4

Supply Models

AnnualPercentage: ABI 0xc6fdce8195c5418de229f63ff86157bcd7d44d8b
AnnualValue: ABI 0x6d98963b1fa86d1184e69bdbd225aae91dbe2b73
Collapsing: ABI 0x8dcaedd39b7248bf859d7f10f556449f3593d324
Infinite: ABI 0x4bb504779e6360616b63c6563c99a5fff7ef18b6
Settable: ABI 0xb96a2e61f1e58631098331fb756a7f6461d242b1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment