Proxy
Verified contract
Proxy
Active on
Ethereum with 8,069 txns
Unified storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($16,407,589.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 16.407589M | $1.00 |
$16,407,588.52 | |
MTV | ERC-20 | 1K | $0.001044 |
$1.04 | |
0x5190…cba4 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21211159 | 15 minutes ago | | | 0.00021593693 | 0.0011715582 | |
| 21207955 | 11 hours ago | | | 0.00020676152 | 0.0012596159 | |
| 21206600 | 15 hours ago | | | 0.00022634664 | 0.0012265315 | |
| 21206504 | 16 hours ago | | | 0 | 0.00099397618 | |
| 21206453 | 16 hours ago | | | 0.00020336743 | 0.0013452363 | |
| 21206241 | 17 hours ago | | | 0 | 0.0010695358 | |
| 21205041 | 21 hours ago | | | 0.00023437606 | 0.0013550224 | |
| 21204943 | 21 hours ago | | | 0.00021549407 | 0.0012303636 | |
| 21202563 | a day ago | | | 0.00028933934 | 0.0016607089 | |
| 21202140 | a day ago | | | 0.00031179569 | 0.0017767129 |
ABI
ABI objects
Getter at block 21211231
PROXY_GOVERNANCE_TAG() view returns (string)
StarkEx.Proxy.2019.GovernorsInformation
PROXY_VERSION() view returns (string)
3.0.1
UPGRADE_DELAY_SLOT() view returns (bytes32)
0xc21dbb3089fcb2c4f4c6a67854ab4db2b0f233ea4b21b21f912d52d18fc5db1f
getUpgradeActivationDelay() view returns (uint256 delay)
259200
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(bytes) pure
proxyIsGovernor(address user) view returns (bool)
getMaxTotalBalance(address token) view returns (uint256)
getRemainingIntradayAllowance(address token) view returns (uint256)
getStatus(address token) view returns (uint8)
isAppGovernor(address account) view returns (bool)
isAppRoleAdmin(address account) view returns (bool)
isGovernanceAdmin(address account) view returns (bool)
isOperator(address account) view returns (bool)
isSecurityAdmin(address account) view returns (bool)
isSecurityAgent(address account) view returns (bool)
isServicingToken(address token) view returns (bool)
isTokenAdmin(address account) view returns (bool)
isUpgradeGovernor(address account) view returns (bool)
State-modifying
Events addImplementation(address newImplementation, bytes data, bool finalize)
proxyAcceptGovernance()
proxyCancelNomination()
proxyNominateNewGovernor(address newGovernor)
proxyRemoveGovernor(address governorForRemoval)
removeImplementation(address removedImplementation, bytes data, bool finalize)
upgradeTo(address newImplementation, bytes data, bool finalize) payable
assignLegacyProxyGovernor(address account)
checkDeploymentStatus(address token)
deactivate(address token)
deposit(address token, uint256 amount, uint256 l2Recipient) payable
deposit(uint256 amount, uint256 l2Recipient) payable
depositCancelRequest(address token, uint256 amount, uint256 l2Recipient, uint256 nonce)
depositReclaim(address token, uint256 amount, uint256 l2Recipient, uint256 nonce)
depositWithMessage(address token, uint256 amount, uint256 l2Recipient, uint256[] message) payable
depositWithMessageCancelRequest(address token, uint256 amount, uint256 l2Recipient, uint256[] message, uint256 nonce)
depositWithMessageReclaim(address token, uint256 amount, uint256 l2Recipient, uint256[] message, uint256 nonce)
disableWithdrawalLimit(address token)
enableWithdrawalLimit(address token)
enrollToken(address) payable
initialize(bytes data)
legacyDepositCancelRequest(uint256 amount, uint256 l2Recipient, uint256 nonce)
legacyDepositReclaim(uint256 amount, uint256 l2Recipient, uint256 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 role, address 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 token, uint256 maxTotalBalance_)
withdraw(address token, uint256 amount)
withdraw(address token, uint256 amount, address recipient)
withdraw(uint256 amount)
withdraw(uint256 amount, address recipient)
FinalizedImplementation(address indexed implementation)
ImplementationAdded(address indexed implementation, bytes initializer, bool finalize)
ImplementationRemoved(address indexed implementation, bytes initializer, bool finalize)
ImplementationUpgraded(address indexed implementation, bytes initializer)
LogNewGovernorAccepted(address acceptedGovernor)
LogNominatedGovernor(address nominatedGovernor)
LogNominationCancelled()
LogRemovedGovernor(address removedGovernor)
Deposit(address indexed sender, address indexed token, uint256 amount, uint256 indexed l2Recipient, uint256 nonce, uint256 fee)
DepositCancelRequest(address indexed sender, address indexed token, uint256 amount, uint256 indexed l2Recipient, uint256 nonce)
DepositReclaimed(address indexed sender, address indexed token, uint256 amount, uint256 indexed l2Recipient, uint256 nonce)
DepositWithMessage(address indexed sender, address indexed token, uint256 amount, uint256 indexed l2Recipient, uint256[] message, uint256 nonce, uint256 fee)
DepositWithMessageCancelRequest(address indexed sender, address indexed token, uint256 amount, uint256 indexed l2Recipient, uint256[] message, uint256 nonce)
DepositWithMessageReclaimed(address indexed sender, address indexed token, uint256 amount, uint256 indexed l2Recipient, uint256[] message, uint256 nonce)
LogDeposit(address indexed sender, uint256 amount, uint256 indexed l2Recipient, uint256 nonce, uint256 fee)
LogDepositCancelRequest(address indexed sender, uint256 amount, uint256 indexed l2Recipient, uint256 nonce)
LogDepositReclaimed(address indexed sender, uint256 amount, uint256 indexed l2Recipient, uint256 nonce)
LogNewGovernorAccepted(address acceptedGovernor)
LogRemovedGovernor(address removedGovernor)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetL2TokenBridge(uint256 value)
SetMaxTotalBalance(address indexed token, uint256 value)
TokenDeactivated(address token)
TokenEnrollmentInitiated(address token, bytes32 deploymentMsgHash)
Withdrawal(address indexed recipient, address indexed token, uint256 amount)
WithdrawalLimitDisabled(address indexed sender, address indexed token)
WithdrawalLimitEnabled(address indexed sender, address indexed token)
constructor(uint256 upgradeActivationDelay)
fallback()
receive()
This contract contains no error objects.