BBProfiles
Last updated
Last updated
Creates a profile and sets its owner, receiver and CID
owner
address
Owner of the created profile
receiver
address
Receiver of the created profile
cid
string
CID of the created profile
profileId
uint256
ID of the created profile
Sets the owner, receiver and CID of an existing profile
profileId
uint256
ID of the profile to edit
owner
address
New owner of the profile
receiver
address
New receiver of the profile
cid
string
New CID of the profile
Returns the total number of profiles
total
uint256
Number of total profiles
Returns an existing profiles owner, receiver and CID
profileId
uint256
ID of the profile to return
owner
address
Returned profiles owner
receiver
address
Returned profiles receiver
cid
string
Returned profiles CID
Returns all profile ID's an address is the owner of
account
address
Address of owners profile ID's to return
profileIds
uint256[]
All profile ID's owned by an address
Returns the total number of profiles an address is the owner of
owner
address
Address of owners total profiles to return
total
uint256
Number of total profiles owned by an address