UpgradeGatekeeper
Verified contract
Active on
Ethereum with 6 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SYNC | ERC-20 | 1B | -- | -- | |
zkSync | ERC-20 | 51.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10276607 | 4 years ago | | | 0 | 0.0011137200 | |
| 10272040 | 4 years ago | | | 0 | 0.0018096000 | |
| 10271985 | 4 years ago | | | 0 | 0.0018013370 | |
| 10271812 | 4 years ago | | | 0 | 0.0049265100 | |
| 10271495 | 4 years ago | | | 0 | 0.0011568720 | |
| 10271317 | 4 years ago | | | 0 | 0.0070588802 |
ABI
ABI objects
Getter at block 21296939
getMaster() view returns (address master)
0xe24f4870ab85de8e356c5fc56138587206c70d99
mainContract() view returns (address)
0xabea9132b05a70803a4e85094fd0e1800777fbef
noticePeriodFinishTimestamp() view returns (uint256)
0
upgradeStatus() view returns (uint8)
0
versionId() view returns (uint256)
11
Read-only
managedContracts(uint256) view returns (address)
nextTargets(uint256) view returns (address)
State-modifying
Events addUpgradeable(address addr)
cancelUpgrade()
finishUpgrade(bytes[] targetsUpgradeParameters)
startPreparation() returns (bool)
startUpgrade(address[] newTargets)
transferMastership(address _newMaster)
NewUpgradable(uint256 indexed versionId, address indexed upgradeable)
NoticePeriodStart(uint256 indexed versionId, address[] newTargets, uint256 noticePeriod)
PreparationStart(uint256 indexed versionId)
UpgradeCancel(uint256 indexed versionId)
UpgradeComplete(uint256 indexed versionId, address[] newTargets)
constructor(address _mainContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.