MessageTransport
Verified contract
Active on
Ethereum with 255 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($409.58)
Native
Value
$409.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.125052 | $3,275.24 |
$409.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20648811 | 2 months ago | | | 0 | 0.000023238543 | |
| 11507372 | 4 years ago | | | 0 | 0.033855072 | |
| 11257701 | 4 years ago | | | 0 | 0.00042746400 | |
| 11257694 | 4 years ago | | | 0 | 0.00038234280 | |
| 11257576 | 4 years ago | | | 0 | 0.0095373600 | |
| 11257527 | 4 years ago | | | 0 | 0.0079807600 | |
| 10628568 | 4 years ago | | | 0 | 0.028133796 | |
| 10604880 | 4 years ago | | | 0 | 0.029563584 | |
| 10262451 | 4 years ago | | | 0 | 0.014306040 | |
| 9858424 | 5 years ago | | | 0.005 | 0.0015094800 |
ABI
ABI objects
Getter at block 21172264
isLocked() view returns (bool)
false
isOwner() view returns (bool)
false
messageCount() view returns (uint256)
130
owner() view returns (address)
0x707b24953da39006c98c2e2e3be355d9d57e9f9b
retainedFeesBalance() view returns (uint256)
46125600000000003
tokenAddr() view returns (address)
0x88088019a2a235f9e7495124d0b0e90f41a777b0
Read-only
accounts(address) view returns (bool isValid, uint256 messageFee, uint256 spamFee, uint256 feeBalance, uint256 recvMessageCount, uint256 sentMessageCount, bytes publicKey, bytes encryptedPrivateKey)
getFee(address _fromAddr, address _toAddr) view returns (uint256 _fee)
getFee(address _toAddr) view returns (uint256 _fee)
getPeerMessageCount(address _from, address _to) view returns (uint256 _messageCount)
getRecvMsgs(address _to, uint256 _startIdx, uint256 _maxResults) view returns (uint256 _idx, uint256[] _messageIds)
getSentMsgs(address _from, uint256 _startIdx, uint256 _maxResults) view returns (uint256 _idx, uint256[] _messageIds)
trusted(address) view returns (bool)
State-modifying
Events modifyAccount(uint256 _messageFee, uint256 _spamFee)
register(uint256 _messageFee, uint256 _spamFee, bytes _publicKey, bytes _encryptedPrivateKey)
renounceOwnership()
sendMessage(address _fromAddr, address _toAddr, uint256 attachmentIdx, uint256 _ref, bytes _message) payable returns (uint256 _messageId)
sendMessage(address _toAddr, uint256 attachmentIdx, uint256 _ref, bytes _message) payable returns (uint256 _messageId)
setTrust(address _trustedAddr, bool _trust)
transferOwnership(address newOwner)
withdraw()
withdrawRetainedFees()
InviteEvent(address indexed _toAddr, address indexed _fromAddr)
MessageEvent(uint256 indexed _id1, uint256 indexed _id2, uint256 indexed _id3, address _fromAddr, address _toAddr, address _via, uint256 _txCount, uint256 _rxCount, uint256 _attachmentIdx, uint256 _ref, bytes message)
MessageRxEvent(address indexed _toAddr, uint256 indexed _rxCount, uint256 _id)
MessageTxEvent(address indexed _fromAddr, uint256 indexed _txCount, uint256 _id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _tokenAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.