git.delta.rocks / unique-network / refs/commits / dc6d7fbf1b22

difftreelog

source

tests/src/eth/util/contractHelpersAbi.json3.9 KiBsourcehistory
1[2	{3		"inputs": [4			{5				"internalType": "address",6				"name": "contractAddress",7				"type": "address"8			},9			{10				"internalType": "address",11				"name": "user",12				"type": "address"13			}14		],15		"name": "allowed",16		"outputs": [17			{18				"internalType": "bool",19				"name": "",20				"type": "bool"21			}22		],23		"stateMutability": "view",24		"type": "function"25	},26	{27		"inputs": [28			{29				"internalType": "address",30				"name": "contractAddress",31				"type": "address"32			}33		],34		"name": "allowlistEnabled",35		"outputs": [36			{37				"internalType": "bool",38				"name": "",39				"type": "bool"40			}41		],42		"stateMutability": "view",43		"type": "function"44	},45	{46		"inputs": [47			{48				"internalType": "address",49				"name": "contractAddress",50				"type": "address"51			}52		],53		"name": "contractOwner",54		"outputs": [55			{56				"internalType": "address",57				"name": "",58				"type": "address"59			}60		],61		"stateMutability": "view",62		"type": "function"63	},64	{65		"inputs": [],66		"name": "create721Collection",67		"outputs": [68			{69				"internalType": "address",70				"name": "",71				"type": "address"72			}73		],74		"stateMutability": "view",75		"type": "function"76	},77	{78		"inputs": [79			{80				"internalType": "address",81				"name": "contractAddress",82				"type": "address"83			}84		],85		"name": "getSponsoringRateLimit",86		"outputs": [87			{88				"internalType": "uint32",89				"name": "",90				"type": "uint32"91			}92		],93		"stateMutability": "view",94		"type": "function"95	},96	{97		"inputs": [98			{99				"internalType": "address",100				"name": "contractAddress",101				"type": "address"102			},103			{104				"internalType": "uint8",105				"name": "mode",106				"type": "uint8"107			}108		],109		"name": "setSponsoringMode",110		"outputs": [],111		"stateMutability": "nonpayable",112		"type": "function"113	},114	{115		"inputs": [116			{117				"internalType": "address",118				"name": "contractAddress",119				"type": "address"120			},121			{122				"internalType": "uint32",123				"name": "rateLimit",124				"type": "uint32"125			}126		],127		"name": "setSponsoringRateLimit",128		"outputs": [],129		"stateMutability": "nonpayable",130		"type": "function"131	},132	{133		"inputs": [134			{135				"internalType": "address",136				"name": "contractAddress",137				"type": "address"138			}139		],140		"name": "sponsoringEnabled",141		"outputs": [142			{143				"internalType": "bool",144				"name": "",145				"type": "bool"146			}147		],148		"stateMutability": "view",149		"type": "function"150	},151	{152		"inputs": [153			{154				"internalType": "address",155				"name": "contractAddress",156				"type": "address"157			}158		],159		"name": "sponsoringMode",160		"outputs": [161			{162				"internalType": "uint8",163				"name": "",164				"type": "uint8"165			}166		],167		"stateMutability": "view",168		"type": "function"169	},170	{171		"inputs": [172			{173				"internalType": "bytes4",174				"name": "interfaceID",175				"type": "bytes4"176			}177		],178		"name": "supportsInterface",179		"outputs": [180			{181				"internalType": "bool",182				"name": "",183				"type": "bool"184			}185		],186		"stateMutability": "view",187		"type": "function"188	},189	{190		"inputs": [191			{192				"internalType": "address",193				"name": "contractAddress",194				"type": "address"195			},196			{197				"internalType": "address",198				"name": "user",199				"type": "address"200			},201			{202				"internalType": "bool",203				"name": "allowed",204				"type": "bool"205			}206		],207		"name": "toggleAllowed",208		"outputs": [],209		"stateMutability": "nonpayable",210		"type": "function"211	},212	{213		"inputs": [214			{215				"internalType": "address",216				"name": "contractAddress",217				"type": "address"218			},219			{220				"internalType": "bool",221				"name": "enabled",222				"type": "bool"223			}224		],225		"name": "toggleAllowlist",226		"outputs": [],227		"stateMutability": "nonpayable",228		"type": "function"229	},230	{231		"inputs": [232			{233				"internalType": "address",234				"name": "contractAddress",235				"type": "address"236			},237			{238				"internalType": "bool",239				"name": "enabled",240				"type": "bool"241			}242		],243		"name": "toggleSponsoring",244		"outputs": [],245		"stateMutability": "nonpayable",246		"type": "function"247	}248]