ExtensibleFallbackHandler
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ExtensibleFallbackHandler"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ExtensibleFallbackHandler"
ABI
ABI objects
Getter at block 21244794
This contract contains no getter function objects.
Read-only
domainVerifiers(address, bytes32) view returns (address)
isValidSignature(bytes32 _hash, bytes signature) view returns (bytes4 magic)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
safeInterfaces(address, bytes4) view returns (bool)
safeMethods(address, bytes4) view returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addSupportedInterfaceBatch(bytes4 _interfaceId, bytes32[] handlerWithSelectors)
removeSupportedInterfaceBatch(bytes4 _interfaceId, bytes4[] selectors)
setDomainVerifier(bytes32 domainSeparator, address newVerifier)
setSafeMethod(bytes4 selector, bytes32 newMethod)
setSupportedInterface(bytes4 interfaceId, bool supported)
AddedDomainVerifier(address indexed safe, bytes32 domainSeparator, address verifier)
AddedInterface(address indexed safe, bytes4 interfaceId)
AddedSafeMethod(address indexed safe, bytes4 selector, bytes32 method)
ChangedDomainVerifier(address indexed safe, bytes32 domainSeparator, address oldVerifier, address newVerifier)
ChangedSafeMethod(address indexed safe, bytes4 selector, bytes32 oldMethod, bytes32 newMethod)
RemovedDomainVerifier(address indexed safe, bytes32 domainSeparator)
RemovedInterface(address indexed safe, bytes4 interfaceId)
RemovedSafeMethod(address indexed safe, bytes4 selector)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.