Skip to content

contains solidity contract tokens ERC20, ERC721 and ERC1155

Notifications You must be signed in to change notification settings

masterviana/solidity-tokens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Solidity Tokens

This repo have multiple token formats for test purposes, its an ERC20, ERC721 and ERC1155 deployed over multiple chain's.

To mint each of the token go to blockchain explorer using the below table then use method mint() with 0 on the parameter this will mint any of the token to your wallet.

You will need some ethers (ETH) to pay for the network transaction fees. See Testnet Ether Faucets below to obtain testnet ethers.

ERC20


Symbol Decimals Faucet Drip Rate Mumbai Ropsten Kovan Rinkeby Görli
IO 18 10 0x93..f44 0x93..f44 0x93..f44 0x93..f44 0x93..f44

ERC721

For minting a randon NFT use table below then click method mint() it mint a random NFT for your wallet

Its possible to explore your collection using opensea interface : https://testnets.opensea.io/collection/demonstrating-collection-for-tests-purposes-by-m-1

Testnet Explorers
mumbai 0xF76...F55
mumbai 0xF76...F55
mumbai 0xF76...F55

ERC1155

For minting a randon NFT use table below then click method mint() it mint a random NFT for your wallet

Its possible to explore your collection using opensea interface : https://testnets.opensea.io/collection/demonstrating-collection-for-tests-purposes-by-m-2

Testnet Explorers
mumbai 0xF76...F55
mumbai 0xF76...F55

Testnet Ether Faucets

Testnet Explorers Testnet ETH Faucets
Ropsten https://ropsten.etherscan.io/ https://faucet.metamask.io/
https://twitter.com/BokkyPooBah/status/1099498823699714048
Kovan https://kovan.etherscan.io/ https://faucet.kovan.network/
https://github.com/kovan-testnet/faucet
https://faucet.kovan.radarrelay.com/
Rinkeby https://rinkeby.etherscan.io/ https://faucet.rinkeby.io/
https://faucet.metamask.io/
Görli https://goerli.etherscan.io/ https://faucet.goerli.mudit.blog/
https://goerli-faucet.slock.it/
https://bridge.goerli.com/
Mumbai https://mumbai.polygonscan.com/ https://faucet.polygon.technology/

Releases

No releases published

Packages