Use Blockscout to Read and Write to Smart Contracts
Search bar results
Read and Write methods are available, but we click on the Contract to see more.
Code is verified
Read proxy to find relevant methods. Read contract will only show implementation address.
balanceOf
method.
Scroll down to find balanceOf method
Query directly from Blockscout
transferFrom
method.
Empty fields with prompts
_sender(address)
: The 0x
address sending the USDC. Note this account is the one to connect to Blockscout to write to the contract.
_recipient(address)
: The 0x
address receiving the USDC.
_amount(uint256)
: Amount to transfer. We use 6 decimals of precision for USDC - for other tokens this can differ. Here we enter 500000 to denote $0.50.
Filled fields
balanceOf
method to view new balances for the addresses).