PlasmaFramework
Verified contract
Active on
Ethereum with 5,375 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($7.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OMG | ERC-20 | 15 | $0.282406 |
$4.24 | |
ZRX | ERC-20 | 10 | $0.369521 |
$3.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16191258 | 2 years ago | | | 0 | 0.0088984880 | |
| 15801132 | 2 years ago | | | 0 | 0.0011769660 | |
| 15035959 | 2 years ago | | | 0 | 0.0024380700 | |
| 14995274 | 2 years ago | | | 0 | 0.0024380700 | |
| 14990174 | 2 years ago | | | 0 | 0.017457930 | |
| 14632612 | 3 years ago | | | 0 | 0.0095570630 | |
| 14615354 | 3 years ago | | | 0 | 0.0041516400 | |
| 14436022 | 3 years ago | | | 0 | 0.0022755320 | |
| 14209868 | 3 years ago | | | 0 | 0.0038671740 | |
| 14141105 | 3 years ago | | | 0 | 0.011052584 |
ABI
ABI objects
Getter at block 21158658
CHILD_BLOCK_INTERVAL() view returns (uint256)
1000
authority() view returns (address)
0x22405c1782913fb676bc74ef54a60727b0e1026f
childBlockInterval() view returns (uint256)
1000
getMaintainer() view returns (address)
0x27b4c9e627f66eb3c7bf0e98751bd721615d3b21
getVersion() view returns (string)
1.0.4+a69c763
isChildChainActivated() view returns (bool)
true
minExitPeriod() view returns (uint256)
604800
nextChildBlock() view returns (uint256)
5282000
nextDeposit() view returns (uint256)
1
nextDepositBlock() view returns (uint256)
5281001
version() view returns (string)
1.0.4+a69c763
Read-only
blocks(uint256) view returns (bytes32 root, uint256 timestamp)
delegations(bytes32) view returns (address)
exitGameToTxType(address _exitGame) view returns (uint256)
exitGames(uint256 _txType) view returns (address)
exitsQueues(bytes32) view returns (address)
getNextExit(uint256 vaultId, address token) view returns (uint256)
hasExitQueue(uint256 vaultId, address token) view returns (bool)
isAnyInputFinalizedByOtherExit(bytes32[] _outputIds, uint160 exitId) view returns (bool)
isDeposit(uint256 blockNum) view returns (bool)
isExitGameSafeToUse(address _contract) view returns (bool)
isOutputFinalized(bytes32 outputId) view returns (bool)
outputsFinalizations(bytes32) view returns (uint160)
protocols(uint256 _txType) view returns (uint8)
vaultToId(address _vaultAddress) view returns (uint256)
vaults(uint256 _vaultId) view returns (address)
State-modifying
Events activateChildChain()
activateNonReentrant()
addExitQueue(uint256 vaultId, address token)
batchFlagOutputsFinalized(bytes32[] outputIds, uint160 exitId)
deactivateNonReentrant()
enqueue(uint256 vaultId, address token, uint64 exitableAt, struct PosLibPosition txPos, uint160 exitId, address exitProcessor) returns (uint256)
flagOutputFinalized(bytes32 outputId, uint160 exitId)
processExits(uint256 vaultId, address token, uint160 topExitId, uint256 maxExitsToProcess)
registerExitGame(uint256 _txType, address _contract, uint8 _protocol)
registerVault(uint256 _vaultId, address _vaultAddress)
setVersion(string _version)
submitBlock(bytes32 _blockRoot)
submitDepositBlock(bytes32 _blockRoot) returns (uint256)
BlockSubmitted(uint256 blknum)
ChildChainActivated(address authority)
ExitGameRegistered(uint256 txType, address exitGameAddress, uint8 protocol)
ExitQueueAdded(uint256 vaultId, address token)
ExitQueued(uint160 indexed exitId, uint256 priority)
ProcessedExitsNum(uint256 processedNum, uint256 vaultId, address token)
VaultRegistered(uint256 vaultId, address vaultAddress)
constructor(uint256 _minExitPeriod, uint256 _initialImmuneVaults, uint256 _initialImmuneExitGames, address _authority, address _maintainer)
This contract contains no fallback and receive objects.
This contract contains no error objects.