Skip to main content
GET
Check if contract is paused
This is a smart contract view function. The curl example shown is for illustration. To call this function, use web3 libraries (ethers.js, viem, web3.py) or JSON-RPC directly.

Response

200 - application/json

Current pause state

paused
boolean

Whether the contract is paused

Example:

false