V2Factory

The Factory smart contract oversees the full functionality of V2 token pair registration and transactions in Fizzswap.

Code

Github Link: (Will be updated after official launch)

Address

Events, Read-Only Functions, and State-Changing Functions

Events

ChangeNextOwner

event ChangeNextOwner(address nextOwner);
  • Event to pre-register new owner

  • owner will be governance smart contract (In Intial period before KSP distributed, DEV team have owner permission)

ChangeOwner

event ChangeOwner(address owner);
  • Event that completes changing the owner

Last updated