Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)