GuestModule

Verified contract

Active on Ethereum with 1,123 txns
Deployed by via 0xe65df313 at 17027004
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "GuestModule"

0xc79f845eb731ce3c547928bbe01d46109f976f4fdd203c170e4ce4a8cc42e0aa
0xcf06faff063d2491b4c89c8170093159225bf427189352c2a43e4bf3dd91717e
0xa7fac5fc2d029218879dee49d4fe08ff9ac02334b40aaf2a683205d7a1f49e97
0xb6a7d3559fe636fa4c2af98ad867ad0a7af68afc646e40895546b06d6bf1fc93
0xd59358e451296e749208a35a62b1b74b53e3a5d8c71e1994dbfe8f534af52492
0x0db436298db13fbe5c0440ca9f9045f1345e22899d4feb4dcb9ebb4d00cae7af
0xf4720ece952fc5a6cc3d4116d7a911eb45fb96191390e946f0d8303451e15566
0x25daa8ddacdfd3495b5231567514729e7b2fe77bec4863a9006042ece5d673c4
0x634a1ad457787bc25aaf62f8fdf1c83e93f480a89989fbe985ea8b774a22d3d7
0x154e218f8047804cbb85103d9438f196e62e28af6e5b5a062fda8e7b8460808d

Functions
Getter at block 20945176
SET_IMAGE_HASH_TYPE_HASH(view returns (bytes32)
0x8713a7c4465f6fbee2b6e9d6646d1d9f83fec929edfc4baf661f3c865bdd04d1
nonce(view returns (uint256)
0
Read-only
isValidSignature(bytes _databytes _signaturesview returns (bytes4)
isValidSignature(bytes32 _hashbytes _signaturesview returns (bytes4)
readNonce(uint256 _spaceview returns (uint256)
signatureRecovery(bytes32 _digestbytes _signatureview returns (uint256 thresholduint256 weightbytes32 imageHashbytes32 subdigestuint256 checkpoint)
supportsInterface(bytes4 _interfaceIDpure returns (bool)
State-modifying
createContract(bytes _codepayable returns (address addr)
execute(struct IModuleCallsTransaction[] _txsuint256bytes
selfExecute(struct IModuleCallsTransaction[] _txs
updateImageHash(bytes32 _imageHash
Events
CreatedContract(address _contract
ImageHashUpdated(bytes32 newImageHash
NonceChange(uint256 _spaceuint256 _newNonce
TxExecuted(bytes32 indexed _txuint256 _index
TxFailed(bytes32 indexed _txuint256 _indexbytes _reason
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
BadNonce(uint256 _spaceuint256 _provideduint256 _current
CreateFailed(bytes _code
DelegateCallNotAllowed(uint256 _index
EmptySignature(
ImageHashIsZero(
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
NotSupported(
OnlyDelegatecall(
OnlySelfAuth(address _senderaddress _self
SignerIsAddress0(bytes _signature
UnsupportedSignatureType(bytes _signatureuint256 _typebool _recoverMode
WrongChainedCheckpointOrder(uint256 _currentuint256 _prev