-
Notifications
You must be signed in to change notification settings - Fork 0
Test ERC20 Token
To manually test our write/privileged operations, we have deployed a test token to Ropsten using this github repo. After you're done, add the test token information (contract address, token name, etherscan link, etc.) to the wiki so that other people know how to use it.
0xe9404c75D0c2C6FC9FE5c07f36b5aE15547B546c
Also found in our utils/constants.js file as TEST_TOKEN_CONTRACT_ADDRESS
https://ropsten.etherscan.io/address/0xe9404c75d0c2c6fc9fe5c07f36b5ae
The following are found in utils/constants.js:
TEST_TOKEN_CONTRACT_ADDRESS
TEST_TOKEN_OWNER_ADDRESS
TEST_TOKEN_MASTER_MINTER_ADDRESS
TEST_TOKEN_PAUSER_ADDRESS = '0xdC1e071D120FD40fB1173BCcc86c74F47645F4E0';
TEST_TOKEN_BLACKLISTER_ADDRESS = '0x5df6c542e318966CC5FB8862Faf25452574A6c5D';
- Open Metamask
- Scroll down to find and click the
Add Tokenbutton - Navigate to the right tab
Custom Token - Enter the test token contract address (0xe9404c75D0c2C6FC9FE5c07f36b5aE15547B546c)
- Enter a name for the test token to show up as in Metamask (e.g. test token)
- Press
NextandAdd Tokensto confirm - The token should now show up in Metamask under
Assetsand can be used when on the Ropsten network
For more documentation on methods, please visit the docs folder of the centre tokens github repo
To view methods and implementations of these methods, visit the etherscan link, navigate right to the Contract tab, and Decompile Bytecode