RelayerProxyHub
Verified contract
Active on
Ethereum with 10 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x01ed…180a
0xdcf0…406b
0xaadb…a616
Balances ($0.00)
No balances found for "RelayerProxyHub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16169027 | 2 years ago | | | 0 | 0.00053082301 | |
| 16166135 | 2 years ago | | | 0 | 0.0066390675 | |
| 16118523 | 2 years ago | | | 0 | 0.00064454909 | |
| 16118509 | 2 years ago | | | 0 | 0.00074077169 | |
| 16068446 | 2 years ago | | | 0 | 0.00053217043 | |
| 16068442 | 2 years ago | | | 0 | 0.00054847960 | |
| 16068437 | 2 years ago | | | 0 | 0.00054172492 | |
| 16068432 | 2 years ago | | | 0 | 0.00051698227 | |
| 16068428 | 2 years ago | | | 0 | 0.00053339335 | |
| 16068244 | 2 years ago | | | 1 | 0.00025939278 |
ABI
ABI objects
Getter at block 21178840
connext() view returns (address)
0x01ede4fdf8cf7ef9942a935305c3145f8daa180a
delay() view returns (uint256)
604800
feeCollector() view returns (address)
0x0000000000000000000000000000000000000000
gelatoRelayer() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xade09131c6f43fe22c2cbabb759636c43cfc181e
proposed() view returns (address)
0x0000000000000000000000000000000000000000
proposedTimestamp() view returns (uint256)
0
renounced() view returns (bool)
false
rootManager() view returns (address)
0xaadbb1083ba67c6022f6281dc820470cdfeda616
spokeConnector() view returns (address)
0xdcf026d7fbbffc1633c79e97a2b4dae1c374406b
Read-only
allowedRelayer(address) view returns (bool)
State-modifying
Events acceptProposedOwner()
addRelayer(address _relayer)
execute(struct ExecuteArgs _args, uint256 _fee) returns (bytes32 transferId)
propagate(address[] _connectors, uint256[] _messageFees, bytes[] _encodedData, uint256 _relayerFee)
proposeNewOwner(address newlyProposed)
proveAndProcess(struct ISpokeConnectorProof[] _proofs, bytes32 _aggregateRoot, bytes32[32] _aggregatePath, uint256 _aggregateIndex, uint256 _fee)
removeRelayer(address _relayer)
renounceOwnership()
send(bytes _encodedData, uint256 _messageFee, uint256 _relayerFee)
setConnext(address _connext)
setFeeCollector(address _feeCollector)
setGelatoRelayer(address _gelatoRelayer)
setRootManager(address _rootManager)
setSpokeConnector(address _spokeConnector)
withdraw()
ConnextChanged(address updated, address previous)
FeeCollectorChanged(address updated, address previous)
FundsDeducted(uint256 amount, uint256 balance)
FundsReceived(uint256 amount, uint256 balance)
GelatoRelayerChanged(address updated, address previous)
OwnershipProposed(address indexed proposedOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RelayerAdded(address relayer)
RelayerRemoved(address relayer)
RootManagerChanged(address rootManager, address oldRootManager)
SpokeConnectorChanged(address updated, address previous)
constructor(address _connext, address _spokeConnector, address _gelatoRelayer, address _feeCollector, address _rootManager)
receive()
ProposedOwnable__onlyOwner_notOwner()
ProposedOwnable__onlyProposed_notProposedOwner()
ProposedOwnable__ownershipDelayElapsed_delayNotElapsed()
ProposedOwnable__proposeNewOwner_invalidProposal()
ProposedOwnable__proposeNewOwner_noOwnershipChange()
ProposedOwnable__renounceOwnership_invalidProposal()
ProposedOwnable__renounceOwnership_noProposal()