erc1155delta
v0.1.0
Published
[](https://github.com/estarriolvetch/ERC1155Delta/actions/workflows/test.yml) [ ERC1155Delta("https://token-cdn-domain/{id}.json") {}
function mint(
address to,
uint256 amount
) external {
_mint(to, amount);
}
}
Acknoledgement
This repository is inspired by or directly modified from the following projects:
- Openzeppelin SDK
- ERC721A