🛑Admin methods

These entrypoints should be called only by admin address.

Section is about administrative management. Admin could change managers, self, update fee rates and manage "A" constant (manipulate flattness of swap function).

Change admin address

Method allows admin to hand over its rights to another address.

pageset_admin

Update contract fee rates

Entrypoint designed to update all fee rates except developer fee.

pageset_fees

Add or remove token metadata managers

Method for add/remove manager addresses to manage LP token metadata.

pageadd_rem_managers

Manipulate DEX pool "A" constant

Method to set new "A" constant. Changing performed distributed over time from old "A" to new "A".

pageramp_A

Method to stop changing "A" constant. The new "A" after stop would be specific "A" that counted at time of stopping (from ramping).

pagestop_ramp_A

Last updated