Skip to content

Instantly share code, notes, and snippets.

View MoMannn's full-sized avatar

Tadej Vengust MoMannn

View GitHub Profile
pragma solidity 0.5.11;
pragma experimental ABIEncoderV2;
interface Xcert {
function create(
address _to,
uint256 _id,
@MoMannn
MoMannn / xcert-mock.json
Created November 13, 2019 10:13
0xcert framework 2.0 xcert-mock.json
{
"XcertMock": {
"abi": [
{
"constant": true,
"inputs": [
{
"internalType": "bytes4",
"name": "_interfaceID",
"type": "bytes4"