OptimismPortal
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
18
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 47 additional slots
Balances ($0.00)
No balances found for "OptimismPortal"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20811337 | 2 months ago | | | 0 | 0.00064020240 |
ABI
ABI objects
Getter at block 21157778
GUARDIAN() view returns (address)
0x0000000000000000000000000000000000000000
L2_ORACLE() view returns (address)
0x0000000000000000000000000000000000000000
SYSTEM_CONFIG() view returns (address)
0x0000000000000000000000000000000000000000
guardian() view returns (address)
0x0000000000000000000000000000000000000000
l2Oracle() view returns (address)
0x0000000000000000000000000000000000000000
l2Sender() view returns (address)
0x000000000000000000000000000000000000dead
params() view returns (uint128 prevBaseFee, uint64 prevBoughtGas, uint64 prevBlockNum)
(prevBaseFee=1000000000, prevBoughtGas=0, prevBlockNum=19522113)
paused() view returns (bool)
true
systemConfig() view returns (address)
0x0000000000000000000000000000000000000000
version() view returns (string)
1.10.0
yieldManager() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
finalizedWithdrawals(bytes32) view returns (bool)
isOutputFinalized(uint256 _l2OutputIndex) view returns (bool)
minimumGasLimit(uint64 _byteCount) pure returns (uint64)
provenWithdrawals(bytes32) view returns (bytes32 outputRoot, uint128 timestamp, uint128 l2OutputIndex, uint256 requestId)
State-modifying
Events depositTransaction(address _to, uint256 _value, uint64 _gasLimit, bool _isCreation, bytes _data) payable
finalizeWithdrawalTransaction(uint256 hintId, struct TypesWithdrawalTransaction _tx)
initialize(address _l2Oracle, address _guardian, address _systemConfig, bool _paused, address _yieldManager)
pause()
proveWithdrawalTransaction(struct TypesWithdrawalTransaction _tx, uint256 _l2OutputIndex, struct TypesOutputRootProof _outputRootProof, bytes[] _withdrawalProof)
unpause()
Initialized(uint8 version)
Paused(address account)
TransactionDeposited(address indexed from, address indexed to, uint256 indexed version, bytes opaqueData)
Unpaused(address account)
WithdrawalFinalized(bytes32 indexed withdrawalHash, uint256 indexed hintId, bool success)
WithdrawalProven(bytes32 indexed withdrawalHash, address indexed from, address indexed to, uint256 requestId)
constructor()
receive()
This contract contains no error objects.