Add erc165 tests

This commit is contained in:
lash
2023-06-09 09:49:05 +01:00
parent e73a258ce9
commit c7f88b71ce
6 changed files with 42 additions and 3 deletions

View File

@@ -271,6 +271,9 @@ contract CappedToken {
if (_sum == 0x841a0e94) { // Expire
return true;
}
if (_sum == 0x869f7594) { // Capped
return true;
}
return false;
}
}