Mikk Laos
Results
1
issues of
Mikk Laos
When calling the function, it throws the exception and dies. What I am doing wrong? ``` @on_exception(expo, RateLimitException, max_tries=8) @limits(calls=15, period=300) def mint_nft_to_address(cust_address): global contract_address assert contract_address, "Unable to mint....