codellama7b-instruct-solidity-gguf / AddressAssociationAttesterRegistry.sol
laksc's picture
Create AddressAssociationAttesterRegistry.sol
0ee66b3 verified
raw
history blame
657 Bytes
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