MessageTransmitter
Verified contract
Proxy
Active on
Base with 178,549 txns
Unified storage
Map
Table
Raw
Constants and immutables
15
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($1.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1.000016 | $0.999956 |
$1 | |
USA | ERC-20 | 1 | $0.00086 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1.29933K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22728973 | 6 minutes ago | | | 0 | 6.3203737e-7 | |
| 22728792 | 12 minutes ago | | | 0 | 3.1892476e-7 | |
| 22728773 | 13 minutes ago | | | 0 | 0.0000014236900 | |
| 22728633 | 18 minutes ago | | | 0 | 0.000014420508 | |
| 22728538 | 21 minutes ago | | | 0 | 8.7026666e-7 | |
| 22728533 | 21 minutes ago | | | 0 | 0.0000010999425 | |
| 22728528 | 21 minutes ago | | | 0 | 0.0000018789540 | |
| 22728168 | 33 minutes ago | | | 0 | 0.0000021410773 | |
| 22728163 | 33 minutes ago | | | 0 | 0.0000018002553 | |
| 22728160 | 34 minutes ago | | | 0 | 1.6239804e-7 |
ABI
ABI objects
Getter at block 22729162
attesterManager() view returns (address)
0xa40b230899aab50669d69c1030ee11af3eac786f
getNumEnabledAttesters() view returns (uint256)
2
localDomain() view returns (uint32)
6
maxMessageBodySize() view returns (uint256)
8192
nextAvailableNonce() view returns (uint64)
343952
owner() view returns (address)
0x4273c43e14888ae07fb3a850c1c7c596c607d50d
paused() view returns (bool)
false
pauser() view returns (address)
0x0860399cf761dccfb9897c8f91cadc32a9b3e70d
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
rescuer() view returns (address)
0x099f352107a4f61b28687b0cfdb613cf24593466
signatureThreshold() view returns (uint256)
2
version() view returns (uint32)
0
Read-only
getEnabledAttester(uint256 index) view returns (address)
isEnabledAttester(address attester) view returns (bool)
usedNonces(bytes32) view returns (uint256)
addressToBytes32(address addr) pure returns (bytes32)
bytes32ToAddress(bytes32 _buf) pure returns (address)
State-modifying
Events acceptOwnership()
disableAttester(address attester)
enableAttester(address newAttester)
pause()
receiveMessage(bytes message, bytes attestation) returns (bool success)
replaceMessage(bytes originalMessage, bytes originalAttestation, bytes newMessageBody, bytes32 newDestinationCaller)
rescueERC20(address tokenContract, address to, uint256 amount)
sendMessage(uint32 destinationDomain, bytes32 recipient, bytes messageBody) returns (uint64)
sendMessageWithCaller(uint32 destinationDomain, bytes32 recipient, bytes32 destinationCaller, bytes messageBody) returns (uint64)
setMaxMessageBodySize(uint256 newMaxMessageBodySize)
setSignatureThreshold(uint256 newSignatureThreshold)
transferOwnership(address newOwner)
unpause()
updateAttesterManager(address newAttesterManager)
updatePauser(address _newPauser)
updateRescuer(address newRescuer)
AttesterDisabled(address indexed attester)
AttesterEnabled(address indexed attester)
AttesterManagerUpdated(address indexed previousAttesterManager, address indexed newAttesterManager)
MaxMessageBodySizeUpdated(uint256 newMaxMessageBodySize)
MessageReceived(address indexed caller, uint32 sourceDomain, uint64 indexed nonce, bytes32 sender, bytes messageBody)
MessageSent(bytes message)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PauserChanged(address indexed newAddress)
RescuerChanged(address indexed newRescuer)
SignatureThresholdUpdated(uint256 oldSignatureThreshold, uint256 newSignatureThreshold)
Unpause()
constructor(uint32 _localDomain, address _attester, uint32 _maxMessageBodySize, uint32 _version)
This contract contains no fallback and receive objects.
This contract contains no error objects.