CyberRelayGate
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 "CyberRelayGate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CyberRelayGate"
ABI
ABI objects
Getter at block 23762522
owner() view returns (address)
0x8ed1282a1ace084de1e99e9ce5ed68896c49d65f
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
relayDestinations(address) view returns (bool enabled, address hook)
requestIdUsed(address, bytes32) view returns (bool)
State-modifying
Events initialize(address _owner)
pause()
relayToCyber(bytes32 requestId, address destination, bytes data) payable
renounceOwnership()
setDestination(address destination, bool enabled, address hook)
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address token)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Relay(bytes32 requestId, address from, address destination, uint256 value, bytes callData)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.