0x648461be4becbb1a8fe0ceeabed1fbd363efde90

Unverified contract

Proxy

Active on Base with 13 txns
Deployed by via 0x0b14dc7c at 16576351
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $29.63
0xb7a5467ae6a8db7c1986308aa962ed0833ea1719715fe5b20954e64bf0618409
0x331d13e1ac06c5482878bc5040f733cfc4fb73648f6b6f7fcc9ed86b750b6c13
0x5fa4068623d76f42c465b80d09b2cfefd2747a62a661334a3b5b9a222583edb1
0xd6540b55503f435fd76bdb9c062826ffa5908799ef334a2f503a0175703d0a4b
0x49c66e3c86b27984f59d6c68ef973868430eb102f88f982f3c662df2affb0f72
0xf96ed0edde64d6787a25cc36c9c058ad2c350541d4abad6852b2ccc965249a4c
0x1b9de468f9943e46309f6a7aa4f6f4f4884bf5ad7827a4c00250cfd1079d16ed
0x5aa66f2a0be789026aa9e0c481a1a1432f76864bf3b309c1366538c9aff96a49
0x0e29110deef99ec4d0b78d8fddd715e215d8c3ec39f1e3df02951c90706b864b
0xdcaa73fce39c32bd0859011b4f3b8209d632a3a03311ba20d7d05913edc53ff6

Functions
Getter at block 22165262
SET_IMAGE_HASH_TYPE_HASH(view returns (bytes32)
0x8713a7c4465f6fbee2b6e9d6646d1d9f83fec929edfc4baf661f3c865bdd04d1
imageHash(view returns (bytes32)
0x34f6f8f2c2e2db89692023a5f16d0e6d958c0133743c4e9043395294b6cf1395
 
ipfsRoot(view returns (string)
ipfsRootBytes32(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
nonce(view returns (uint256)
13
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