Skip to content

Commit

Permalink
Update BEP20.sol
Browse files Browse the repository at this point in the history
Replace bytecode
ethereum/solidity#2691
by
https://github.com/bangkok-cryp/TTT-BEP20/blob/main/BEP20.sol 

* BSCScan verifies contract code error
  • Loading branch information
bangkok-cryp committed May 22, 2023
1 parent f40279f commit 02d5095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BEP20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ contract Context {
}

function _msgData() internal view returns (bytes memory) {
this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
this; // silence state mutability warning without generating bytecode - see https://github.com/bangkok-cryp/TTT-BEP20/blob/main/BEP20.sol
return msg.data;
}
}
Expand Down

0 comments on commit 02d5095

Please sign in to comment.