PolygonTransparentProxy
Verified contract
Proxy
Active on
Ethereum with 9,247 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
0x0565…8e6a
Balances ($0.00)
No balances found for "PolygonTransparentProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159199 | 33 minutes ago | | | 0 | 0.0077754419 | |
| 21159034 | an hour ago | | | 0 | 0.010224355 | |
| 21158870 | 2 hours ago | | | 0 | 0.0064413841 | |
| 21158706 | 2 hours ago | | | 0 | 0.0056383494 | |
| 21158542 | 3 hours ago | | | 0 | 0.0071218940 | |
| 21158376 | 3 hours ago | | | 0 | 0.0054788643 | |
| 21158210 | 4 hours ago | | | 0 | 0.0066400972 | |
| 21158044 | 4 hours ago | | | 0 | 0.0094000725 | |
| 21157879 | 5 hours ago | | | 0 | 0.0093126765 | |
| 21157714 | 6 hours ago | | | 0 | 0.0034394803 |
ABI
ABI objects
Getter at block 21159363
GLOBAL_EXIT_ROOT_MANAGER_L2() view returns (address)
0xa40d5f56745a118d0906a34e69aec8c0db1cb8fa
INITIALIZE_TX_BRIDGE_LIST_LEN_LEN() view returns (uint8)
249
INITIALIZE_TX_BRIDGE_PARAMS() view returns (bytes)
0x80808401c9c38094
INITIALIZE_TX_BRIDGE_PARAMS_AFTER_BRIDGE_ADDRESS() view returns (bytes)
0x80b9
INITIALIZE_TX_BRIDGE_PARAMS_AFTER_BRIDGE_ADDRESS_EMPTY_METADATA() view returns (bytes)
0x80b8
INITIALIZE_TX_CONSTANT_BYTES() view returns (uint16)
32
INITIALIZE_TX_CONSTANT_BYTES_EMPTY_METADATA() view returns (uint16)
31
INITIALIZE_TX_DATA_LEN_EMPTY_METADATA() view returns (uint8)
228
INITIALIZE_TX_EFFECTIVE_PERCENTAGE() view returns (bytes1)
0xff
SIGNATURE_INITIALIZE_TX_R() view returns (bytes32)
0x00000000000000000000000000000000000000000000000000000005ca1ab1e0
SIGNATURE_INITIALIZE_TX_S() view returns (bytes32)
0x000000000000000000000000000000000000000000000000000000005ca1ab1e
SIGNATURE_INITIALIZE_TX_V() view returns (uint8)
27
TIMESTAMP_RANGE() view returns (uint256)
36
admin() view returns (address)
0x491619874b866c3cdb7c8553877da223525ead01
bridgeAddress() view returns (address)
0x2a3dd3eb832af982ec71669e178424b10dca2ede
calculatePolPerForceBatch() view returns (uint256)
0
dataAvailabilityProtocol() view returns (address)
0x05652ec92366f3c2255991a265c499e01ba58e6a
forceBatchAddress() view returns (address)
0x491619874b866c3cdb7c8553877da223525ead01
forceBatchTimeout() view returns (uint64)
432000
gasTokenAddress() view returns (address)
0x75231f58b43240c9718dd58b4967c5114342a86c
gasTokenNetwork() view returns (uint32)
0
globalExitRootManager() view returns (address)
0x580bda1e7a0cfae92fa7f6c20a3794f169ce3cfb
isSequenceWithDataAvailabilityAllowed() view returns (bool)
false
lastAccInputHash() view returns (bytes32)
0xd72adaa090939e10a02964b3e1eb5230d268d64449f9aa62f22bf1a348fcdd1f
lastForceBatch() view returns (uint64)
0
lastForceBatchSequenced() view returns (uint64)
0
networkName() view returns (string)
X Layer
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
pol() view returns (address)
0x455e53cbb86018ac2b8092fdcd39d8444affc3f6
rollupManager() view returns (address)
0x5132a183e9f3cb7c848b0aac5ae0c4f0491b7ab2
trustedSequencer() view returns (address)
0xaf9d27ffe4d51ed54ac8eec78f2785d7e11e5ab1
trustedSequencerURL() view returns (string)
https://rpc.xlayer.tech
Read-only
forcedBatches(uint64) view returns (bytes32)
generateInitializeTransaction(uint32 networkID, address _gasTokenAddress, uint32 _gasTokenNetwork, bytes _gasTokenMetadata) view returns (bytes)
State-modifying
Events acceptAdminRole()
forceBatch(bytes transactions, uint256 polAmount)
initialize(address _admin, address sequencer, uint32 networkID, address _gasTokenAddress, string sequencerURL, string _networkName)
initializeMigration()
onVerifyBatches(uint64 lastVerifiedBatch, bytes32 newStateRoot, address aggregator)
sequenceBatches(struct PolygonRollupBaseEtrogNoGapBatchData[] batches, uint64 maxSequenceTimestamp, uint64 initSequencedBatch, address l2Coinbase)
sequenceBatchesValidium(struct PolygonValidiumStorageMigrationValidiumBatchData[] batches, uint64 maxSequenceTimestamp, uint64 initSequencedBatch, address l2Coinbase, bytes dataAvailabilityMessage)
sequenceForceBatches(struct PolygonRollupBaseEtrogNoGapBatchData[] batches)
setDataAvailabilityProtocol(address newDataAvailabilityProtocol)
setForceBatchAddress(address newForceBatchAddress)
setForceBatchTimeout(uint64 newforceBatchTimeout)
setTrustedSequencer(address newTrustedSequencer)
setTrustedSequencerURL(string newTrustedSequencerURL)
switchSequenceWithDataAvailability(bool newIsSequenceWithDataAvailabilityAllowed)
transferAdminRole(address newPendingAdmin)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AcceptAdminRole(address newAdmin)
ForceBatch(uint64 indexed forceBatchNum, bytes32 lastGlobalExitRoot, address sequencer, bytes transactions)
InitialSequenceBatches(bytes transactions, bytes32 lastGlobalExitRoot, address sequencer)
Initialized(uint8 version)
SequenceBatches(uint64 indexed numBatch, bytes32 l1InfoRoot)
SequenceForceBatches(uint64 indexed numBatch)
SetDataAvailabilityProtocol(address newDataAvailabilityProtocol)
SetForceBatchAddress(address newForceBatchAddress)
SetForceBatchTimeout(uint64 newforceBatchTimeout)
SetTrustedSequencer(address newTrustedSequencer)
SetTrustedSequencerURL(string newTrustedSequencerURL)
SwitchSequenceWithDataAvailability()
TransferAdminRole(address newPendingAdmin)
VerifyBatches(uint64 indexed numBatch, bytes32 stateRoot, address indexed aggregator)
constructor(address _logic, address admin, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
BatchAlreadyVerified()
BatchNotSequencedOrNotSequenceEnd()
ExceedMaxVerifyBatches()
FinalNumBatchBelowLastVerifiedBatch()
FinalNumBatchDoesNotMatchPendingState()
FinalPendingStateNumInvalid()
ForceBatchNotAllowed()
ForceBatchTimeoutNotExpired()
ForceBatchesAlreadyActive()
ForceBatchesDecentralized()
ForceBatchesNotAllowedOnEmergencyState()
ForceBatchesOverflow()
ForcedDataDoesNotMatch()
GasTokenNetworkMustBeZeroOnEther()
GlobalExitRootNotExist()
HaltTimeoutNotExpired()
HaltTimeoutNotExpiredAfterEmergencyState()
HugeTokenMetadataNotSupported()
InitNumBatchAboveLastVerifiedBatch()
InitNumBatchDoesNotMatchPendingState()
InitSequencedBatchDoesNotMatch()
InvalidInitializeTransaction()
InvalidProof()
InvalidRangeBatchTimeTarget()
InvalidRangeForceBatchTimeout()
InvalidRangeMultiplierBatchFee()
MaxTimestampSequenceInvalid()
NewAccInputHashDoesNotExist()
NewPendingStateTimeoutMustBeLower()
NewStateRootNotInsidePrime()
NewTrustedAggregatorTimeoutMustBeLower()
NotEnoughMaticAmount()
NotEnoughPOLAmount()
OldAccInputHashDoesNotExist()
OldStateRootDoesNotExist()
OnlyAdmin()
OnlyPendingAdmin()
OnlyRollupManager()
OnlyTrustedAggregator()
OnlyTrustedSequencer()
PendingStateDoesNotExist()
PendingStateInvalid()
PendingStateNotConsolidable()
PendingStateTimeoutExceedHaltAggregationTimeout()
SequenceWithDataAvailabilityNotAllowed()
SequenceZeroBatches()
SequencedTimestampBelowForcedTimestamp()
SequencedTimestampInvalid()
StoredRootMustBeDifferentThanNewRoot()
SwitchToSameValue()
TransactionsLengthAboveMax()
TrustedAggregatorTimeoutExceedHaltAggregationTimeout()
TrustedAggregatorTimeoutNotExpired()