OptimismBridgeReceiver
Verified contract
Active on
Base with 34 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000739 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22754305 | 5 hours ago | | | 0 | 0.000081600228 | |
| 22470985 | 7 days ago | | | 0 | 0.000074223196 | |
| 22017025 | 17 days ago | | | 0 | 0.00016951716 | |
| 21219146 | a month ago | | | 0 | 0.000046047043 | |
| 21219146 | a month ago | | | 0 | 0.000051961621 | |
| 20844870 | a month ago | | | 0 | 0.00011043755 | |
| 20590525 | 2 months ago | | | 0 | 0.000057887144 | |
| 20307085 | 2 months ago | | | 0 | 0.000059849109 | |
| 19942885 | 2 months ago | | | 0 | 0.000065137720 | |
| 19611925 | 2 months ago | | | 0 | 0.000044378548 |
ABI
ABI objects
Getter at block 22763170
crossDomainMessenger() view returns (address)
0x4200000000000000000000000000000000000007
govTimelock() view returns (address)
0x6d903f6003cca6255d85cca4d3b5e5146dc33925
initialized() view returns (bool)
true
localTimelock() view returns (address)
0xcc3e7c85bb0ee4f09380e041fee95a0caedd4a02
proposalCount() view returns (uint256)
31
Read-only
proposals(uint256) view returns (uint256 id, uint256 eta, bool executed)
state(uint256 proposalId) view returns (uint8)
State-modifying
Events changeCrossDomainMessenger(address newCrossDomainMessenger)
executeProposal(uint256 proposalId)
initialize(address _govTimelock, address _localTimelock)
sweepNativeToken(address recipient)
sweepToken(address recipient, address asset)
Initialized(address indexed govTimelock, address indexed localTimelock)
NewCrossDomainMessenger(address indexed oldCrossDomainMessenger, address indexed newCrossDomainMessenger)
ProposalCreated(address indexed rootMessageSender, uint256 id, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, uint256 eta)
ProposalExecuted(uint256 indexed id)
constructor(address crossDomainMessenger_)
fallback()
AlreadyInitialized()
BadData()
FailedToSendNativeToken()
InvalidCrossDomainMessenger()
InvalidProposalId()
InvalidTimelockAdmin()
ProposalNotExecutable()
TransactionAlreadyQueued()
TransferOutFailed()
Unauthorized()