|
| 1 | +export const eip1404ExamplesData = [ |
| 2 | + { |
| 3 | + comment: 'Example 0', |
| 4 | + address: '0x0000000000000000000000000000000000000000', |
| 5 | + salt: '0x0000000000000000000000000000000000000000000000000000000000000000', |
| 6 | + initCode: '0x00', |
| 7 | + gas: '32006', |
| 8 | + result: '0x4d1a2e2bb4f88f0250f26ffff098b0b30b26bf38', |
| 9 | + }, |
| 10 | + { |
| 11 | + comment: 'Example 1', |
| 12 | + address: '0xdeadbeef00000000000000000000000000000000', |
| 13 | + salt: '0x0000000000000000000000000000000000000000000000000000000000000000', |
| 14 | + initCode: '0x00', |
| 15 | + gas: '32006', |
| 16 | + result: '0xb928f69bb1d91cd65274e3c79d8986362984fda3', |
| 17 | + }, |
| 18 | + { |
| 19 | + comment: 'Example 2', |
| 20 | + address: '0xdeadbeef00000000000000000000000000000000', |
| 21 | + salt: '0x000000000000000000000000feed000000000000000000000000000000000000', |
| 22 | + initCode: '0x00', |
| 23 | + gas: '32006', |
| 24 | + result: '0xd04116cdd17bebe565eb2422f2497e06cc1c9833', |
| 25 | + }, |
| 26 | + { |
| 27 | + comment: 'Example 3', |
| 28 | + address: '0x0000000000000000000000000000000000000000', |
| 29 | + salt: '0x0000000000000000000000000000000000000000000000000000000000000000', |
| 30 | + initCode: '0xdeadbeef', |
| 31 | + gas: '32006', |
| 32 | + result: '0x70f2b2914a2a4b783faefb75f459a580616fcb5e', |
| 33 | + }, |
| 34 | + { |
| 35 | + comment: 'Example 4', |
| 36 | + address: '0x00000000000000000000000000000000deadbeef', |
| 37 | + salt: '0x00000000000000000000000000000000000000000000000000000000cafebabe', |
| 38 | + initCode: '0xdeadbeef', |
| 39 | + gas: '32006', |
| 40 | + result: '0x60f3f640a8508fc6a86d45df051962668e1e8ac7', |
| 41 | + }, |
| 42 | + { |
| 43 | + comment: 'Example 5', |
| 44 | + address: '0x00000000000000000000000000000000deadbeef', |
| 45 | + salt: '0x00000000000000000000000000000000000000000000000000000000cafebabe', |
| 46 | + initCode: |
| 47 | + '0xdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef', |
| 48 | + gas: '32012', |
| 49 | + result: '0x1d8bfdc5d46dc4f61d6b6115972536ebe6a8854c', |
| 50 | + }, |
| 51 | + { |
| 52 | + comment: 'Example 6', |
| 53 | + address: '0x0000000000000000000000000000000000000000', |
| 54 | + salt: '0x0000000000000000000000000000000000000000000000000000000000000000', |
| 55 | + initCode: '0x', |
| 56 | + gas: '32000', |
| 57 | + result: '0xe33c0c7f7df4809055c3eba6c09cfe4baf1bd9e0', |
| 58 | + }, |
| 59 | +] |
0 commit comments