AccountRegistryLogic
Verified contract
Active on
Ethereum with 47,193 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0067…ce5d
0xa08b…af55
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Only | ERC-20 | 20 | -- | -- | |
FLOV | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6778511 | 6 years ago | | | 0 | 0.00028100500 | |
| 6778509 | 6 years ago | | | 0 | 0.00033720600 | |
| 6778507 | 6 years ago | | | 0 | 0.00033682200 | |
| 6778505 | 6 years ago | | | 0 | 0.00033720600 | |
| 6778502 | 6 years ago | | | 0 | 0.00037092660 | |
| 6778501 | 6 years ago | | | 0 | 0.00037654670 | |
| 6778501 | 6 years ago | | | 0 | 0.00039340700 | |
| 6778499 | 6 years ago | | | 0 | 0.00048332860 | |
| 6778496 | 6 years ago | | | 0 | 0.00048332860 | |
| 6778495 | 6 years ago | | | 0 | 0.00048332860 |
ABI
ABI objects
Getter at block 21244791
owner() view returns (address)
0x86ef3ec49e3ea47ca1b4446564822cff6020b21a
registry() view returns (address)
0xa08b00eb41a452540c44e953d9ee86f86793af55
registryAdmin() view returns (address)
0x19898a292f866f31d8265ecc7646f2a1abb86ebc
signingLogic() view returns (address)
0x00677ec3e34d9eb794f2eba943f43bf0639cce5d
Read-only
pendingInvites(address) view returns (bool)
usedSignatures(bytes32) view returns (bool)
State-modifying
Events acceptInvite(bytes _sig)
addAddressToAccount(address _newAddress, bytes _newAddressSig, bytes _senderSig, bytes32 _nonce)
addAddressToAccountFor(address _newAddress, bytes _newAddressSig, bytes _senderSig, address _sender, bytes32 _nonce)
createAccount(address _newUser)
createInvite(bytes _sig)
removeAddressFromAccountFor(address _addressToRemove)
setAccountRegistry(address _newRegistry)
setRegistryAdmin(address _newRegistryAdmin)
setSigningLogic(address _newSigningLogic)
transferOwnership(address newOwner)
AccountCreated(uint256 indexed accountId, address indexed newUser)
AccountRegistryChanged(address oldRegistry, address newRegistry)
AddressAdded(uint256 indexed accountId, address indexed newAddress)
AddressRemoved(uint256 indexed accountId, address indexed oldAddress)
InviteAccepted(address recipient, address indexed inviteAddress)
InviteCreated(address indexed inviter, address indexed inviteAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RegistryAdminChanged(address oldRegistryAdmin, address newRegistryAdmin)
SigningLogicChanged(address oldSigningLogic, address newSigningLogic)
constructor(address _signingLogic, address _registry)
This contract contains no fallback and receive objects.
This contract contains no error objects.