Follow Modules

Following&Follower public funtion of 5Degrees Protocol

mint()

following which address

function mint(address account) external
Parameter NameTypeDescription

account

address

followed address

mintBatch()

following of batch

function mintBatch(address[] memory accounts) external
Parameter NameTypeDescription

accounts

address

followed address list

burn()

unfollow which address

function burn(address account) external
Parameter NameTypeDescription

account

address

unfollowed address

burnBatch()

unfollow of batch

function burnBatch(address[] memory accounts) external
Parameter NameTypeDescription

accounts

address[]

unfollowed address list

Last updated