codellama7b-instruct-solidity-gguf / AddressAssociationAttesterRegistry.sol
patrickbdevaney's picture
Create AddressAssociationAttesterRegistry.sol (#2)
9adc0d6 verified
AddressAssociationAttesterRegistry:
owner: address
manager: address
newOwner: address
events:
- NewOwner:
indexed:
- _from: address
- _to: address
- NewManager:
indexed:
- _from: address
- _to: address
- NewAddress:
indexed:
- _from: address
- _to: address
- NewAddressAsManager:
indexed:
- _from: address
- _to: address
- NewAddressAsAddress:
indexed:
- _from: address
- _to: address
- NewAddressAsAddressRegistry:
indexed:
- _from: address
- _to: address