0x111e14d23c8d7ea34e6b0d53663088bf8833e34a
Unverified contract
Proxy
Active on
Ethereum with 21 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($64,407.54)
Native
Value
$988.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.299487 | $3,299.59 |
$988.18 | |
stETH | ERC-20 | 19 | $3,310.92 |
$62,907.48 | |
MATIC | ERC-20 | 1.063758K | $0.401804 |
$427.42 | |
USDC | ERC-20 | 84.201557 | $1.003 |
$84.45 | |
BTT | ERC-20 | 2.545084K | $0.000001 |
$0 | |
PLO | ERC-721 | 1 | -- | -- | |
GTEC | ERC-721 | 1 | -- | -- | |
GTEC | ERC-721 | 1 | -- | -- | |
GTEC | ERC-721 | 1 | -- | -- | |
POOLY1 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20256333 | 4 months ago | | | 0 | 0.00092340132 | |
| 20235363 | 4 months ago | | | 0 | 0.0094132935 | |
| 19355508 | 8 months ago | | | 0 | 0.012686980 | |
| 17429415 | a year ago | | | 0 | 0.0048068137 | |
| 17419035 | a year ago | | | 8.9873311 | 0.00055372223 | |
| 17419007 | a year ago | | | 14.464642 | 0.00055011020 | |
| 16663786 | 2 years ago | | | 0 | 0.0085732262 | |
| 16619248 | 2 years ago | | | 0 | 0.0022443773 | |
| 16190700 | 2 years ago | | | 0 | 0.0059930880 | |
| 15610940 | 2 years ago | | | 0 | 0.0014234844 |
ABI
ABI objects
Getter at block 21171196 ipfsRoot() view returns (string)
SET_IMAGE_HASH_TYPE_HASH() view returns (bytes32)
0x8713a7c4465f6fbee2b6e9d6646d1d9f83fec929edfc4baf661f3c865bdd04d1
imageHash() view returns (bytes32)
0xf71c779df953f273c7ff9e77dcc91753ff665aa98df4dedd83bc2f653f4b1148
ipfsRootBytes32() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
nonce() view returns (uint256)
19
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)