ITurtleShellFirewallIncreaser
ITurtleShellFirewallIncreaser Interface
Contract Methods
decreaseParameter(uint256 amount)
decreaseParameter(uint256 amount)
contract MyContract {
ITurtleShellFirewallIncreaser firewall;
function decreaseParam(uint256 amount) public {
bool status = firewall.decreaseParameter(amount);
}
}
increaseParameter(uint256 amount)
increaseParameter(uint256 amount)Last updated