OptimismPortal2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
20
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 "OptimismPortal2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "OptimismPortal2"
ABI
ABI objects
Getter at block 21177608 guardian() view returns (address) paused() view returns (bool)
disputeGameFactory() view returns (address)
0x0000000000000000000000000000000000000000
disputeGameFinalityDelaySeconds() view returns (uint256)
302400
l2Sender() view returns (address)
0x000000000000000000000000000000000000dead
params() view returns (uint128 prevBaseFee, uint64 prevBoughtGas, uint64 prevBlockNum)
(prevBaseFee=1000000000, prevBoughtGas=0, prevBlockNum=19884570)
proofMaturityDelaySeconds() view returns (uint256)
604800
respectedGameType() view returns (uint32)
0
respectedGameTypeUpdatedAt() view returns (uint64)
1715887055
superchainConfig() view returns (address)
0x0000000000000000000000000000000000000000
systemConfig() view returns (address)
0x0000000000000000000000000000000000000000
version() view returns (string)
3.10.0
Read-only
checkWithdrawal(bytes32 _withdrawalHash, address _proofSubmitter) view
disputeGameBlacklist(address) view returns (bool)
finalizedWithdrawals(bytes32) view returns (bool)
minimumGasLimit(uint64 _byteCount) pure returns (uint64)
numProofSubmitters(bytes32 _withdrawalHash) view returns (uint256)
proofSubmitters(bytes32, uint256) view returns (address)
provenWithdrawals(bytes32, address) view returns (address disputeGameProxy, uint64 timestamp)
State-modifying
Events blacklistDisputeGame(address _disputeGame)
depositTransaction(address _to, uint256 _value, uint64 _gasLimit, bool _isCreation, bytes _data) payable
donateETH() payable
finalizeWithdrawalTransaction(struct TypesWithdrawalTransaction _tx)
finalizeWithdrawalTransactionExternalProof(struct TypesWithdrawalTransaction _tx, address _proofSubmitter)
initialize(address _disputeGameFactory, address _systemConfig, address _superchainConfig, uint32 _initialRespectedGameType)
proveWithdrawalTransaction(struct TypesWithdrawalTransaction _tx, uint256 _disputeGameIndex, struct TypesOutputRootProof _outputRootProof, bytes[] _withdrawalProof)
setRespectedGameType(uint32 _gameType)
DisputeGameBlacklisted(address indexed disputeGame)
Initialized(uint8 version)
RespectedGameTypeSet(uint32 indexed newGameType, uint64 indexed updatedAt)
TransactionDeposited(address indexed from, address indexed to, uint256 indexed version, bytes opaqueData)
WithdrawalFinalized(bytes32 indexed withdrawalHash, bool success)
WithdrawalProven(bytes32 indexed withdrawalHash, address indexed from, address indexed to)
WithdrawalProvenExtension1(bytes32 indexed withdrawalHash, address indexed proofSubmitter)
constructor(uint256 _proofMaturityDelaySeconds, uint256 _disputeGameFinalityDelaySeconds)
receive()
BadTarget()
CallPaused()
ContentLengthMismatch()
EmptyItem()
GasEstimation()
InvalidDataRemainder()
InvalidHeader()
LargeCalldata()
OutOfGas()
SmallGasLimit()
Unauthorized()
UnexpectedList()
UnexpectedString()