0x89a35ec99d2c082f96661344d1e52958b32b036c
Unverified contract
Proxy
Active on
Base with 124 txns
Unified storage
Map
Table
Raw
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.22)
Native
Value
$2.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000665 | $3,342.46 |
$2.22 | |
0xc137…8c39 (#62255510527124393759452018413406373840927553783372328920024216916587228169192) | ERC-1555 | 999 | -- | -- | |
0xc137…8c39 (#62255510527124393759452018413406373840927553783404327123607184735155783730152) | ERC-1555 | 983 | -- | -- | |
0xc137…8c39 (#62255510527124393759452018413406373840927553783330166372272223021747488687080) | ERC-1555 | 970 | -- | -- | |
0xc137…8c39 (#62255510527124393759452018413406373840927553783327908310508690898385637475304) | ERC-1555 | 899 | -- | -- | |
0xc137…8c39 (#62255510527124393759452018413406373840927553783328070923489447079376976872424) | ERC-1555 | 898 | -- | -- | |
0xc137…8c39 (#62255510527124393759452018413406373840927553783374119439050617527729572021224) | ERC-1555 | 894 | -- | -- | |
0xc137…8c39 (#62255510527124393759452018413406373840927553783334682525244728002896889644008) | ERC-1555 | 892 | -- | -- | |
0xc137…8c39 (#62255510527124393759452018413406373840927553783342165953008056901028485792744) | ERC-1555 | 888 | -- | -- | |
0xc137…8c39 (#62255510527124393759452018413406373840927553783390019462838681153285132387304) | ERC-1555 | 500 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21301887 | a month ago | | | 0 | 3.5249844e-7 | |
| 21301827 | a month ago | | | 0 | 3.5246540e-7 | |
| 21212499 | a month ago | | | 0 | 4.3957800e-7 | |
| 21079692 | a month ago | | | 0 | 5.2345217e-7 | |
| 21072291 | a month ago | | | 0 | 4.3360508e-7 | |
| 21072084 | a month ago | | | 0 | 4.3362711e-7 | |
| 21071865 | a month ago | | | 0 | 4.3357204e-7 | |
| 21071751 | a month ago | | | 0 | 4.3353899e-7 | |
| 21071627 | a month ago | | | 0 | 4.3366016e-7 | |
| 21071495 | a month ago | | | 0 | 4.3366016e-7 |
ABI
ABI objects
Getter at block 22778993 ipfsRoot() view returns (string)
SET_IMAGE_HASH_TYPE_HASH() view returns (bytes32)
0x8713a7c4465f6fbee2b6e9d6646d1d9f83fec929edfc4baf661f3c865bdd04d1
imageHash() view returns (bytes32)
0xf53adee14a280ce076b8406510faeed4a07e6833bedb70abdecbd09b1c61b416
ipfsRootBytes32() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
nonce() view returns (uint256)
122
Read-only
extraImageHash(bytes32 _imageHash) view returns (uint256)
isValidSignature(bytes _data, bytes _signatures) view returns (bytes4)
isValidSignature(bytes32 _hash, bytes _signatures) view returns (bytes4)
readHook(bytes4 _signature) view returns (address)
readNonce(uint256 _space) view returns (uint256)
signatureRecovery(bytes32 _digest, bytes _signature) view returns (uint256 threshold, uint256 weight, bytes32 imageHash, bytes32 subdigest, uint256 checkpoint)
supportsInterface(bytes4 _interfaceID) pure returns (bool)
State-modifying
Events addHook(bytes4 _signature, address _implementation)
clearExtraImageHashes(bytes32[] _imageHashes)
createContract(bytes _code) payable returns (address addr)
execute(struct IModuleCallsTransaction[] _txs, uint256 _nonce, bytes _signature)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
removeHook(bytes4 _signature)
selfExecute(struct IModuleCallsTransaction[] _txs)
setExtraImageHash(bytes32 _imageHash, uint256 _expiration)
updateIPFSRoot(bytes32 _hash)
updateImageHash(bytes32 _imageHash)
updateImageHashAndIPFS(bytes32 _imageHash, bytes32 _ipfsRoot)
updateImplementation(address _implementation)
CreatedContract(address _contract)
DefinedHook(bytes4 _signature, address _implementation)
IPFSRootUpdated(bytes32 _hash)
ImageHashUpdated(bytes32 newImageHash)
ImplementationUpdated(address newImplementation)
NonceChange(uint256 _space, uint256 _newNonce)
SetExtraImageHash(bytes32 indexed _imageHash, uint256 _expiration)
TxExecuted(bytes32 indexed _tx, uint256 _index)
TxFailed(bytes32 indexed _tx, uint256 _index, bytes _reason)
This contract contains no constructor objects.
fallback()
receive()
BadNonce(uint256 _space, uint256 _provided, uint256 _current)
CreateFailed(bytes _code)
EmptySignature()
HookAlreadyExists(bytes4 _signature)
HookDoesNotExist(bytes4 _signature)
ImageHashIsZero()
InvalidImplementation(address _implementation)
InvalidNestedSignature(bytes32 _hash, address _addr, bytes _signature)
InvalidSValue(bytes _signature, bytes32 _s)
InvalidSignature(bytes32 _hash, bytes _signature)
InvalidSignatureFlag(uint256 _flag)
InvalidSignatureLength(bytes _signature)
InvalidSignatureType(bytes1 _type)
InvalidVValue(bytes _signature, uint256 _v)
LowWeightChainedSignature(bytes _signature, uint256 threshold, uint256 _weight)
NotEnoughGas(uint256 _index, uint256 _requested, uint256 _available)
OnlyDelegatecall()
OnlySelfAuth(address _sender, address _self)
SignerIsAddress0(bytes _signature)
UnsupportedSignatureType(bytes _signature, uint256 _type, bool _recoverMode)
WrongChainedCheckpointOrder(uint256 _current, uint256 _prev)