contracts/RubiconMarket.sol
1466: function setFeeBPS(uint256 _newFeeBPS) external auth returns (bool)
1471: function setMakerFee(uint256 _newMakerFee) external auth returns (bool) 
1476: function setFeeTo(address newFeeTo) external auth returns (bool)


32:  function initialize(address _comptroller, address _pAdmin) external // @audit this function should have a event
+ emit SomeEvent(oldFeeTo, newFeeTo);
