Giter Club home page Giter Club logo

assetreg's Introduction

iVault

Project Details

  • FIS SOLUTIONS(INDIA)
  • Finance
  • Complex

Registration information of property / vehicle is very crucial to identify current and previous ownership. In absence for secure way to validate chain of ownership, same property / vehicle can be fraudulently sold to multiple person. Similarly, we always want to keep records of financial transaction, communication in a way which cannot be manipulated and can be referenced in future. Hence there is need for system which allow creation of data which cannot be manipulated but can be extended

Contract Information

VehicleRegistry.sol

Contract Address : 0x88619befb7d434d2ffe20057bdfb98ad710192df

Testnet Chain : Ropsten

ABI :

[{"constant":false,"inputs":[{"name":"_add","type":"address"},{"name":"_vin","type":"bytes32"},{"name":"_dd","type":"string"},{"name":"_mm","type":"string"},{"name":"_yyyy","type":"string"},{"name":"_company","type":"string"},{"name":"_model","type":"string"},{"name":"_jur","type":"string"},{"name":"_vehicleOwnner","type":"string"}],"name":"registerVehicle","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_vin","type":"bytes32"},{"name":"_voner","type":"string"}],"name":"transferVehicle","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_id","type":"bytes32"}],"name":"unregisterVehicle","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"name":"_vin","type":"bytes32"},{"indexed":false,"name":"vowner","type":"string"}],"name":"NewVehicle","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"vin","type":"bytes32"},{"indexed":false,"name":"company","type":"string"},{"indexed":false,"name":"model","type":"string"}],"name":"vehicleRegistered","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"vin","type":"bytes32"},{"indexed":false,"name":"company","type":"string"},{"indexed":false,"name":"model","type":"string"}],"name":"vehicleUnRegistered","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"vin","type":"bytes32"},{"indexed":false,"name":"company","type":"string"},{"indexed":false,"name":"model","type":"string"},{"indexed":false,"name":"oldOwner","type":"string"},{"indexed":false,"name":"newOwner","type":"string"}],"name":"vehicleTransferred","type":"event"},{"constant":true,"inputs":[{"name":"_id","type":"bytes32"}],"name":"getVehicleDetails","outputs":[{"components":[{"name":"ethadd","type":"address"},{"name":"vin","type":"bytes32"},{"name":"dd","type":"string"},{"name":"mm","type":"string"},{"name":"yyyy","type":"string"},{"name":"company","type":"string"},{"name":"model","type":"string"},{"name":"jur","type":"string"},{"name":"vehicleOwner","type":"string"},{"name":"status","type":"int8"}],"name":"","type":"tuple"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"getVehiclesLength","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_id","type":"bytes32"}],"name":"isVehicle","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"}]

Test Data:

"0x707aC3937A9B31C225D8C240F5917Be97cab9F20","0x55503635435730303037","09","09","2009","Bugati","Chiron","DEL","RandomDude"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.