CoolFace
Datasetpublic

Ruschio/smart-contracts-source

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes12downloads
example_database.db6 linesDownload Raw Back to root
1SQLite format 3@  .c
�6�P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)�G++�Etablesmart_contractssmart_contractsCREATE TABLE smart_contracts (2    id INTEGER PRIMARY KEY AUTOINCREMENT,3    address TEXT NOT NULL,4    source_code TEXT NOT NULL,5    chain TEXT NOT NULL6)
G��G<[0x789ghicontract C { function baz() public {} }arbitrum;[0x456defcontract B { function bar() public {} }polygon<[0x123abccontract A { function foo() public {} }ethereum
��+smart_contracts