ApiKeyRegistry
Verified contract
Active on
Ethereum with 101 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ApiKeyRegistry"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8892923 | 5 years ago | | | 0 | 0.000048729000 | |
| 8780838 | 5 years ago | | | 0 | 0.000048729000 | |
| 8579161 | 5 years ago | | | 0 | 0.0014618700 | |
| 8474784 | 5 years ago | | | 0 | 0.00066817224 | |
| 8461610 | 5 years ago | | | 0 | 0.000068806000 | |
| 8455684 | 5 years ago | | | 0 | 0.00048665000 | |
| 8336115 | 5 years ago | | | 0 | 0.000068806000 | |
| 8300047 | 5 years ago | | | 0 | 0.00020641800 | |
| 8238977 | 5 years ago | | | 0 | 0.000068806000 | |
| 8120612 | 5 years ago | | | 0 | 0.000068806000 |
ABI
ABI objects
Getter at block 21273833
getOwners() view returns (address[])
[0x4D2130d9D20428Dc249a1e938A0bcEA4b5B9ac1A, 0xaC01F01f51F0bdd012C1838Bd5ceF330E6c7FFCa]
isOn() view returns (bool)
true
version() view returns (string)
0.41.0
Read-only
accounts(address) view returns (address)
contains(address apiKey) view returns (bool)
isOwner(address) view returns (bool)
translate(address apiKey) view returns (address)
userAgreements(address) view returns (bytes32)
State-modifying
Events addOwner(address owner)
register(address apiKey)
registerWithUserAgreement(address apiKey, bytes32 userAgreement)
removeOwner(address owner)
switchOff()
switchOn()
Off()
On()
OwnerAdded(address indexed owner)
OwnerRemoved(address indexed owner)
Registered(address apiKey, address indexed account, bytes32 userAgreement)
constructor(address[] _owners, string _version)
This contract contains no fallback and receive objects.
This contract contains no error objects.