// SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
contract Rubyscore_Vote {
fallback() external payable {}
function vote() external payable {}
}
{
"compilationTarget": {
"contracts/Rubyscore_Vote.sol": "Rubyscore_Vote"
},
"evmVersion": "paris",
"libraries": {},
"metadata": {
"bytecodeHash": "ipfs",
"useLiteralContent": true
},
"optimizer": {
"enabled": true,
"runs": 200
},
"remappings": []
}
[{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"vote","outputs":[],"stateMutability":"payable","type":"function"}]