Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Ciphered"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20627325 | 2 months ago | | | 0 | 0.0000011109569 | |
| 20627311 | 2 months ago | | | 0 | 0.0000017574026 | |
| 20627278 | 2 months ago | | | 0 | 0.0000010817903 | |
| 20627254 | 2 months ago | | | 0 | 0.0000018506525 | |
| 20598303 | 2 months ago | | | 0 | 4.9544600e-7 | |
| 20567680 | 2 months ago | | | 0 | 0.00078453301 | |
| 20562639 | 2 months ago | | | 0 | 0.00061411123 | |
| 20560568 | 2 months ago | | | 0 | 0.00067077177 | |
| 20560563 | 2 months ago | | | 0 | 0.00061421797 | |
| 20560351 | 2 months ago | | | 0 | 0.00015951480 |
ABI
ABI objects
Getter at block 23021448
getGroupNamesLength() view returns (uint256)
11
Read-only
allGroups(uint256) view returns (string name, string description, string logo, uint256 creationDate, uint256 localId, address owner, bool paused)
banList(uint256, address) view returns (bool)
fetchComments(uint256 cursor, uint256 howMany, uint256 _gid) view returns (struct CipheredMessage[] values, uint256 newCursor)
fetchCreatedGroups(uint256 cursor, uint256 howMany, address _who) view returns (uint256[] values, uint256 newCursor)
fetchGroupNames(uint256 cursor, uint256 howMany) view returns (string[] values, uint256 newCursor)
fetchMultipleGroupsIDs(string[] localgroups) view returns (uint256[] gids)
fetchUsernames(address[] _users) view returns (string[])
getGroupMessagesLength(uint256 _gid) view returns (uint256)
getUsersCreatedGroupsLength(address _who) view returns (uint256)
groupName(string) view returns (bool)
groupNames(uint256) view returns (string)
groupid(string) view returns (uint256)
groups(uint256) view returns (uint256)
messages(uint256, uint256) view returns (address from, string message, string img, uint256 timestamp, bool moderated, uint256 localId)
mods(uint256, address) view returns (bool)
usernames(string) view returns (bool)
users(address) view returns (string username)
State-modifying
Events addModerator(address _who, bool _status, uint256 _id)
banSomeone(address _who, bool _status, uint256 _id)
changeUsername(string _username)
createGroup(string _name, string description, string logo, bool isPaused) returns (uint256 groupID)
moderateMessage(uint256 _gid, uint256 _mid)
moderateMessageAndbanSomeone(address _who, uint256 _gid, uint256 _mid)
moderateMessages(uint256 _gid, uint256[] _mid)
sendMessage(string _msg, string _image, uint256 _id)
transferGroupOwnership(address _who, uint256 _id)
GroupCreated(uint256 id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.