Follow Modules

Following&Follower public funtion of 5Degrees Protocol

mint()

following which address

function mint(address account) external

mintBatch()

following of batch

function mintBatch(address[] memory accounts) external

burn()

unfollow which address

function burn(address account) external

burnBatch()

unfollow of batch

function burnBatch(address[] memory accounts) external

Last updated