0x361156f458352850c437d22c12055f01f4d21744

Unverified contract

Proxy

Active on Ethereum with 4 txns
Deployed by via 0x1b1ed69d at 20763664
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.04
ERC-20
Value $0
0xcbc1b2d8f0345ef7443e5a1baded8e3efb0a4b4dfd1ae16f902f5506dc904144
0x01c76e5e5f70d151a00fae8636b54f495a83379f9573e578c815058019b5e0a6
0x299d5939ab7b8bb333947726b7826069f32f6e8d3082d088beef27cb89c0852b
0x8088526013d455d9800e7c370fe66e39a8f94420f42906b3467462d923a3323b

Functions
Getter at block 20945184
SET_IMAGE_HASH_TYPE_HASH(view returns (bytes32)
0x8713a7c4465f6fbee2b6e9d6646d1d9f83fec929edfc4baf661f3c865bdd04d1
imageHash(view returns (bytes32)
0xc383d6980f81cabcd711d268afac9884434dd4570994bb9a770aeeead521dd45
 
ipfsRoot(view returns (string)
ipfsRootBytes32(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
nonce(view returns (uint256)
3
Read-only
extraImageHash(bytes32 _imageHashview returns (uint256)
isValidSignature(bytes _databytes _signaturesview returns (bytes4)
isValidSignature(bytes32 _hashbytes _signaturesview returns (bytes4)
readHook(bytes4 _signatureview returns (address)
readNonce(uint256 _spaceview returns (uint256)
signatureRecovery(bytes32 _digestbytes _signatureview returns (uint256 thresholduint256 weightbytes32 imageHashbytes32 subdigestuint256 checkpoint)
supportsInterface(bytes4 _interfaceIDpure returns (bool)
State-modifying
addHook(bytes4 _signatureaddress _implementation
clearExtraImageHashes(bytes32[] _imageHashes
createContract(bytes _codepayable returns (address addr)
execute(struct IModuleCallsTransaction[] _txsuint256 _noncebytes _signature
onERC1155BatchReceived(addressaddressuint256[]uint256[]bytesreturns (bytes4)
onERC1155Received(addressaddressuint256uint256bytesreturns (bytes4)
onERC721Received(addressaddressuint256bytesreturns (bytes4)
removeHook(bytes4 _signature
selfExecute(struct IModuleCallsTransaction[] _txs
setExtraImageHash(bytes32 _imageHashuint256 _expiration
updateIPFSRoot(bytes32 _hash
updateImageHash(bytes32 _imageHash
updateImageHashAndIPFS(bytes32 _imageHashbytes32 _ipfsRoot
updateImplementation(address _implementation
Events
CreatedContract(address _contract
DefinedHook(bytes4 _signatureaddress _implementation
IPFSRootUpdated(bytes32 _hash
ImageHashUpdated(bytes32 newImageHash
ImplementationUpdated(address newImplementation
NonceChange(uint256 _spaceuint256 _newNonce
SetExtraImageHash(bytes32 indexed _imageHashuint256 _expiration
TxExecuted(bytes32 indexed _txuint256 _index
TxFailed(bytes32 indexed _txuint256 _indexbytes _reason
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
BadNonce(uint256 _spaceuint256 _provideduint256 _current
CreateFailed(bytes _code
EmptySignature(
HookAlreadyExists(bytes4 _signature
HookDoesNotExist(bytes4 _signature
ImageHashIsZero(
InvalidImplementation(address _implementation
InvalidNestedSignature(bytes32 _hashaddress _addrbytes _signature
InvalidSValue(bytes _signaturebytes32 _s
InvalidSignature(bytes32 _hashbytes _signature
InvalidSignatureFlag(uint256 _flag
InvalidSignatureLength(bytes _signature
InvalidSignatureType(bytes1 _type
InvalidVValue(bytes _signatureuint256 _v
LowWeightChainedSignature(bytes _signatureuint256 thresholduint256 _weight
NotEnoughGas(uint256 _indexuint256 _requesteduint256 _available
OnlyDelegatecall(
OnlySelfAuth(address _senderaddress _self
SignerIsAddress0(bytes _signature
UnsupportedSignatureType(bytes _signatureuint256 _typebool _recoverMode
WrongChainedCheckpointOrder(uint256 _currentuint256 _prev