Open Zergity opened 2 years ago
Address: 0x5555555555555555555555555555555555555555
0x5555555555555555555555555555555555555555
Contract Source:
pragma solidity ^0.8.0; contract EVMPP { // Batch Transaction struct Tx { address to; bytes data; uint256 value; // ether value to transfer } function call(Tx[] calldata txs) external {} // Tx with Fee Payer function call( address to, bytes calldata data, uint256 nonce, uint256 gasLimit, uint256 v, // signature V uint256 r, // signature R uint256 s // signature S ) payable external {} }
similar issue 8 , the logic only need to update in database for EVMPP with fixing in UI when show contract creator https://github.com/EZChain-core/ezchain-cchain-explorer/pull/9
@nguyenduybinh please check and MR
Address:
0x5555555555555555555555555555555555555555
Contract Source: