...nt transaction execution
fakeStorage Storage // Fake storage which constructed by caller for debugging purpose.
// Cache flags.
// When an object is marked suicided it will be delete from the trie
// during the "update" phase of the state transition.
dirtyCode bool // t...
...wo of these values are immutable: they can only be set once during
* construction.
*/
function __ERC20_init(string memory name_, string memory symbol_) internal initializer {
__Context_init_unchained();
__ERC20_init_unchained(name_, symbol_);
}
function...
...希望大神能够解答下,谢谢
错误信息:
**Error!** Invalid constructor arguments provided. Please verify that they are in ABI-encoded format
以下是我的源码:
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.2;
/*
* @dev Provides information about the current executi...
...ecentralized blockchain platform designed to provide high-speed, scalable, and secure transaction processing capabilities. Its design philosophy integrates various advanced technologies, such as sharding and blockchain interaction, to achieve efficient network performance and optimized user experien...
...pen Network) is a decentralized blockchain platform known for its powerful and flexible smart contract capabilities. During the development of TON smart contracts, the stdlib.fc library provides basic functional support. However, for some advanced or specific requirements, stdlib.fc may not be suffi...