Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastiantf/reverts
Test smart contract that implements different types of reverts in Solidity
https://github.com/sebastiantf/reverts
ethereum helper revert smart-contracts solidity test
Last synced: 6 days ago
JSON representation
Test smart contract that implements different types of reverts in Solidity
- Host: GitHub
- URL: https://github.com/sebastiantf/reverts
- Owner: sebastiantf
- Created: 2022-09-12T07:57:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T12:06:56.000Z (about 2 years ago)
- Last Synced: 2024-10-07T11:11:12.881Z (about 1 month ago)
- Topics: ethereum, helper, revert, smart-contracts, solidity, test
- Language: TypeScript
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Reverts
Test smart contract that implements different types of reverts in Solidity. Helpful for testing contract interaction error handling from frontends or other clients.
## Deployments [`Reverts.sol`](https://github.com/sebastiantf/reverts/blob/main/contracts/Reverts.sol)
- Goerli: [`0x0E69084F6a89235C2ed209799907a18088F4c06B`](https://goerli.etherscan.io/address/0x0E69084F6a89235C2ed209799907a18088F4c06B)
- Rinkeby: [`0x0E69084F6a89235C2ed209799907a18088F4c06B`](https://rinkeby.etherscan.io/address/0x0E69084F6a89235C2ed209799907a18088F4c06B)
- Mumbai: [`0x0E69084F6a89235C2ed209799907a18088F4c06B`](https://mumbai.polygonscan.com/address/0x0E69084F6a89235C2ed209799907a18088F4c06B)## Thanks
- [xdeployer](https://github.com/pcaversaccio/xdeployer)