TokenMessenger
Verified contract
Active on
Base with 44,867 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe45b…eed6
Balances ($1,508.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1.50664K | $1.001 |
$1,508.15 | |
WGC | ERC-20 | 200 | $0.000616 |
$0.12 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
USA | ERC-20 | 1 | $0.000849 |
$0 | |
toby | ERC-20 | 777 | $0.00 |
$0 | |
BASED | ERC-20 | 5.444K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
SPOT | ERC-20 | 1K | -- | -- | |
OHNO | ERC-20 | 655.470625 | -- | -- | |
PondPeso | ERC-20 | 136.12 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22727442 | 19 minutes ago | | | 0 | 0.0000099414281 | |
| 22727083 | 31 minutes ago | | | 0 | 2.1676844e-7 | |
| 22726499 | an hour ago | | | 0 | 0.000000102518344280 | |
| 22725278 | 2 hours ago | | | 0 | 0.0000099269474 | |
| 22724209 | 2 hours ago | | | 0 | 1.6419406e-7 | |
| 22723221 | 3 hours ago | | | 0 | 1.8251136e-7 | |
| 22723174 | 3 hours ago | | | 0 | 1.6366282e-7 | |
| 22722361 | 3 hours ago | | | 0 | 0.0000099414281 | |
| 22719736 | 5 hours ago | | | 0 | 1.6644814e-7 | |
| 22719280 | 5 hours ago | | | 0 | 1.5428813e-7 |
ABI
ABI objects
Getter at block 22728015
localMessageTransmitter() view returns (address)
0xad09780d193884d503182ad4588450c416d6f9d4
localMinter() view returns (address)
0xe45b133ddc64be80252b0e9c75a8e74ef280eed6
messageBodyVersion() view returns (uint32)
0
owner() view returns (address)
0x1347d2c792fc0962022b36e6d6d7dc521676c187
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
rescuer() view returns (address)
0x1cf9a51d9bfee6c582653a3dca3c4db34faa31a7
Read-only
remoteTokenMessengers(uint32) view returns (bytes32)
State-modifying
Events acceptOwnership()
addLocalMinter(address newLocalMinter)
addRemoteTokenMessenger(uint32 domain, bytes32 tokenMessenger)
depositForBurn(uint256 amount, uint32 destinationDomain, bytes32 mintRecipient, address burnToken) returns (uint64 _nonce)
depositForBurnWithCaller(uint256 amount, uint32 destinationDomain, bytes32 mintRecipient, address burnToken, bytes32 destinationCaller) returns (uint64 nonce)
handleReceiveMessage(uint32 remoteDomain, bytes32 sender, bytes messageBody) returns (bool)
removeLocalMinter()
removeRemoteTokenMessenger(uint32 domain)
replaceDepositForBurn(bytes originalMessage, bytes originalAttestation, bytes32 newDestinationCaller, bytes32 newMintRecipient)
rescueERC20(address tokenContract, address to, uint256 amount)
transferOwnership(address newOwner)
updateRescuer(address newRescuer)
DepositForBurn(uint64 indexed nonce, address indexed burnToken, uint256 amount, address indexed depositor, bytes32 mintRecipient, uint32 destinationDomain, bytes32 destinationTokenMessenger, bytes32 destinationCaller)
LocalMinterAdded(address localMinter)
LocalMinterRemoved(address localMinter)
MintAndWithdraw(address indexed mintRecipient, uint256 amount, address indexed mintToken)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoteTokenMessengerAdded(uint32 domain, bytes32 tokenMessenger)
RemoteTokenMessengerRemoved(uint32 domain, bytes32 tokenMessenger)
RescuerChanged(address indexed newRescuer)
constructor(address _messageTransmitter, uint32 _messageBodyVersion)
This contract contains no fallback and receive objects.
This contract contains no error objects.