Proxy

Verified contract

Proxy

Active on Ethereum with 76 txns
Deployed by via 0x6933303b at 18412782
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
ERC-20
Value $29,039.2
0x4a6b268a419a448f2a607c08a5d9629dfb2aec94f2bb137facb73e7ee6b2f4bd
0x6c6dec1225eed26921eaa3eae35d392ce167c01441b6d824fd4d4eb8fc32af42
0xc859b29f138adac73010413bcb0cf6d99f9b9144998bd59441ff4d47b2e3f997
0x0ccfff9a2f19f30112eeef49e5d3e784ade99800454aa4194e8a09515bc1bc21
0x9597e68b2aef77c6db7a5be61d949ab66b5cbf9531c95463a2bf8398293de716
0x2ff1199cba0064cae83d68ab5420c64919b06a2ac11e0554643973f163602399
0xa09d10960c18b62e9be2a07b0e8e7c86a420e149081cc9045e1f9cfca151f789
0x57a47f048fcf5a0ae01ed62b576073c4efc36682f532ff0623bfbcc8222517bf
0x80c2489d99e1aa4593e1749d905120a22bc688a8c62343edce82130c4566de72
0x9e94dedcf479e8fa0fc8e8e984939e956b908c48a6f93c8e34392ece34a5806c

