Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/explorills/tno-contract
ERC1155 cross-chain contract with ERC20 minting functionality
https://github.com/explorills/tno-contract
blockchain cross-chain defi erc1155 erc20 ethereum explorills flare nfts tno web3
Last synced: 13 days ago
JSON representation
ERC1155 cross-chain contract with ERC20 minting functionality
- Host: GitHub
- URL: https://github.com/explorills/tno-contract
- Owner: explorills
- License: bsd-3-clause
- Created: 2024-09-27T23:36:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T15:03:15.000Z (2 months ago)
- Last Synced: 2024-11-10T08:28:50.439Z (about 2 months ago)
- Topics: blockchain, cross-chain, defi, erc1155, erc20, ethereum, explorills, flare, nfts, tno, web3
- Language: Solidity
- Homepage: https://mint.explorills.com
- Size: 28.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# explorills_TNO Contract
ERC1155 cross-chain contract with ERC20 minting functionality
## General Functionality
1. Mints four types of NFTs (TNO Cards): Bronze, Silver, Gold, and Diamond
2. Each type of TNO card holds a different value relative to explorills' native currency $EXPL
3. TNO cards will enable users to claim $EXPL once it's deployed
4. Cross-chain NFT minting, transfers, and balance management are supported## Main Functions
- `mint`: Create new NFTs (TNO cards)
- `burnTnftForMintTerc20`: Burn TNO cards to get ERC20 tokens $EXPL
- `receiveTnftFromUserToOtherChainsSupply`: Transfer TNO cards to another chain## Build and Deployment Settings
* Contract Name: explorills_TNO
* Compiler Version: v0.8.24
* EVM Version: London
* Optimization: Enabled (200 runs)
* Networks: [Ethereum](https://ethereum.org/); [Flare](https://flare.network/)## Notes
- This contract is designed to work with a separate ERC20 token contract
- Cross-chain functionalities requires additional off-chain components## License
BSD-3-Clause License
## Contact
- main: [explorills.com](https://explorills.com)
- mint: [mint.explorills.com](https://mint.explorills.com)
- contact: [email protected]
- security contact: [email protected]## Contract Address
- 0xa255Ea1Ce9D42Ff1AE8D573D1765C49335631059
### Find at- [sourcify.eth](https://sourcify.dev/#/lookup/0xa255Ea1Ce9D42Ff1AE8D573D1765C49335631059)
- [Etherscan.io](https://etherscan.io/address/0xa255Ea1Ce9D42Ff1AE8D573D1765C49335631059#code)
- [Flarescan.com](https://flarescan.com/address/0xa255Ea1Ce9D42Ff1AE8D573D1765C49335631059/contract/14/code?chainid=14)
- [Flare-explorer](https://flare-explorer.flare.network/address/0xa255Ea1Ce9D42Ff1AE8D573D1765C49335631059?tab=contract#address-tabs)---
- explorills community 2024