AddressRelay
Verified contract
Active on
Ethereum with 16 txns
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 "AddressRelay"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20164768 | 6 months ago | | | 0 | 0.00011793100 | |
| 20164613 | 6 months ago | | | 0 | 0.0022195565 | |
| 20164607 | 6 months ago | | | 0 | 0.0015257779 | |
| 20162867 | 6 months ago | | | 0 | 0.00059056125 | |
| 19664613 | 8 months ago | | | 0 | 0.00020354705 | |
| 19664549 | 8 months ago | | | 0 | 0.0036199837 | |
| 19664541 | 8 months ago | | | 0 | 0.0033497173 | |
| 19663069 | 8 months ago | | | 0 | 0.00045741837 | |
| 19092771 | a year ago | | | 0 | 0.00061218160 | |
| 19081564 | a year ago | | | 0 | 0.00049521174 |
ABI
ABI objects
Getter at block 21415090 getAllImplAddressesAndSelectors() view returns (struct Implementation[])
fallbackImplAddress() view returns (address)
0x5930fd7a00c90d05e67ee7917fada7c4d679db5e
owner() view returns (address)
0x9e58150f2cf5fab23ffa95903feabf7d115dee95
relayFrozen() view returns (bool)
false
Read-only
getImplAddress(bytes4 _functionSelector) view returns (address)
getImplAddressNoFallback(bytes4 _functionSelector) view returns (address)
getSelectorsForImplAddress(address _implAddress) view returns (bytes4[])
selectorToImplAddress(bytes4) view returns (address)
supportedInterfaces(bytes4) view returns (bool)
supportsInterface(bytes4 _interfaceId) view returns (bool)
State-modifying
Events addOrUpdateSelectors(bytes4[] _selectors, address _implAddress)
freezeRelay()
removeImplAddressAndAllSelectors(address _implAddress)
removeSelectors(bytes4[] _selectors)
renounceOwnership()
setFallbackImplAddress(address _fallbackAddress)
transferOwnership(address newOwner)
updateSupportedInterfaces(bytes4 _interfaceId, bool _supported)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.