Functions
Getter at block 21271707
ENABLE_WINDOW_DURATION_SLOT(view returns (bytes32)
0xb00a6109e73dbe7bbf8d3f18fb9221d2d024dc2671e3d5ff02532ccc40590738
MAX_UPGRADE_DELAY(view returns (uint256)
15552000
PROXY_VERSION(view returns (string)
5.0.0
UPGRADE_DELAY_SLOT(view returns (bytes32)
0xc21dbb3089fcb2c4f4c6a67854ab4db2b0f233ea4b21b21f912d52d18fc5db1f
getEnableWindowDuration(view returns (uint256 duration)
1209600
getUpgradeActivationDelay(view returns (uint256 delay)
0
implementation(view returns (address _implementation)
0x6ad74d4b79a06a492c288ef66ef868dd981fdc85
isNotFinalized(view returns (bool notFinal)
true
estimateDepositFeeWei(pure returns (uint256)
100000000000000
estimateEnrollmentFeeWei(pure returns (uint256)
500000000000000
identify(pure returns (string)
StarkWare_StarknetERC20Bridge_2.0_5
isFrozen(view returns (bool)
false
maxDeposit(pure returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxTotalBalance(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
initialize(bytespure 
isAppGovernor(address accountview returns (bool)
isAppRoleAdmin(address accountview returns (bool)
isGovernanceAdmin(address accountview returns (bool)
isOperator(address accountview returns (bool)
isTokenAdmin(address accountview returns (bool)
isUpgradeGovernor(address accountview returns (bool)
getMaxTotalBalance(address tokenview returns (uint256)
getRemainingIntradayAllowance(address tokenview returns (uint256)
getStatus(address tokenview returns (uint8)
isAppGovernor(address accountview returns (bool)
isAppRoleAdmin(address accountview returns (bool)
isGovernanceAdmin(address accountview returns (bool)
isOperator(address accountview returns (bool)
isSecurityAdmin(address accountview returns (bool)
isSecurityAgent(address accountview returns (bool)
isServicingToken(address tokenview returns (bool)
isTokenAdmin(address accountview returns (bool)
isUpgradeGovernor(address accountview returns (bool)
State-modifying
addImplementation(address newImplementationbytes databool finalize
registerAppGovernor(address account
registerAppRoleAdmin(address account
registerGovernanceAdmin(address account
registerOperator(address account
registerTokenAdmin(address account
registerUpgradeGovernor(address account
removeImplementation(address removedImplementationbytes databool finalize
renounceRole(bytes32 roleaddress account
revokeAppGovernor(address account
revokeAppRoleAdmin(address account
revokeGovernanceAdmin(address account
revokeOperator(address account
revokeTokenAdmin(address account
revokeUpgradeGovernor(address account
upgradeTo(address newImplementationbytes databool finalizepayable 
assignLegacyProxyGovernor(address account
checkDeploymentStatus(address token
deactivate(address token
deposit(address tokenuint256 amountuint256 l2Recipientpayable 
deposit(uint256 amountuint256 l2Recipientpayable 
depositCancelRequest(address tokenuint256 amountuint256 l2Recipientuint256 nonce
depositReclaim(address tokenuint256 amountuint256 l2Recipientuint256 nonce
depositWithMessage(address tokenuint256 amountuint256 l2Recipientuint256[] messagepayable 
depositWithMessageCancelRequest(address tokenuint256 amountuint256 l2Recipientuint256[] messageuint256 nonce
depositWithMessageReclaim(address tokenuint256 amountuint256 l2Recipientuint256[] messageuint256 nonce
disableWithdrawalLimit(address token
enableWithdrawalLimit(address token
enrollToken(addresspayable 
initialize(bytes data
legacyDepositCancelRequest(uint256 amountuint256 l2Recipientuint256 nonce
legacyDepositReclaim(uint256 amountuint256 l2Recipientuint256 nonce
registerAppGovernor(address account
registerAppRoleAdmin(address account
registerGovernanceAdmin(address account
registerOperator(address account
registerSecurityAdmin(address account
registerSecurityAgent(address account
registerTokenAdmin(address account
registerUpgradeGovernor(address account
removeLegacyProxyGovernor(address account
renounceRole(bytes32 roleaddress account
revokeAppGovernor(address account
revokeAppRoleAdmin(address account
revokeGovernanceAdmin(address account
revokeOperator(address account
revokeSecurityAdmin(address account
revokeSecurityAgent(address account
revokeTokenAdmin(address account
revokeUpgradeGovernor(address account
setL2TokenBridge(uint256 l2TokenBridge_
setMaxTotalBalance(address tokenuint256 maxTotalBalance_
withdraw(address tokenuint256 amount
withdraw(address tokenuint256 amountaddress recipient
withdraw(uint256 amount
withdraw(uint256 amountaddress recipient
Events
FinalizedImplementation(address indexed implementation
ImplementationAdded(address indexed implementationbytes initializerbool finalize
ImplementationRemoved(address indexed implementationbytes initializerbool finalize
ImplementationUpgraded(address indexed implementationbytes initializer
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Deposit(address indexed senderaddress indexed tokenuint256 amountuint256 indexed l2Recipientuint256 nonceuint256 fee
DepositCancelRequest(address indexed senderaddress indexed tokenuint256 amountuint256 indexed l2Recipientuint256 nonce
DepositReclaimed(address indexed senderaddress indexed tokenuint256 amountuint256 indexed l2Recipientuint256 nonce
DepositWithMessage(address indexed senderaddress indexed tokenuint256 amountuint256 indexed l2Recipientuint256[] messageuint256 nonceuint256 fee
DepositWithMessageCancelRequest(address indexed senderaddress indexed tokenuint256 amountuint256 indexed l2Recipientuint256[] messageuint256 nonce
DepositWithMessageReclaimed(address indexed senderaddress indexed tokenuint256 amountuint256 indexed l2Recipientuint256[] messageuint256 nonce
LogDeposit(address indexed senderuint256 amountuint256 indexed l2Recipientuint256 nonceuint256 fee
LogDepositCancelRequest(address indexed senderuint256 amountuint256 indexed l2Recipientuint256 nonce
LogDepositReclaimed(address indexed senderuint256 amountuint256 indexed l2Recipientuint256 nonce
LogNewGovernorAccepted(address acceptedGovernor
LogRemovedGovernor(address removedGovernor
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SetL2TokenBridge(uint256 value
SetMaxTotalBalance(address indexed tokenuint256 value
TokenDeactivated(address token
TokenEnrollmentInitiated(address tokenbytes32 deploymentMsgHash
Withdrawal(address indexed recipientaddress indexed tokenuint256 amount
WithdrawalLimitDisabled(address indexed senderaddress indexed token
WithdrawalLimitEnabled(address indexed senderaddress indexed token
Constructor
constructor(uint256 upgradeActivationDelay
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.