/** * Source Code first verified at https://etherscan.io on Friday, March 15, 2019 (UTC) */ pragma solidity ^0.4.25 ; // 0.4.25+commit.59dbf8f1.Emscripten.clang contract CCH_Form { address owner ; function CCH_Form () public { owner = msg.sender; } modifier onlyOwner () { require(msg.sender == owner ); _; } // 1 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_1 = " une première phrase " ; function setData_1 ( string newData_1 ) public onlyOwner { inData_1 = newData_1 ; } function getData_1 () public constant returns ( string ) { return inData_1 ; } // 2 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_2 = " une première phrase " ; function setData_2 ( string newData_2 ) public onlyOwner { inData_2 = newData_2 ; } function getData_2 () public constant returns ( string ) { return inData_2 ; } // 3 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_3 = " une première phrase " ; function setData_3 ( string newData_3 ) public onlyOwner { inData_3 = newData_3 ; } function getData_3 () public constant returns ( string ) { return inData_3 ; } // 4 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_4 = " une première phrase " ; function setData_4 ( string newData_4 ) public onlyOwner { inData_4 = newData_4 ; } function getData_4 () public constant returns ( string ) { return inData_4 ; } // 5 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_5 = " une première phrase " ; function setData_5 ( string newData_5 ) public onlyOwner { inData_5 = newData_5 ; } function getData_5 () public constant returns ( string ) { return inData_5 ; } // 6 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_6 = " une première phrase " ; function setData_6 ( string newData_6 ) public onlyOwner { inData_6 = newData_6 ; } function getData_6 () public constant returns ( string ) { return inData_6 ; } // 7 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_7 = " une première phrase " ; function setData_7 ( string newData_7 ) public onlyOwner { inData_7 = newData_7 ; } function getData_7 () public constant returns ( string ) { return inData_7 ; } // 8 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_8 = " une première phrase " ; function setData_8 ( string newData_8 ) public onlyOwner { inData_8 = newData_8 ; } function getData_8 () public constant returns ( string ) { return inData_8 ; } // 9 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_9 = " une première phrase " ; function setData_9 ( string newData_9 ) public onlyOwner { inData_9 = newData_9 ; } function getData_9 () public constant returns ( string ) { return inData_9 ; } // 10 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_10 = " une première phrase " ; function setData_10 ( string newData_10 ) public onlyOwner { inData_10 = newData_10 ; } function getData_10 () public constant returns ( string ) { return inData_10 ; } // 11 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_11 = " une première phrase " ; function setData_11 ( string newData_11 ) public onlyOwner { inData_11 = newData_11 ; } function getData_11 () public constant returns ( string ) { return inData_11 ; } // 12 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_12 = " une première phrase " ; function setData_12 ( string newData_12 ) public onlyOwner { inData_12 = newData_12 ; } function getData_12 () public constant returns ( string ) { return inData_12 ; } // 13 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_13 = " une première phrase " ; function setData_13 ( string newData_13 ) public onlyOwner { inData_13 = newData_13 ; } function getData_13 () public constant returns ( string ) { return inData_13 ; } // 14 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_14 = " une première phrase " ; function setData_14 ( string newData_14 ) public onlyOwner { inData_14 = newData_14 ; } function getData_14 () public constant returns ( string ) { return inData_14 ; } // 15 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_15 = " une première phrase " ; function setData_15 ( string newData_15 ) public onlyOwner { inData_15 = newData_15 ; } function getData_15 () public constant returns ( string ) { return inData_15 ; } // 16 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_16 = " une première phrase " ; function setData_16 ( string newData_16 ) public onlyOwner { inData_16 = newData_16 ; } function getData_16 () public constant returns ( string ) { return inData_16 ; } // 17 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_17 = " une première phrase " ; function setData_17 ( string newData_17 ) public onlyOwner { inData_17 = newData_17 ; } function getData_17 () public constant returns ( string ) { return inData_17 ; } // 18 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_18 = " une première phrase " ; function setData_18 ( string newData_18 ) public onlyOwner { inData_18 = newData_18 ; } function getData_18 () public constant returns ( string ) { return inData_18 ; } // 19 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_19 = " une première phrase " ; function setData_19 ( string newData_19 ) public onlyOwner { inData_19 = newData_19 ; } function getData_19 () public constant returns ( string ) { return inData_19 ; } // 20 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_20 = " une première phrase " ; function setData_20 ( string newData_20 ) public onlyOwner { inData_20 = newData_20 ; } function getData_20 () public constant returns ( string ) { return inData_20 ; } // 21 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_21 = " une première phrase " ; function setData_21 ( string newData_21 ) public onlyOwner { inData_21 = newData_21 ; } function getData_21 () public constant returns ( string ) { return inData_21 ; } // 22 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_22 = " une première phrase " ; function setData_22 ( string newData_22 ) public onlyOwner { inData_22 = newData_22 ; } function getData_22 () public constant returns ( string ) { return inData_22 ; } // 23 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_23 = " une première phrase " ; function setData_23 ( string newData_23 ) public onlyOwner { inData_23 = newData_23 ; } function getData_23 () public constant returns ( string ) { return inData_23 ; } // 24 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_24 = " une première phrase " ; function setData_24 ( string newData_24 ) public onlyOwner { inData_24 = newData_24 ; } function getData_24 () public constant returns ( string ) { return inData_24 ; } // 25 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_25 = " une première phrase " ; function setData_25 ( string newData_25 ) public onlyOwner { inData_25 = newData_25 ; } function getData_25 () public constant returns ( string ) { return inData_25 ; } // 26 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_26 = " une première phrase " ; function setData_26 ( string newData_26 ) public onlyOwner { inData_26 = newData_26 ; } function getData_26 () public constant returns ( string ) { return inData_26 ; } // 27 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_27 = " une première phrase " ; function setData_27 ( string newData_27 ) public onlyOwner { inData_27 = newData_27 ; } function getData_27 () public constant returns ( string ) { return inData_27 ; } // 28 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_28 = " une première phrase " ; function setData_28 ( string newData_28 ) public onlyOwner { inData_28 = newData_28 ; } function getData_28 () public constant returns ( string ) { return inData_28 ; } // 29 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_29 = " une première phrase " ; function setData_29 ( string newData_29 ) public onlyOwner { inData_29 = newData_29 ; } function getData_29 () public constant returns ( string ) { return inData_29 ; } // 30 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_30 = " une première phrase " ; function setData_30 ( string newData_30 ) public onlyOwner { inData_30 = newData_30 ; } function getData_30 () public constant returns ( string ) { return inData_30 ; } // 31 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_31 = " une première phrase " ; function setData_31 ( string newData_31 ) public onlyOwner { inData_31 = newData_31 ; } function getData_31 () public constant returns ( string ) { return inData_31 ; } // 32 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_32 = " une première phrase " ; function setData_32 ( string newData_32 ) public onlyOwner { inData_32 = newData_32 ; } function getData_32 () public constant returns ( string ) { return inData_32 ; } // 33 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_33 = " une première phrase " ; function setData_33 ( string newData_33 ) public onlyOwner { inData_33 = newData_33 ; } function getData_33 () public constant returns ( string ) { return inData_33 ; } // 34 IN DATA / SET DATA / GET DATA / STRING / PUBLIC / ONLY OWNER / CONSTANT string inData_34 = " une première phrase " ; function setData_34 ( string newData_34 ) public onlyOwner { inData_34 = newData_34 ; } function getData_34 () public constant returns ( string ) { return inData_34 ; } }