GatewayEVM
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
13
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 "GatewayEVM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "GatewayEVM"
ABI
ABI objects
Getter at block 23746780
ASSET_HANDLER_ROLE() view returns (bytes32)
0x584a0b16e9f616d90ccec14a0b852c19aceccfd3d60699398a57dce2b0de01b9
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_PAYLOAD_SIZE() view returns (uint256)
1024
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
TSS_ROLE() view returns (bytes32)
0x0da06bffcb63442de88b7f8385468eaf51e47079d4fa96875938e2c27c451deb
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
custody() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
tssAddress() view returns (address)
0x0000000000000000000000000000000000000000
zetaConnector() view returns (address)
0x0000000000000000000000000000000000000000
zetaToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events call(address receiver, bytes payload, struct RevertOptions revertOptions)
deposit(address receiver, struct RevertOptions revertOptions) payable
deposit(address receiver, uint256 amount, address asset, struct RevertOptions revertOptions)
depositAndCall(address receiver, bytes payload, struct RevertOptions revertOptions) payable
depositAndCall(address receiver, uint256 amount, address asset, bytes payload, struct RevertOptions revertOptions)
execute(struct MessageContext messageContext, address destination, bytes data) payable returns (bytes)
executeRevert(address destination, bytes data, struct RevertContext revertContext) payable
executeWithERC20(struct MessageContext messageContext, address token, address to, uint256 amount, bytes data)
grantRole(bytes32 role, address account)
initialize(address tssAddress_, address zetaToken_, address admin_)
pause()
renounceRole(bytes32 role, address callerConfirmation)
revertWithERC20(address token, address to, uint256 amount, bytes data, struct RevertContext revertContext)
revokeRole(bytes32 role, address account)
setConnector(address zetaConnector_)
setCustody(address custody_)
unpause()
updateTSSAddress(address newTSSAddress)
upgradeToAndCall(address newImplementation, bytes data) payable
Called(address indexed sender, address indexed receiver, bytes payload, struct RevertOptions revertOptions)
Deposited(address indexed sender, address indexed receiver, uint256 amount, address asset, bytes payload, struct RevertOptions revertOptions)
DepositedAndCalled(address indexed sender, address indexed receiver, uint256 amount, address asset, bytes payload, struct RevertOptions revertOptions)
Executed(address indexed destination, uint256 value, bytes data)
ExecutedWithERC20(address indexed token, address indexed to, uint256 amount, bytes data)
Initialized(uint64 version)
Paused(address account)
Reverted(address indexed to, address indexed token, uint256 amount, bytes data, struct RevertContext revertContext)
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)
Unpaused(address account)
UpdatedGatewayTSSAddress(address oldTSSAddress, address newTSSAddress)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ApprovalFailed()
CallOnRevertNotSupported()
ConnectorInitialized()
CustodyInitialized()
DepositFailed()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExecutionFailed()
ExpectedPause()
FailedInnerCall()
InsufficientERC20Amount()
InsufficientETHAmount()
InvalidInitialization()
NotAllowedToCallOnCall()
NotAllowedToCallOnRevert()
NotInitializing()
NotWhitelistedInCustody()
PayloadSizeExceeded()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
ZETANotSupported()
ZeroAddress()