EthicHubDepositManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "EthicHubDepositManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EthicHubDepositManager"
ABI
ABI objects
Getter at block 20797705
ethicHubStorage() view returns (address)
0x0000000000000000000000000000000000000000
getHubAddr() view returns (address)
0x0000000000000000000000000000000000000000
isOwner() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
relayHubVersion() view returns (string)
1.0.0
relayer() view returns (address)
0x0000000000000000000000000000000000000000
stableCoin() view returns (address)
0x0000000000000000000000000000000000000000
tokenBridge() view returns (address)
0x0000000000000000000000000000000000000000
version() view returns (uint8)
0
Read-only
acceptRelayedCall(address relay, address from, bytes encodedFunction, uint256 transactionFee, uint256 gasPrice, uint256 gasLimit, uint256 nonce, bytes approvalData, uint256 maxPossibleCharge) view returns (uint256, bytes)
State-modifying
Events contribute(address target, address contributor, uint256 amount)
initialize()
initialize(address _ethicHubStorage, address _stableCoin)
initialize(address sender)
postRelayedCall(bytes context, bool success, uint256 actualCharge, bytes32 preRetVal)
preRelayedCall(bytes context) returns (bytes32)
renounceOwnership()
sendToBridge(address _sender, uint256 _amount)
setDefaultRelayHub()
setRelayHubAddress(address relayAddress)
setTokenBridge(address _tokenBridge)
setTrustedRelayer(address _relayer)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RelayHubChanged(address indexed oldRelayHub, address indexed newRelayHub)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.