Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Profiles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3296936 | a year ago | | | 0.04321 | 0.000064053152 | |
| 3292387 | a year ago | | | 0.04321 | 0.000064113042 | |
| 3229219 | a year ago | | | 0.04321 | 0.000052052349 | |
| 3225517 | a year ago | | | 0.04321 | 0.000064042433 | |
| 3210383 | a year ago | | | 0.04321 | 0.000049506430 | |
| 3210199 | a year ago | | | 0.04321 | 0.000079589345 | |
| 3209114 | a year ago | | | 0.04321 | 0.000076359882 | |
| 3202335 | a year ago | | | 0.04321 | 0.000059758158 | |
| 3202207 | a year ago | | | 0.04321 | 0.000079347683 | |
| 3194943 | a year ago | | | 0.04321 | 0.000062790333 |
ABI
ABI objects
Getter at block 22747277
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MODERATOR_ROLE() view returns (bytes32)
0x71f3d55856e4058ed06ee057d79ada615f65cdf5f9ee88181b914225088f834f
POINTS_ROLE() view returns (bytes32)
0x074d40a305a8a90af8f1a910f983406ed04849c36b2bc8143f091437b95cbb12
getProfileCount() view returns (uint256 count)
375
profileCreationFee() view returns (uint256)
43210000000000000
refFee() view returns (uint256)
40
withdrawalAddress() view returns (address)
0xf5c29cd4fb6e13873eb582bf4b4aa939831f949d
Read-only
addressToIndex(address) view returns (uint256)
addresses(uint256) view returns (address)
getAddressByName(string name) view returns (address profileAddress)
getProfileByAddress(address profileAddress) view returns (uint256 _id, address _owner, string _name, uint64 _created, uint8 _picId, uint256 _points)
getProfileByName(string name) view returns (uint256 _id, address _owner, string _name, uint64 _created, uint8 _picId, uint256 _points)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nameTaken(string name) view returns (bool taken)
nameToIndex(string) view returns (uint256)
points(uint256) view returns (uint256)
profileExists(address profileAddress) view returns (bool exists)
profiles(uint256) view returns (uint256 id, address owner, string name, uint64 created, uint8 picId, bool set, string refBy)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addPoints(address _address, uint256 _points) returns (bool success)
changeName(uint256 profileId, string _name) returns (bool success)
changePic(uint256 profileId, uint8 _picId) returns (bool success)
createProfile(string _name, uint8 _picId, string refName) payable returns (bool success)
createProfileFor(string _name, uint8 _picId, string refName, address forAddress) payable returns (bool success)
grantRole(bytes32 role, address account)
initialize(address _withdrawalAddress)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setNameLengths(uint8 _min, uint8 _max) returns (bool success)
setPicMax(uint8 _max) returns (bool success)
setProfileCreationFee(uint256 fee)
setRefFee(uint256 fee)
setWithdrawalAddress(address wAddress)
withdrawEther()
Initialized(uint8 version)
ProfileCreated(uint256 profileId, address owner, string name, uint64 created, uint8 picId)
ProfileUpdated(uint256 profileId, address owner, string name, uint64 created, uint8 picId)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.