Results 193 comments of Victor Baranov

Blockscout provides API endpoint to verify contracts by default. Take a look at `/api-docs` page on Canto instance. This is how contract `verify` API endpoint looks like on Sokol instance:...

We provide a new smart-contract verification microservice written in Rust https://docs.blockscout.com/for-developers/information-and-settings/smart-contract-verification. It allows users to verify smart contracts much faster and contains fixes for known bugs. Please advise the Canto...

This is from a fresh today's log. Ok, I will continue to monitor for this error.

@nikitosing this error repeats again: ``` 2022-05-04T16:51:19.402 [error] #PID running BlockScoutWeb.Endpoint (connection #PID, stream id 1) terminated Server: ... Request: GET /smart-contracts/0x93d0c9a35c43f6BC999416A06aaDF21E68B29EBA?function_name=balanceOf&method_id=00fdd58e&args%5B%5D=0x5360f5437cc9be8770c1b2b282cc5a222226ad26&args%5B%5D=873 ** (exit) an exception was raised: ** (FunctionClauseError)...

@nikitosing yes From fresh log: ``` 2022-09-14T11:28:10.943 [error] #PID running BlockScoutWeb.Endpoint (connection #PID, stream id 1) terminated Server: ... (http) Request: GET /smart-contracts/0x93d0c9a35c43f6BC999416A06aaDF21E68B29EBA?function_name=balanceOf&method_id=00fdd58e&args%5B%5D=0x4320f0ba8333ba285506d885cf798bc2ca578ad7&args%5B%5D=873 ** (exit) an exception was raised: **...

@DengineerPC as I can see from the logs there is no Python in your Heroku environment. Try to add [Heroku Python buildpack](https://github.com/tardyp/heroku-buildpack-python-node) fro your Node js application. `python_version = "2.7"`...

@pratimasethi do you have the same problem with your created crowdsale on the main instance of Wizard (https://wizard.poa.network) ?

Yes, it is contract limitation for now. Let's put this issue on hold until migration to auth_os.

@geoinheritance try to verify your smart-contract in BlockScout Alpha blockchain explorer: https://core-alpha.poaexplorer.com/en/addresses/0xc739fAf883644f540EafB9eC3Fa52bcA82e6417c/contract_verifications/new and please let me know the result

Relates to https://github.com/poanetwork/token-wizard/issues/1181