StarknetTokenBridge
Verified contract
Implementation
Active on
Ethereum with 0 txns
Inferred storage
Map
Table
Raw
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "StarknetTokenBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StarknetTokenBridge"
ABI
ABI objects
Getter at block 21304451
estimateDepositFeeWei() pure returns (uint256)
100000000000000
estimateEnrollmentFeeWei() pure returns (uint256)
500000000000000
identify() pure returns (string)
StarkWare_StarknetTokenBridge_2.0_4
isFrozen() view returns (bool)
false
maxDeposit() pure returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
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 checkDeploymentStatus(address token)
deactivate(address token)
deposit(address token, 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 token) payable
initialize(bytes data)
registerAppGovernor(address account)
registerAppRoleAdmin(address account)
registerGovernanceAdmin(address account)
registerOperator(address account)
registerSecurityAdmin(address account)
registerSecurityAgent(address account)
registerTokenAdmin(address account)
registerUpgradeGovernor(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)
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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.