Smart Contracts
Last updated
Last updated
Blocktorch can be used for smart contracts deployed on
any EVM blockchain natively supported
any custom EVM chain added through your own rpc
any roll-ups added to your blocktorch project
any local or managed hardhat fork added to your blocktorch project
Once you add a smart contract to blocktorch, our engine starts indexing the data of that smart contract. For all smart contracts we collect and index:
transaction receipts
logs
events
errors
traces
state changes
balance changes
Blocktorch also handles your contract correctly when using proxy contracts
Once a smart contract has been added it can be clicked in the contract overview page to access all detailed information about his smart contract.
The details page includes
Status of monitors set for the smart contract
General information like name, address and deployed blockchain of the smart contract
Out of the box metrics about the smart contract
The ABI of the smart contract
The source code of the smart contract
All log information related to this smart contract