The distributeFee function transfers Ethereum into the EGR holders wallet according to their voting power.
function distributeFee() external;
CEGORAS egoras = CEGORAS(0x7a24C....);require(egoras.distributeFee(), "unable to distribute Fee");
const instance = await new web3.eth.Contract(abi, address)await instance.methods.distributeFee().send({from: 0xMyAccount});