DappRegistry
Verified contract
Active on
Ethereum with 256 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 0.000001 | $12.64 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18319600 | a year ago | | | 0 | 0.00044624493 | |
| 18319599 | a year ago | | | 0 | 0.00044662514 | |
| 18319598 | a year ago | | | 0 | 0.00045238122 | |
| 18083003 | a year ago | | | 0 | 0.00056570951 | |
| 18083002 | a year ago | | | 0 | 0.00057889885 | |
| 18083001 | a year ago | | | 0 | 0.00056725512 | |
| 18083000 | a year ago | | | 0 | 0.00055224921 | |
| 18082999 | a year ago | | | 0 | 0.00056474138 | |
| 18082998 | a year ago | | | 0 | 0.00056880272 | |
| 18082997 | a year ago | | | 0 | 0.00057219654 |
ABI
ABI objects
Getter at block 21292870
newTimelockPeriod() view returns (uint64)
0
timelockPeriod() view returns (uint64)
604800
timelockPeriodChangeAfter() view returns (uint64)
0
Read-only
areAuthorised(address _wallet, address[] _spenders, address[] _to, bytes[] _data) view returns (bool)
authorisations(uint8, address) view returns (bytes32)
enabledRegistryIds(address) view returns (bytes32)
getAuthorisation(uint8 _registryId, address _dapp) view returns (address filter, uint64 validAfter)
isAuthorised(address _wallet, address _spender, address _to, bytes _data) view returns (bool)
isEnabledRegistry(address _wallet, uint8 _registryId) view returns (bool isEnabled)
pendingFilterUpdates(uint8, address) view returns (bytes32)
registryOwners(uint8) view returns (address)
State-modifying
Events addDapp(uint8 _registryId, address _dapp, address _filter)
changeOwner(uint8 _registryId, address _newRegistryOwner)
confirmFilterUpdate(uint8 _registryId, address _dapp)
confirmTimelockChange()
createRegistry(uint8 _registryId, address _registryOwner)
removeDapp(uint8 _registryId, address _dapp)
requestFilterUpdate(uint8 _registryId, address _dapp, address _filter)
requestTimelockChange(uint64 _newTimelockPeriod)
toggleRegistry(uint8 _registryId, bool _enabled)
DappAdded(uint8 indexed registryId, address dapp, address filter, uint256 validAfter)
DappRemoved(uint8 indexed registryId, address dapp)
FilterUpdateRequested(uint8 indexed registryId, address dapp, address filter, uint256 validAfter)
FilterUpdated(uint8 indexed registryId, address dapp, address filter, uint256 validAfter)
OwnerChanged(uint8 registryId, address newRegistryOwner)
RegistryCreated(uint8 registryId, address registryOwner)
TimelockChangeRequested(uint64 newTimelockPeriod)
TimelockChanged(uint64 newTimelockPeriod)
ToggledRegistry(address indexed sender, uint8 registryId, bool enabled)
constructor(uint64 _timelockPeriod)
This contract contains no fallback and receive objects.
This contract contains no error objects.