AttestationGuard
Verified contract
Active on
Base with 16 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AttestationGuard"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21129302 | 2 months ago | | | 0 | 3.6070529e-7 | |
| 21127741 | 2 months ago | | | 0 | 4.7424554e-7 | |
| 21109416 | 2 months ago | | | 0 | 0.0000010220567 | |
| 21108136 | 2 months ago | | | 0 | 0.0000017223914 | |
| 21107392 | 2 months ago | | | 0 | 0.0000018244096 | |
| 21107191 | 2 months ago | | | 0 | 0.0000019585377 | |
| 18666409 | 4 months ago | | | 0 | 3.6623961e-7 | |
| 18105840 | 4 months ago | | | 0 | 4.4875235e-7 | |
| 18075826 | 4 months ago | | | 0 | 3.5430239e-7 | |
| 18033910 | 4 months ago | | | 0 | 0.0000014214723 |
ABI
ABI objects
Getter at block 23886244
attestationAuthority() view returns (address)
0x7732f9c9309556445685fa07af0610cca9d27a83
attestationOn() view returns (bool)
true
attestationPolicyThumbprint() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0x7732f9c9309556445685fa07af0610cca9d27a83
Read-only
attestedHashes(address, bytes32) view returns (uint256)
checkAfterExecution(bytes32, bool) view
checkTransaction(address to, uint256 value, bytes data, uint8 operation, uint256 safeTxGas, uint256 baseGas, uint256 gasPrice, address gasToken, address refundReceiver, bytes signatures, address) view
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events attestHash(bytes32 hashToApprove)
checkModuleTransaction(address to, uint256 value, bytes data, uint8 operation, address module) returns (bytes32)
enforceAttestation(bool enforce)
renounceOwnership()
setAttestationAutority(address _attestationAuthority)
setAttestationPolicyThumbprint(bytes32 _attestationPolicyThumbprint)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _attestationAuthority)
fallback()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)