EtherEthos
Verified contract
Active on
Ethereum with 108 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "EtherEthos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20213679 | 5 months ago | | | 0 | 0.0021862003 | |
| 20212408 | 5 months ago | | | 0 | 0.0014223575 | |
| 20212349 | 5 months ago | | | 0 | 0.00055445471 | |
| 20212347 | 5 months ago | | | 0 | 0.00058617730 | |
| 20211949 | 5 months ago | | | 0 | 0.00060588845 | |
| 20192151 | 5 months ago | | | 0 | 0.00032990169 | |
| 20192138 | 5 months ago | | | 0 | 0.0014673857 | |
| 20192118 | 5 months ago | | | 0 | 0.00041936947 | |
| 20192090 | 5 months ago | | | 0 | 0.00097920710 | |
| 20192066 | 5 months ago | | | 0 | 0.0010570699 |
ABI
ABI objects
Getter at block 21249357
activeEEs() view returns (uint256)
7
legal() view returns (string)
owner() view returns (address)
0xc4d3972282107087eda58f8ba2de3c36e09dc236
Read-only
allModerators(uint256) view returns (address)
assembleAccountData(address _account) view returns (string[][])
assembleAdditionalLinks(address _account) view returns (string[])
assembleAssociatedAccounts(address _account) view returns (string[])
assembleBasicData(address _account) view returns (string[])
assembleCustomData(address _account) view returns (string[])
assembleNotesReceived(address _account) view returns (string[])
assembleNotesSent(address _account) view returns (string[])
assembleRespecters(address _account) view returns (string[])
assembleRespecting(address _account) view returns (string[])
assembleTags(address _account) view returns (string[])
getAdditionalLinkTuples(address _account) view returns (struct EtherEthosStrPair[])
getAssociatedAccountTuples(address _account) view returns (struct EtherEthosAddrPair[])
isComposable(address _account) view returns (bool)
permissions(address) view returns (bool composable, bool accountIsBlocked, bool moderator, string verificationResponse)
State-modifying
Events blockMyCompromisedAccount(address _account)
deleteAdditionalLink(address _account, uint256 _index)
deleteAssociatedAccount(address _account, uint256 _index)
deleteReceivedNote(address _account, address _noteAuthor)
deleteTag(address _account, uint256 _index)
deleteWrittenNote(address _account, address _accountLosingNote)
giveRespect(address _respectGiver, address _respectReceiver)
ping(address _account)
pushAdditionalLink(address _account, string _link, string _detail)
pushAssociatedAccount(address _account, address _associatedAccount, string _detail)
pushTag(address _account, string _tag)
reconcileNotes(address _account)
renounceOwnership()
revokeRespect(address _respectRevoker, address _losingRespect)
setAlias(address _account, string _alias)
setCustomData(address _account, string _custom)
setDetail(address _account, string _detail)
setGallery(address _account, string _gallery)
setMainBasics(address _account, string _alias, string _detail, string _socialLink, string _website, string _gallery)
setNote(address _noteWriter, address _noteReceiver, string _note)
setPFP(address _account, address _pfpContract, uint256 _pfpTokenId)
setPriorityLink(address _account, uint8 _priorityLink)
setSocial(address _account, string _socialLink)
setVerificationResponse(address _account, string _verificationResponse)
setWebsite(address _account, string _website)
toggleAccountBlock(address _account)
toggleComposable(address _account)
toggleModerator(address _account)
transferOwnership(address newOwner)
updateAdditionalLink(address _account, uint256 _index, string _link, string _detail)
updateAssociatedAccount(address _account, uint256 _index, address _associatedAccount, string _detail)
updateDelegateContract(address _delegateContract)
updateLegal(string _legal)
updateMaxNotesPerAccount(uint256 _maxNotesPerAccount)
Blocked(address indexed _account, bool _status)
Composable(address indexed _account, bool _status)
LegalUpdated(string _legal)
Moderator(address indexed _account, bool _status)
Noted(address indexed _noteReceiver, address indexed _noteWriter, string _note)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Respected(address indexed _respected, address indexed _respecter, bool _status)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.