SYMBOL INDEX (15 symbols across 2 files) FILE: 2022/submissions_2022/submission10_SantiagoPalladino/test/happy.js constant SELLER_PK (line 6) | const SELLER_PK = '0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f... constant SELLER_ADDRESS (line 7) | const SELLER_ADDRESS = '0x70997970C51812dc3A010C7d01b50e0d17dc79C8'; FILE: 2022/submissions_2022/submission18_DavidNunez/tests/test_marketplace.py function isolate (line 9) | def isolate(fn_isolation): function deployer (line 15) | def deployer(accounts): function buyer (line 19) | def buyer(accounts): function seller (line 23) | def seller(accounts): function privkey (line 26) | def privkey(x): function token (line 30) | def token(PaymentToken, deployer, buyer): function nft (line 36) | def nft(NFT, deployer, seller): function market (line 43) | def market(CheapMarketplace, token, nft, deployer, seller): function test_setup (line 46) | def test_setup(market, nft, token, deployer, buyer, seller): function test_cancel (line 52) | def test_cancel(market, seller): function test_atomic_match (line 58) | def test_atomic_match(market, seller, buyer, deployer, nft, token): function test_match_after_cancel_must_fail (line 75) | def test_match_after_cancel_must_fail(market, seller, buyer, deployer, n... function test_atomic_match_exploit (line 95) | def test_atomic_match_exploit(market, seller, buyer, deployer, nft, token):