does someone know the salary of an ethereum core contributor ?
in ContractA : timelock.queueTransaction() and in timelock : function queueTransaction() public { require(msg.sender == admin,"...") and the admin of timelock is not...
did you ever try one ?
function purchase() payable public { payable(receivingAddress).transfer(msg.value); } is the payable necessary ?
function isOwner() public view returns (bool) { return msg.sender == _owner; } is this function safe ?
where did you get this information ?
like if everything work on the remix vm it will also 100% work on mainnet or there is difference ?
did you try or thought about it ? or just played by the rules ?
like how long can you make a transaction last with the current max gas limit per block ?
why do you guys think you can never be the first ?
someone is familliar with flashloan here ?