DotNS Slither Report

Generated 2026-09-11 13:35 UTC | 190 findings

High

4

Medium

40

Low

89

Informational

57

High (4)

Check Description Location
arbitrary-send-eth Multicall3.aggregate3Value(Multicall3.Call3Value[]) (contracts/utils/Multicall3.sol#159-190) sends eth to arbitrary user contracts/utils/Multicall3.sol:159
arbitrary-send-eth DotnsRegistrarController._settleEscrow(address,uint256,address,bool,uint256) (contracts/registrars/DotnsRegistrarControl contracts/registrars/DotnsRegistrarController.sol:265
reentrancy-eth Reentrancy in DotnsRegistrar.register(uint256,address,string) (contracts/registrars/DotnsRegistrar.sol#127-157): Extern contracts/registrars/DotnsRegistrar.sol:127
uninitialized-state DotnsNameEscrow._entriesByRecipient (contracts/escrow/DotnsNameEscrow.sol#101) is never initialized. It is used in: - D contracts/escrow/DotnsNameEscrow.sol:101

Medium (40)

Check Description Location
incorrect-equality DotnsRegistrarController.commit(bytes32) (contracts/registrars/DotnsRegistrarController.sol#144-154) uses a dangerous st contracts/registrars/DotnsRegistrarController.sol:144
reentrancy-no-eth Reentrancy in DotnsPopController.reserveBaseName(IDotnsPopController.BaseReservation) (contracts/registrars/DotnsPopCont contracts/registrars/DotnsPopController.sol:198
reentrancy-no-eth Reentrancy in DotnsPopController.reserveBaseName(IDotnsPopController.BaseReservation) (contracts/registrars/DotnsPopCont contracts/registrars/DotnsPopController.sol:198
reentrancy-no-eth Reentrancy in DotnsPopController._releasePopRulesSlot(bytes32) (contracts/registrars/DotnsPopController.sol#916-921): E contracts/registrars/DotnsPopController.sol:916
reentrancy-no-eth Reentrancy in DotnsPopController.reserveBaseNameOnly(IDotnsPopController.BaseNameReservation) (contracts/registrars/Dotn contracts/registrars/DotnsPopController.sol:216
reentrancy-no-eth Reentrancy in DotnsPopController.registerBaseName(IDotnsPopController.FullRegistration) (contracts/registrars/DotnsPopCo contracts/registrars/DotnsPopController.sol:254
reentrancy-no-eth Reentrancy in DotnsPopController.reserveBaseNameOnly(IDotnsPopController.BaseNameReservation) (contracts/registrars/Dotn contracts/registrars/DotnsPopController.sol:216
reentrancy-no-eth Reentrancy in DotnsPopController.registerBaseName(IDotnsPopController.FullRegistration) (contracts/registrars/DotnsPopCo contracts/registrars/DotnsPopController.sol:254
uninitialized-local DotnsPopController.reserveBaseName(IDotnsPopController.BaseReservation).reservedHash (contracts/registrars/DotnsPopContr contracts/registrars/DotnsPopController.sol:200
uninitialized-local DotnsPopLens._pageNames(address,uint256,uint256,bool).seen (contracts/registrars/DotnsPopLens.sol#192) is a local variab contracts/registrars/DotnsPopLens.sol:192
uninitialized-local DotnsPopController.registerBaseName(IDotnsPopController.FullRegistration).liteLabelhash (contracts/registrars/DotnsPopCo contracts/registrars/DotnsPopController.sol:300
uninitialized-local DotnsRegistrarController.register(IDotnsRegistrarController.Registration).reverse (contracts/registrars/DotnsRegistrarCo contracts/registrars/DotnsRegistrarController.sol:225
uninitialized-local DotnsRegistrarController.registerReserved(IDotnsRegistrarController.Registration).whitelist (contracts/registrars/DotnsR contracts/registrars/DotnsRegistrarController.sol:297
uninitialized-local DotnsPopLens._pageNames(address,uint256,uint256,bool).filled (contracts/registrars/DotnsPopLens.sol#191) is a local vari contracts/registrars/DotnsPopLens.sol:191
uninitialized-local DotnsRegistrarController.register(IDotnsRegistrarController.Registration).setReverseRecord (contracts/registrars/DotnsRe contracts/registrars/DotnsRegistrarController.sol:226
uninitialized-local DotnsRegistrar._update(address,uint256,address).positionSyncNeeded (contracts/registrars/DotnsRegistrar.sol#317) is a lo contracts/registrars/DotnsRegistrar.sol:317
uninitialized-local StringUtils.isNamePath(string).start (contracts/utils/StringUtils.sol#228) is a local variable never initialized contracts/utils/StringUtils.sol:228
unused-return DotnsNameWhitelist._clearClaimants(bytes32,address,string) (contracts/whitelist/DotnsNameWhitelist.sol#453-463) ignores contracts/whitelist/DotnsNameWhitelist.sol:453
unused-return DotnsRegistrar._update(address,uint256,address) (contracts/registrars/DotnsRegistrar.sol#253-335) ignores return value b contracts/registrars/DotnsRegistrar.sol:253
unused-return DotnsNameWhitelist._activate(bytes32,string) (contracts/whitelist/DotnsNameWhitelist.sol#468-474) ignores return value b contracts/whitelist/DotnsNameWhitelist.sol:468
unused-return DotnsRegistrar._syncRecipientStore(IStoreFactory,address,address,uint256) (contracts/registrars/DotnsRegistrar.sol#338-3 contracts/registrars/DotnsRegistrar.sol:338
unused-return DotnsRegistrar._writeOwnerLabel(address,uint256,string) (contracts/registrars/DotnsRegistrar.sol#411-414) ignores return contracts/registrars/DotnsRegistrar.sol:411
unused-return DotnsNameWhitelist.reject(string,address) (contracts/whitelist/DotnsNameWhitelist.sol#208-223) ignores return value by _ contracts/whitelist/DotnsNameWhitelist.sol:208
unused-return DotnsRegistrarController.register(IDotnsRegistrarController.Registration) (contracts/registrars/DotnsRegistrarController contracts/registrars/DotnsRegistrarController.sol:166
unused-return DotnsPopController._settlePending(address,uint256) (contracts/registrars/DotnsPopController.sol#364-393) ignores return contracts/registrars/DotnsPopController.sol:364
unused-return DotnsPopController._stashPendingClaim(address,string,bytes32) (contracts/registrars/DotnsPopController.sol#668-675) igno contracts/registrars/DotnsPopController.sol:668
unused-return DotnsNameWhitelist.requestName(string,string,address) (contracts/whitelist/DotnsNameWhitelist.sol#169-197) ignores retur contracts/whitelist/DotnsNameWhitelist.sol:169
unused-return DotnsPopController.registerBaseName(IDotnsPopController.FullRegistration) (contracts/registrars/DotnsPopController.sol#2 contracts/registrars/DotnsPopController.sol:254
unused-return DotnsNameWhitelist._deactivate(bytes32) (contracts/whitelist/DotnsNameWhitelist.sol#478-484) ignores return value by _ac contracts/whitelist/DotnsNameWhitelist.sol:478
unused-return DotnsPopController._reserveLite(IPopRules,IDotnsPopController.LiteRegistration) (contracts/registrars/DotnsPopController contracts/registrars/DotnsPopController.sol:235
unused-return StoreFactory.upgradeUserStoreImplementation(address) (contracts/store/StoreFactory.sol#181-186) ignores return value by contracts/store/StoreFactory.sol:181
unused-return DotnsPopController.registerBaseName(IDotnsPopController.FullRegistration) (contracts/registrars/DotnsPopController.sol#2 contracts/registrars/DotnsPopController.sol:254
unused-return DotnsPopController._validateReservableBaseLabel(IPopRules,string) (contracts/registrars/DotnsPopController.sol#848-864) contracts/registrars/DotnsPopController.sol:848
unused-return StoreFactory.upgradeLabelStoreImplementation(address) (contracts/store/StoreFactory.sol#130-139) ignores return value by contracts/store/StoreFactory.sol:130
unused-return StoreFactory.constructor(address,address) (contracts/store/StoreFactory.sol#78-85) ignores return value by IDotnsProtoco contracts/store/StoreFactory.sol:78
unused-return DotnsRegistry._writeSubnodeToStore(address,bytes32,string) (contracts/registry/DotnsRegistry.sol#213-222) ignores return contracts/registry/DotnsRegistry.sol:213
unused-return DotnsPopController._completeGatewayRegistration(address,string,bytes32,bytes32,bytes,bytes32) (contracts/registrars/Dotn contracts/registrars/DotnsPopController.sol:583
unused-return DotnsNameWhitelist._nodeOf(string) (contracts/whitelist/DotnsNameWhitelist.sol#489-491) ignores return value by (None,no contracts/whitelist/DotnsNameWhitelist.sol:489
unused-return DotnsPopLens._detail(bytes32,string) (contracts/registrars/DotnsPopLens.sol#249-290) ignores return value by (tier) = _p contracts/registrars/DotnsPopLens.sol:249
unused-return DotnsRegistrarController.register(IDotnsRegistrarController.Registration) (contracts/registrars/DotnsRegistrarController contracts/registrars/DotnsRegistrarController.sol:166

Low (89)

Check Description Location
shadowing-local IDotnsPopResolver.setChatKey(bytes32,bytes).chatKey (contracts/resolvers/IDotnsPopResolver.sol#53) shadows: - IDotnsPop contracts/resolvers/IDotnsPopResolver.sol:53
shadowing-local IDotnsPopResolver.chatKey(bytes32).chatKey (contracts/resolvers/IDotnsPopResolver.sol#71) shadows: - IDotnsPopResolver. contracts/resolvers/IDotnsPopResolver.sol:71
calls-loop DotnsPopLens._registry() (contracts/registrars/DotnsPopLens.sol#314-316) has external calls inside a loop: IDotnsRegistr contracts/registrars/DotnsPopLens.sol:314
calls-loop DotnsPopLens._controller() (contracts/registrars/DotnsPopLens.sol#304-306) has external calls inside a loop: IDotnsPopCo contracts/registrars/DotnsPopLens.sol:304
calls-loop DotnsPopLens._ownedBy(bytes32,address) (contracts/registrars/DotnsPopLens.sol#236-238) has external calls inside a loop: contracts/registrars/DotnsPopLens.sol:236
calls-loop DotnsPopLens._ownedBy(bytes32,address) (contracts/registrars/DotnsPopLens.sol#236-238) has external calls inside a loop: contracts/registrars/DotnsPopLens.sol:236
calls-loop DotnsPopLens._controller() (contracts/registrars/DotnsPopLens.sol#304-306) has external calls inside a loop: IDotnsPopCo contracts/registrars/DotnsPopLens.sol:304
calls-loop DotnsPopLens._nodeOf(string) (contracts/registrars/DotnsPopLens.sol#323-329) has external calls inside a loop: tldNode = contracts/registrars/DotnsPopLens.sol:323
calls-loop DotnsPopLens._pageNames(address,uint256,uint256,bool) (contracts/registrars/DotnsPopLens.sol#174-230) has external calls contracts/registrars/DotnsPopLens.sol:174
calls-loop DotnsPopController._settlePendingLabel(IStoreFactory,address,address,string) (contracts/registrars/DotnsPopController.so contracts/registrars/DotnsPopController.sol:399
calls-loop Multicall3.aggregate3(Multicall3.Call3[]) (contracts/utils/Multicall3.sol#128-153) has external calls inside a loop: (re contracts/utils/Multicall3.sol:128
calls-loop DotnsPopLens._belongsToListing(string,bool) (contracts/registrars/DotnsPopLens.sol#130-133) has external calls inside a contracts/registrars/DotnsPopLens.sol:130
calls-loop DotnsPopLens._pageNames(address,uint256,uint256,bool) (contracts/registrars/DotnsPopLens.sol#174-230) has external calls contracts/registrars/DotnsPopLens.sol:174
calls-loop DotnsPopController._settlePendingLabel(IStoreFactory,address,address,string) (contracts/registrars/DotnsPopController.so contracts/registrars/DotnsPopController.sol:399
calls-loop DotnsPopLens._countNames(address,bool) (contracts/registrars/DotnsPopLens.sol#140-167) has external calls inside a loop: contracts/registrars/DotnsPopLens.sol:140
calls-loop DotnsPopLens._nodeOf(string) (contracts/registrars/DotnsPopLens.sol#323-329) has external calls inside a loop: tldNode = contracts/registrars/DotnsPopLens.sol:323
calls-loop Multicall3.tryAggregate(bool,Multicall3.Call[]) (contracts/utils/Multicall3.sol#67-89) has external calls inside a loop: contracts/utils/Multicall3.sol:67
calls-loop DotnsNameWhitelist._nodeOf(string) (contracts/whitelist/DotnsNameWhitelist.sol#489-491) has external calls inside a loop contracts/whitelist/DotnsNameWhitelist.sol:489
calls-loop Multicall3.aggregate3Value(Multicall3.Call3Value[]) (contracts/utils/Multicall3.sol#159-190) has external calls inside a contracts/utils/Multicall3.sol:159
calls-loop DotnsPopLens._countNames(address,bool) (contracts/registrars/DotnsPopLens.sol#140-167) has external calls inside a loop: contracts/registrars/DotnsPopLens.sol:140
calls-loop DotnsPopLens._ownedBy(bytes32,address) (contracts/registrars/DotnsPopLens.sol#236-238) has external calls inside a loop: contracts/registrars/DotnsPopLens.sol:236
calls-loop DotnsPopLens._nodeOf(string) (contracts/registrars/DotnsPopLens.sol#323-329) has external calls inside a loop: tldNode = contracts/registrars/DotnsPopLens.sol:323
calls-loop DotnsPopLens._controller() (contracts/registrars/DotnsPopLens.sol#304-306) has external calls inside a loop: IDotnsPopCo contracts/registrars/DotnsPopLens.sol:304
calls-loop DotnsPopLens._nodeOf(string) (contracts/registrars/DotnsPopLens.sol#323-329) has external calls inside a loop: tldNode = contracts/registrars/DotnsPopLens.sol:323
calls-loop DotnsPopLens._controller() (contracts/registrars/DotnsPopLens.sol#304-306) has external calls inside a loop: IDotnsPopCo contracts/registrars/DotnsPopLens.sol:304
calls-loop DotnsPopLens._countNames(address,bool) (contracts/registrars/DotnsPopLens.sol#140-167) has external calls inside a loop: contracts/registrars/DotnsPopLens.sol:140
calls-loop DotnsPopController._settlePendingLabel(IStoreFactory,address,address,string) (contracts/registrars/DotnsPopController.so contracts/registrars/DotnsPopController.sol:399
calls-loop DotnsPopController._writeRecord(address,bytes32,string) (contracts/registrars/DotnsPopController.sol#658-661) has extern contracts/registrars/DotnsPopController.sol:658
calls-loop DotnsPopLens._registry() (contracts/registrars/DotnsPopLens.sol#314-316) has external calls inside a loop: IDotnsRegistr contracts/registrars/DotnsPopLens.sol:314
calls-loop DotnsPopLens._countNames(address,bool) (contracts/registrars/DotnsPopLens.sol#140-167) has external calls inside a loop: contracts/registrars/DotnsPopLens.sol:140
calls-loop DotnsPopLens._countNames(address,bool) (contracts/registrars/DotnsPopLens.sol#140-167) has external calls inside a loop: contracts/registrars/DotnsPopLens.sol:140
calls-loop DotnsPopController._writeRecord(address,bytes32,string) (contracts/registrars/DotnsPopController.sol#658-661) has extern contracts/registrars/DotnsPopController.sol:658
calls-loop DotnsPopController._liteSubnode(string) (contracts/registrars/DotnsPopController.sol#819-821) has external calls inside contracts/registrars/DotnsPopController.sol:819
calls-loop DotnsPopController._writeRecord(address,bytes32,string) (contracts/registrars/DotnsPopController.sol#658-661) has extern contracts/registrars/DotnsPopController.sol:658
calls-loop DotnsPopLens._pageNames(address,uint256,uint256,bool) (contracts/registrars/DotnsPopLens.sol#174-230) has external calls contracts/registrars/DotnsPopLens.sol:174
calls-loop DotnsPopController._liteSubnode(string) (contracts/registrars/DotnsPopController.sol#819-821) has external calls inside contracts/registrars/DotnsPopController.sol:819
calls-loop DotnsPopController._settlePendingLabel(IStoreFactory,address,address,string) (contracts/registrars/DotnsPopController.so contracts/registrars/DotnsPopController.sol:399
calls-loop DotnsPopLens._ownedBy(bytes32,address) (contracts/registrars/DotnsPopLens.sol#236-238) has external calls inside a loop: contracts/registrars/DotnsPopLens.sol:236
calls-loop Multicall3.aggregate(Multicall3.Call[]) (contracts/utils/Multicall3.sol#42-60) has external calls inside a loop: (succes contracts/utils/Multicall3.sol:42
calls-loop DotnsPopLens._pageNames(address,uint256,uint256,bool) (contracts/registrars/DotnsPopLens.sol#174-230) has external calls contracts/registrars/DotnsPopLens.sol:174
calls-loop DotnsPopLens._pageNames(address,uint256,uint256,bool) (contracts/registrars/DotnsPopLens.sol#174-230) has external calls contracts/registrars/DotnsPopLens.sol:174
calls-loop DotnsPopLens._belongsToListing(string,bool) (contracts/registrars/DotnsPopLens.sol#130-133) has external calls inside a contracts/registrars/DotnsPopLens.sol:130
calls-loop DotnsPopLens._belongsToListing(string,bool) (contracts/registrars/DotnsPopLens.sol#130-133) has external calls inside a contracts/registrars/DotnsPopLens.sol:130
calls-loop Multicall3.tryAggregate(bool,Multicall3.Call[]) (contracts/utils/Multicall3.sol#67-89) has external calls inside a loop: contracts/utils/Multicall3.sol:67
calls-loop DotnsPopLens._belongsToListing(string,bool) (contracts/registrars/DotnsPopLens.sol#130-133) has external calls inside a contracts/registrars/DotnsPopLens.sol:130
calls-loop DotnsPopLens._registry() (contracts/registrars/DotnsPopLens.sol#314-316) has external calls inside a loop: IDotnsRegistr contracts/registrars/DotnsPopLens.sol:314
calls-loop DotnsPopController._writeRecord(address,bytes32,string) (contracts/registrars/DotnsPopController.sol#658-661) has extern contracts/registrars/DotnsPopController.sol:658
calls-loop DotnsPopLens._countNames(address,bool) (contracts/registrars/DotnsPopLens.sol#140-167) has external calls inside a loop: contracts/registrars/DotnsPopLens.sol:140
calls-loop Multicall3.tryAggregate(bool,Multicall3.Call[]) (contracts/utils/Multicall3.sol#67-89) has external calls inside a loop: contracts/utils/Multicall3.sol:67
calls-loop DotnsPopLens._registry() (contracts/registrars/DotnsPopLens.sol#314-316) has external calls inside a loop: IDotnsRegistr contracts/registrars/DotnsPopLens.sol:314
calls-loop DotnsPopLens._pageNames(address,uint256,uint256,bool) (contracts/registrars/DotnsPopLens.sol#174-230) has external calls contracts/registrars/DotnsPopLens.sol:174
reentrancy-benign Reentrancy in DotnsPopController._completeGatewayRegistration(address,string,bytes32,bytes32,bytes,bytes32) (contracts/r contracts/registrars/DotnsPopController.sol:583
reentrancy-benign Reentrancy in DotnsPopController.registerBaseName(IDotnsPopController.FullRegistration) (contracts/registrars/DotnsPopCo contracts/registrars/DotnsPopController.sol:254
reentrancy-benign Reentrancy in DotnsNameEscrow.release(uint256) (contracts/escrow/DotnsNameEscrow.sol#368-421): External calls: - regis contracts/escrow/DotnsNameEscrow.sol:368
reentrancy-events Reentrancy in DotnsPopController._reserveLite(IPopRules,IDotnsPopController.LiteRegistration) (contracts/registrars/Dotn contracts/registrars/DotnsPopController.sol:235
reentrancy-events Reentrancy in DotnsPopController.registerBaseName(IDotnsPopController.FullRegistration) (contracts/registrars/DotnsPopCo contracts/registrars/DotnsPopController.sol:254
reentrancy-events Reentrancy in DotnsPopController.reserveBaseNameOnly(IDotnsPopController.BaseNameReservation) (contracts/registrars/Dotn contracts/registrars/DotnsPopController.sol:216
reentrancy-events Reentrancy in StoreFactory.upgradeUserStoreImplementation(address) (contracts/store/StoreFactory.sol#181-186): External contracts/store/StoreFactory.sol:181
reentrancy-events Reentrancy in DotnsPopController._enqueueReservation(IPopRules,bytes32,string,address) (contracts/registrars/DotnsPopCon contracts/registrars/DotnsPopController.sol:688
reentrancy-events Reentrancy in DotnsPopController.reserveBaseName(IDotnsPopController.BaseReservation) (contracts/registrars/DotnsPopCont contracts/registrars/DotnsPopController.sol:198
reentrancy-events Reentrancy in DotnsPopController.registerBaseName(IDotnsPopController.FullRegistration) (contracts/registrars/DotnsPopCo contracts/registrars/DotnsPopController.sol:254
reentrancy-events Reentrancy in DotnsPopController.reserveBaseName(IDotnsPopController.BaseReservation) (contracts/registrars/DotnsPopCont contracts/registrars/DotnsPopController.sol:198
reentrancy-events Reentrancy in DotnsPopController.reserveBaseNameOnly(IDotnsPopController.BaseNameReservation) (contracts/registrars/Dotn contracts/registrars/DotnsPopController.sol:216
reentrancy-events Reentrancy in DotnsPopController.relinquishReservation() (contracts/registrars/DotnsPopController.sol#336-341): Externa contracts/registrars/DotnsPopController.sol:336
reentrancy-events Reentrancy in DotnsPopController._syncPopRulesToHead(bytes32,address) (contracts/registrars/DotnsPopController.sol#906-9 contracts/registrars/DotnsPopController.sol:906
reentrancy-events Reentrancy in DotnsPopController._completeGatewayRegistration(address,string,bytes32,bytes32,bytes,bytes32) (contracts/r contracts/registrars/DotnsPopController.sol:583
reentrancy-events Reentrancy in DotnsPopController._completeGatewayRegistration(address,string,bytes32,bytes32,bytes,bytes32) (contracts/r contracts/registrars/DotnsPopController.sol:583
reentrancy-events Reentrancy in DotnsPopController.reserveBaseName(IDotnsPopController.BaseReservation) (contracts/registrars/DotnsPopCont contracts/registrars/DotnsPopController.sol:198
reentrancy-events Reentrancy in DotnsPopController._settlePendingLabel(IStoreFactory,address,address,string) (contracts/registrars/DotnsPo contracts/registrars/DotnsPopController.sol:399
reentrancy-events Reentrancy in DotnsRegistrar.register(uint256,address,string) (contracts/registrars/DotnsRegistrar.sol#127-157): Extern contracts/registrars/DotnsRegistrar.sol:127
reentrancy-events Reentrancy in DotnsRegistry.setSubnodeOwner(IDotnsRegistry.SubnodeRecord) (contracts/registry/DotnsRegistry.sol#74-124): contracts/registry/DotnsRegistry.sol:74
reentrancy-events Reentrancy in StoreFactory.upgradeLabelStoreImplementation(address) (contracts/store/StoreFactory.sol#130-139): Externa contracts/store/StoreFactory.sol:130
timestamp PopRules._isLive(IPopRules.Reservation) (contracts/pop/PopRules.sol#433-435) uses timestamp for comparisons Dangerous c contracts/pop/PopRules.sol:433
timestamp DotnsNameEscrow.onERC721Received(address,address,uint256,bytes) (contracts/escrow/DotnsNameEscrow.sol#761-778) uses time contracts/escrow/DotnsNameEscrow.sol:761
timestamp DotnsNameEscrow.claimRefundsBatch(uint256[]) (contracts/escrow/DotnsNameEscrow.sol#528-553) uses timestamp for compariso contracts/escrow/DotnsNameEscrow.sol:528
timestamp PopRules._writeReservation(string,address) (contracts/pop/PopRules.sol#624-644) uses timestamp for comparisons Dangerou contracts/pop/PopRules.sol:624
timestamp DotnsPopController.registerBaseName(IDotnsPopController.FullRegistration) (contracts/registrars/DotnsPopController.sol#2 contracts/registrars/DotnsPopController.sol:254
timestamp DotnsNameEscrow.redeem(uint256) (contracts/escrow/DotnsNameEscrow.sol#734-758) uses timestamp for comparisons Dangerous contracts/escrow/DotnsNameEscrow.sol:734
timestamp DotnsNameEscrow.release(uint256) (contracts/escrow/DotnsNameEscrow.sol#368-421) uses timestamp for comparisons Dangerou contracts/escrow/DotnsNameEscrow.sol:368
timestamp DotnsNameEscrow.withdraw(uint256) (contracts/escrow/DotnsNameEscrow.sol#424-436) uses timestamp for comparisons Dangero contracts/escrow/DotnsNameEscrow.sol:424
timestamp DotnsPopController._isExpired(uint64) (contracts/registrars/DotnsPopController.sol#678-680) uses timestamp for compariso contracts/registrars/DotnsPopController.sol:678
timestamp DotnsNameEscrow.claimRefund(uint256) (contracts/escrow/DotnsNameEscrow.sol#507-525) uses timestamp for comparisons Dang contracts/escrow/DotnsNameEscrow.sol:507
timestamp DotnsRegistrarController.commit(bytes32) (contracts/registrars/DotnsRegistrarController.sol#144-154) uses timestamp for contracts/registrars/DotnsRegistrarController.sol:144
timestamp DotnsRegistrarController._consumeCommitment(IDotnsRegistrarController.Registration) (contracts/registrars/DotnsRegistrar contracts/registrars/DotnsRegistrarController.sol:366
timestamp DotnsNameEscrow.isReclaimable(uint256) (contracts/escrow/DotnsNameEscrow.sol#712-731) uses timestamp for comparisons Da contracts/escrow/DotnsNameEscrow.sol:712
timestamp DotnsNameEscrow.deposit(IDotnsNameEscrow.DepositParams) (contracts/escrow/DotnsNameEscrow.sol#265-288) uses timestamp fo contracts/escrow/DotnsNameEscrow.sol:265
timestamp PopRules._priceWithoutCheck(string,address,bool,uint256) (contracts/pop/PopRules.sol#248-281) uses timestamp for compari contracts/pop/PopRules.sol:248
timestamp DotnsNameEscrow.chargeTransferFee(IDotnsNameEscrow.ChargeTransferFeeParams) (contracts/escrow/DotnsNameEscrow.sol#320-36 contracts/escrow/DotnsNameEscrow.sol:320
timestamp DotnsNameWhitelist._isWindowOpen() (contracts/whitelist/DotnsNameWhitelist.sol#495-497) uses timestamp for comparisons contracts/whitelist/DotnsNameWhitelist.sol:495

Informational (57)

Check Description Location
assembly LabelUtils.namehashUnder(bytes32,bytes32) (contracts/utils/LabelUtils.sol#52-63) uses assembly - INLINE ASM (contracts/ contracts/utils/LabelUtils.sol:52
assembly LabelUtils.labelhashMemory(string) (contracts/utils/LabelUtils.sol#40-44) uses assembly - INLINE ASM (contracts/utils/L contracts/utils/LabelUtils.sol:40
assembly Multicall3.aggregate3Value(Multicall3.Call3Value[]) (contracts/utils/Multicall3.sol#159-190) uses assembly - INLINE ASM contracts/utils/Multicall3.sol:159
assembly LabelUtils.labelhash(string) (contracts/utils/LabelUtils.sol#25-32) uses assembly - INLINE ASM (contracts/utils/LabelUt contracts/utils/LabelUtils.sol:25
assembly Multicall3.aggregate3(Multicall3.Call3[]) (contracts/utils/Multicall3.sol#128-153) uses assembly - INLINE ASM (contract contracts/utils/Multicall3.sol:128
assembly DotnsRegistry._parentNamehash(string) (contracts/registry/DotnsRegistry.sol#228-259) uses assembly - INLINE ASM (contra contracts/registry/DotnsRegistry.sol:228
costly-loop DotnsNameEscrow._removeRefundEntry(uint256,address) (contracts/escrow/DotnsNameEscrow.sol#661-679) has costly operations contracts/escrow/DotnsNameEscrow.sol:661
costly-loop DotnsNameEscrow._removeRefundEntry(uint256,address) (contracts/escrow/DotnsNameEscrow.sol#661-679) has costly operations contracts/escrow/DotnsNameEscrow.sol:661
cyclomatic-complexity DotnsPopLens._pageNames(address,uint256,uint256,bool) (contracts/registrars/DotnsPopLens.sol#174-230) has a high cycloma contracts/registrars/DotnsPopLens.sol:174
dead-code DotnsRegistrar._popRules() (contracts/registrars/DotnsRegistrar.sol#397-399) is never used and should be removed contracts/registrars/DotnsRegistrar.sol:397
dead-code DotnsRegistrar._escrow() (contracts/registrars/DotnsRegistrar.sol#392-394) is never used and should be removed contracts/registrars/DotnsRegistrar.sol:392
low-level-calls Low level call in Multicall3.aggregate(Multicall3.Call[]) (contracts/utils/Multicall3.sol#42-60): - (success,returnData contracts/utils/Multicall3.sol:42
low-level-calls Low level call in DotnsNameEscrow.claimRefund(uint256) (contracts/escrow/DotnsNameEscrow.sol#507-525): - (ok,None) = ad contracts/escrow/DotnsNameEscrow.sol:507
low-level-calls Low level call in DotnsNameEscrow.claimRefundsBatch(uint256[]) (contracts/escrow/DotnsNameEscrow.sol#528-553): - (ok,No contracts/escrow/DotnsNameEscrow.sol:528
low-level-calls Low level call in Multicall3.aggregate3(Multicall3.Call3[]) (contracts/utils/Multicall3.sol#128-153): - (result.success contracts/utils/Multicall3.sol:128
low-level-calls Low level call in Multicall3.tryAggregate(bool,Multicall3.Call[]) (contracts/utils/Multicall3.sol#67-89): - (result.suc contracts/utils/Multicall3.sol:67
low-level-calls Low level call in Multicall3.aggregate3Value(Multicall3.Call3Value[]) (contracts/utils/Multicall3.sol#159-190): - (resu contracts/utils/Multicall3.sol:159
low-level-calls Low level call in DotnsNameEscrow.claimWithdrawal() (contracts/escrow/DotnsNameEscrow.sol#486-499): - (ok,None) = addre contracts/escrow/DotnsNameEscrow.sol:486
low-level-calls Low level call in DotnsRegistrarController.register(IDotnsRegistrarController.Registration) (contracts/registrars/DotnsR contracts/registrars/DotnsRegistrarController.sol:166
naming-convention Variable PopRules.__gap (contracts/pop/PopRules.sol#60) is not in mixedCase contracts/pop/PopRules.sol:60
naming-convention Variable DotnsNameEscrow.__gap (contracts/escrow/DotnsNameEscrow.sol#119) is not in mixedCase contracts/escrow/DotnsNameEscrow.sol:119
naming-convention Variable DotnsProtocolRegistry.__gap (contracts/registry/DotnsProtocolRegistry.sol#46) is not in mixedCase contracts/registry/DotnsProtocolRegistry.sol:46
naming-convention Variable DotnsPopController.__gap (contracts/registrars/DotnsPopController.sol#148) is not in mixedCase contracts/registrars/DotnsPopController.sol:148
naming-convention Variable DotnsRegistrarController.__gap (contracts/registrars/DotnsRegistrarController.sol#76) is not in mixedCase contracts/registrars/DotnsRegistrarController.sol:76
naming-convention Variable DotnsRegistrar.__gap (contracts/registrars/DotnsRegistrar.sol#65) is not in mixedCase contracts/registrars/DotnsRegistrar.sol:65
naming-convention Parameter StringUtils.bytes32ToString(bytes32)._bytes32 (contracts/utils/StringUtils.sol#284) is not in mixedCase contracts/utils/StringUtils.sol:284
naming-convention Variable UserStore.__gap (contracts/store/UserStore.sol#40) is not in mixedCase contracts/store/UserStore.sol:40
naming-convention Variable DotnsResolver.__gap (contracts/resolvers/DotnsResolver.sol#36) is not in mixedCase contracts/resolvers/DotnsResolver.sol:36
naming-convention Variable DotnsPopResolver.__gap (contracts/resolvers/DotnsPopResolver.sol#50) is not in mixedCase contracts/resolvers/DotnsPopResolver.sol:50
naming-convention Variable DotnsContentResolver.__gap (contracts/resolvers/DotnsContentResolver.sol#48) is not in mixedCase contracts/resolvers/DotnsContentResolver.sol:48
naming-convention Variable DotnsRegistry.__gap (contracts/registry/DotnsRegistry.sol#35) is not in mixedCase contracts/registry/DotnsRegistry.sol:35
naming-convention Variable LabelStore.__gap (contracts/store/LabelStore.sol#45) is not in mixedCase contracts/store/LabelStore.sol:45
naming-convention Variable DotnsReverseResolver.__gap (contracts/resolvers/DotnsReverseResolver.sol#43) is not in mixedCase contracts/resolvers/DotnsReverseResolver.sol:43
naming-convention Variable DotnsNameWhitelist.__gap (contracts/whitelist/DotnsNameWhitelist.sol#85) is not in mixedCase contracts/whitelist/DotnsNameWhitelist.sol:85
too-many-digits Multicall3.aggregate3Value(Multicall3.Call3Value[]) (contracts/utils/Multicall3.sol#159-190) uses literals with too many contracts/utils/Multicall3.sol:159
too-many-digits Multicall3.aggregate3Value(Multicall3.Call3Value[]) (contracts/utils/Multicall3.sol#159-190) uses literals with too many contracts/utils/Multicall3.sol:159
too-many-digits Multicall3.aggregate3(Multicall3.Call3[]) (contracts/utils/Multicall3.sol#128-153) uses literals with too many digits: contracts/utils/Multicall3.sol:128
too-many-digits Multicall3.aggregate3(Multicall3.Call3[]) (contracts/utils/Multicall3.sol#128-153) uses literals with too many digits: contracts/utils/Multicall3.sol:128
too-many-digits Multicall3.aggregate3Value(Multicall3.Call3Value[]) (contracts/utils/Multicall3.sol#159-190) uses literals with too many contracts/utils/Multicall3.sol:159
too-many-digits Multicall3.aggregate3Value(Multicall3.Call3Value[]) (contracts/utils/Multicall3.sol#159-190) uses literals with too many contracts/utils/Multicall3.sol:159
too-many-digits Multicall3.aggregate3(Multicall3.Call3[]) (contracts/utils/Multicall3.sol#128-153) uses literals with too many digits: contracts/utils/Multicall3.sol:128
too-many-digits Multicall3.aggregate3(Multicall3.Call3[]) (contracts/utils/Multicall3.sol#128-153) uses literals with too many digits: contracts/utils/Multicall3.sol:128
unimplemented-functions DotnsRegistrar (contracts/registrars/DotnsRegistrar.sol#34-480) does not implement functions: - IDotnsRegistrar.control contracts/registrars/DotnsRegistrar.sol:34
unused-state DotnsNameEscrow.__gap (contracts/escrow/DotnsNameEscrow.sol#119) is never used in DotnsNameEscrow (contracts/escrow/Dotn contracts/escrow/DotnsNameEscrow.sol:119
unused-state DotnsRegistry.__gap (contracts/registry/DotnsRegistry.sol#35) is never used in DotnsRegistry (contracts/registry/DotnsRe contracts/registry/DotnsRegistry.sol:35
unused-state DotnsNameWhitelist.__gap (contracts/whitelist/DotnsNameWhitelist.sol#85) is never used in DotnsNameWhitelist (contracts/ contracts/whitelist/DotnsNameWhitelist.sol:85
unused-state DotnsRegistrarController.__gap (contracts/registrars/DotnsRegistrarController.sol#76) is never used in DotnsRegistrarCon contracts/registrars/DotnsRegistrarController.sol:76
unused-state DotnsProtocolRegistry.__gap (contracts/registry/DotnsProtocolRegistry.sol#46) is never used in DotnsProtocolRegistry (co contracts/registry/DotnsProtocolRegistry.sol:46
unused-state UserStore.__gap (contracts/store/UserStore.sol#40) is never used in UserStore (contracts/store/UserStore.sol#21-182) contracts/store/UserStore.sol:40
unused-state DotnsContentResolver.__gap (contracts/resolvers/DotnsContentResolver.sol#48) is never used in DotnsContentResolver (cont contracts/resolvers/DotnsContentResolver.sol:48
unused-state DotnsPopResolver.__gap (contracts/resolvers/DotnsPopResolver.sol#50) is never used in DotnsPopResolver (contracts/resolv contracts/resolvers/DotnsPopResolver.sol:50
unused-state PopRules.__gap (contracts/pop/PopRules.sol#60) is never used in PopRules (contracts/pop/PopRules.sol#37-645) contracts/pop/PopRules.sol:60
unused-state DotnsResolver.__gap (contracts/resolvers/DotnsResolver.sol#36) is never used in DotnsResolver (contracts/resolvers/Dotns contracts/resolvers/DotnsResolver.sol:36
unused-state DotnsRegistrar.__gap (contracts/registrars/DotnsRegistrar.sol#65) is never used in DotnsRegistrar (contracts/registrars/ contracts/registrars/DotnsRegistrar.sol:65
unused-state LabelStore.__gap (contracts/store/LabelStore.sol#45) is never used in LabelStore (contracts/store/LabelStore.sol#25-183) contracts/store/LabelStore.sol:45
unused-state DotnsReverseResolver.__gap (contracts/resolvers/DotnsReverseResolver.sol#43) is never used in DotnsReverseResolver (cont contracts/resolvers/DotnsReverseResolver.sol:43
unused-state DotnsPopController.__gap (contracts/registrars/DotnsPopController.sol#148) is never used in DotnsPopController (contract contracts/registrars/DotnsPopController.sol:148