2021-10-21 21:41:22 +00:00
pragma abicoder v2 ;
2019-12-13 14:46:28 +00:00
contract test {
function f ( ) public pure returns ( string memory ret ) {
// 27000 bytes long data
ret = " ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
}
}
// ====
2021-10-21 21:41:22 +00:00
// EVMVersion: >byzantium
2019-12-13 14:46:28 +00:00
// ----
2022-07-27 16:46:36 +00:00
// Warning 5574: (21-27154): Contract code size is 27192 bytes and exceeds 24576 bytes (a limit introduced in Spurious Dragon). This contract may not be deployable on Mainnet. Consider enabling the optimizer (with a low "runs" value!), turning off revert strings, or using libraries.