This contract is being backfilled. You may encounter incomplete storage history.

QuantumPortalLedgerMgrTest

Verified contract

Active on Base with 15 txns
Deployed by via 0x322748f2 at 17561058
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "QuantumPortalLedgerMgrTest"

0x4ec9142aa64348bc5c425d074c5d0f1301a6f1a646368d36ea4021af056d1ecf
0xf98efd7a873339ee2baaa0a3dcd6a632c1d3c73b5f0ddff54491e1f26d476277
0xbff2975fc781ffb815d60c03aa6c59d0de4c57f3922a079237824d9ea4724f4c
0x0100cb4cfa85220ed31439e1f979d0257bbf5eb91d9f8baabcdfb565ac543096
0x9933d4c17b6c77a970946a1e2ed39917de04d8e921d4e0973b813109a460a3d9
0x18e7aff76165922084de7117fcdba994d67675a2923f982453412e886f5b1ba4
0x2ce6a5e85dc515e3849ce321cec26a179e1c961ee28783cbeab95d292147ec01
0x8d6d634b8c84ea65df85004bd4349663024999be3553b2ead2c96d92e9baeada
0x8229521fbd3673bcf52cddbcdb1e17d011b3053609e113cd2d8a100ae4856649
0x9a4163f595614f8e9e85114ce74a19f349b6df6fee13d39981512d4a159bb31e

Functions
Getter at block 22926209
CHAIN_ID(view returns (uint256)
8453
VERSION(view returns (string)
000.001
admin(view returns (address)
0x0000000000000000000000000000000000000000
authorityMgr(view returns (address)
0x5c98f40bb76e48ce854d05399d550ba8252e0678
feeConvertor(view returns (address)
0x27a90bb08a9bdb7ffb68199c89c9cec1f0832c76
fixedFeeTarget(view returns (address)
0x0000000000000000000000000000000000000000
ledger(view returns (address)
0xc591fbcba0b5efcdf85805fb9d928bf4b2fd96b0
minerMgr(view returns (address)
0x5c98f40bb76e48ce854d05399d550ba8252e0678
minerMinimumStake(view returns (uint256)
1000000000000000000000000
owner(view returns (address)
0xeb608fe026a4f54df43e57a881d2e8395652c58d
realChainId(view returns (uint256)
8453
stakes(view returns (address)
0x0000000000000000000000000000000000000000
state(view returns (address)
0xc3d37fc6ec030cd0000c615f8fe9313491d0fea4
varFeeTarget(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
calculateBlockHash(uint64 remoteChainIduint64 blockNoncestruct QuantumPortalLibRemoteTransaction[] transactionspure returns (bytes32)
calculateFixedFee(uint256 targetChainIduint256 varSizeview returns (uint256)
getBlockIdx(uint64 chainIduint64 noncepure returns (uint256)
isLocalBlockReady(uint64 chainIdview returns (bool)
lastRemoteMinedBlock(uint64 chainIdview returns (struct QuantumPortalLibBlock _block)
localBlockByNonce(uint64 chainIduint64 blockNonceview returns (struct IQuantumPortalLedgerMgrLocalBlockstruct QuantumPortalLibRemoteTransaction[])
minedBlockByNonce(uint64 chainIduint64 blockNonceview returns (struct IQuantumPortalLedgerMgrMinedBlock bstruct QuantumPortalLibRemoteTransaction[] txs)
State-modifying
finalize(uint256 remoteChainIduint256 blockNonceuint256[] invalidBlockNoncesbytes32 finalizersHashaddress[] finalizersbytes32 saltuint64 expirybytes multiSignature
mineRemoteBlock(uint64 remoteChainIduint64 blockNoncestruct QuantumPortalLibRemoteTransaction[] transactionsbytes32 saltuint64 expirybytes multiSignature
registerMiner(
registerTransaction(uint64 remoteChainIdaddress remoteContractaddress msgSenderaddress beneficiaryaddress tokenuint256 amountbytes method
renounceOwnership(
setAdmin(address _admin
submitFraudProof(uint64 minedOnChainIduint64 localBlockNonceuint64 localBlockTimestampstruct QuantumPortalLibRemoteTransaction[] transactionsbytes32 saltuint64 expirybytes multiSignatureaddress rewardReceiver
transferOwnership(address newOwner
updateAuthorityMgr(address _authorityMgr
updateFeeConvertor(address _feeConvertor
updateFeeTargets(address _varFeeTargetaddress _fixedFeeTarget
updateLedger(address _ledger
updateMinerMgr(address _minerMgr
updateMinerMinimumStake(uint256 amount
updateState(address _state
Events
AdminSet(address admin
FinalizedBlock(uint256 remoteChainIduint256 blockNonceuint256 timestamp
FinalizedInvalidBlock(uint256 remoteChainIduint256 blockNonceuint256 timestamp
FinalizedSnapshot(uint256 remoteChainIduint256 startBlockNonceuint256 endBlockNonceaddress[] finalizers
LocalBlockCreated(uint64 remoteChainIduint64 nonceuint64 timestamp
MinedBlockCreated(bytes32 blockHashaddress mineruint256 stakeuint256 totalValuestruct QuantumPortalLibBlock blockMetadata
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RemoteTransactionRegistered(uint64 timestampaddress remoteContractaddress sourceMsgSenderaddress sourceBeneficiaryaddress tokenuint256 amountbytes methoduint256 gasuint256 fixedFee
Constructor
constructor(uint256 testChainId
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account