0x111e14d23c8d7ea34e6b0d53663088bf8833e34a

Unverified contract

Proxy

Active on Ethereum with 21 txns
Deployed by via 0xd749e5d6 at 14100874
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $988.18
ERC-20
Value $62,907.48
ERC-20
Value $427.42
ERC-20
Value $84.45
ERC-20
Value $0
 (#2979)
ERC-721
--
 (#3137)
ERC-721
--
 (#1481)
ERC-721
--
 (#1351)
ERC-721
--
 (#2266)
ERC-721
--
0xbe5f451693229abb19fda8e3b9039567850ec20e554e149629c61b9ba56af2e2
0xce49dc5f63c10081b251ba9a29684ade3f3c910f9a4cb699a9f97ad843283f7f
0xdbb75ff342eec0d4c7325276a00d18b996949770db59beb2699ed9ef67508dbc
0x2930beca10ddeb7b2e5a060dd473a2482006b1aa4e1f9476f9a92fdc319d5526
0x5108bdf5b071f23d78d6533e6da5bf27d87d1161f94034068ad0c288ccb8f947
0x57799b01d64bac3da24175ace388e8e53ab658466292dea75c66cd3ca91f6763
0x6208e1e3374b03aadd1845f59b2b304a1ee4c76a0f9b07798e975b69c74bc48b
0x8bc128c18beea178bc106b41e2f7339d39dcb229855146b5e829a08cf581b20e
0x2c0953af89b91aefafed93f45ea83bdab28ef378bf30a1f305d6a6e0f755ce57
0x6c8d86a0a9147155c4470e9a7e1a2962b44d4b4d4671d5e1c05fabe20b31f50d

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