RollupChain
Verified contract
Active on
Ethereum with 7,284 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5d3c…007f
0xfe81…14a8
Balances ($167,005.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 122.345613K | $1.001 |
$122,467.96 | |
BUSD | ERC-20 | 41.265089K | $0.971695 |
$40,097.08 | |
USDT | ERC-20 | 2.488072K | $1.001 |
$2,490.56 | |
DAI | ERC-20 | 1.949561K | $1.00 |
$1,949.56 | |
WETH | ERC-20 | 0 | $3,217.51 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20551624 | 3 months ago | | | 0 | 0.0013288261 | |
| 20545196 | 3 months ago | | | 0 | 0.00059119277 | |
| 20544935 | 3 months ago | | | 0 | 0.0013613264 | |
| 20544832 | 3 months ago | | | 0 | 0.0013592334 | |
| 20544737 | 3 months ago | | | 0 | 0.0013589843 | |
| 20544644 | 3 months ago | | | 0 | 0.0010890238 | |
| 20544634 | 3 months ago | | | 0 | 0.0014018927 | |
| 20506220 | 3 months ago | | | 0 | 0.0014936110 | |
| 20505766 | 3 months ago | | | 0 | 0.0023663309 | |
| 20504865 | 3 months ago | | | 0 | 0.0015316984 |
ABI
ABI objects
Getter at block 21158544
blockChallengePeriod() view returns (uint256)
450
countExecuted() view returns (uint256)
1457
getCurrentBlockId() view returns (uint256)
1457
maxPriorityTxDelay() view returns (uint256)
60
operator() view returns (address)
0x6c0af0e2a174aaffe9f336c0ae4d0e535735294f
owner() view returns (address)
0x34dfa1226f8b3e36fe597b34eea809a2b5c0bbf9
paused() view returns (bool)
false
pendingBalanceSyncsCommitHead() view returns (uint256)
3810
pendingBalanceSyncsExecuteHead() view returns (uint256)
3807
pendingBalanceSyncsTail() view returns (uint256)
3810
pendingDepositsCommitHead() view returns (uint256)
321
pendingDepositsExecuteHead() view returns (uint256)
321
pendingDepositsTail() view returns (uint256)
321
Read-only
blocks(uint256) view returns (bytes32 rootHash, bytes32 intentHash, uint128 blockTime, uint128 blockSize)
netDepositLimits(address) view returns (uint256)
netDeposits(address) view returns (uint256)
pendingBalanceSyncs(uint256) view returns (bytes32 bhash, uint64 blockId, uint8 status)
pendingDeposits(uint256) view returns (bytes32 dhash, uint64 blockId, uint8 status)
pendingWithdrawCommits(uint256, uint256) view returns (address account, uint32 assetId, uint256 amount)
pendingWithdraws(address, uint32) view returns (uint256)
strategyAssetBalances(uint32) view returns (uint256)
State-modifying
Events commitBlock(uint256 _blockId, bytes[] _transitions)
deposit(address _asset, uint256 _amount)
depositETH(address _weth, uint256 _amount) payable
disputePriorityTxDelay()
disputeTransition(struct DataTypesTransitionProof _prevTransitionProof, struct DataTypesTransitionProof _invalidTransitionProof, struct DataTypesAccountProof _accountProof, struct DataTypesStrategyProof _strategyProof)
drainETH(uint256 _amount)
drainToken(address _asset, uint256 _amount)
executeBlock(bytes[] _intents)
pause()
renounceOwnership()
setBlockChallengePeriod(uint256 _blockChallengePeriod)
setMaxPriorityTxDelay(uint256 _maxPriorityTxDelay)
setNetDepositLimit(address _asset, uint256 _limit)
setOperator(address _operator)
syncBalance(uint32 _strategyId)
transferOwnership(address newOwner)
unpause()
withdraw(address _account, address _asset)
withdrawETH(address _account, address _weth)
AssetDeposited(address account, uint32 assetId, uint256 amount, uint256 depositId)
AssetWithdrawn(address account, uint32 assetId, uint256 amount)
BalanceSync(uint32 strategyId, int256 delta, uint256 syncId)
OperatorChanged(address previousOperator, address newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RollupBlockCommitted(uint256 blockId)
RollupBlockExecuted(uint256 blockId)
RollupBlockReverted(uint256 blockId, string reason)
Unpaused(address account)
constructor(uint256 _blockChallengePeriod, uint256 _maxPriorityTxDelay, address _transitionDisputerAddress, address _registryAddress, address _operator)
fallback()
receive()
This contract contains no error objects.