Skip to content

Instantly share code, notes, and snippets.

View gitpusha's full-sized avatar
🍦
Buidling on Ethereum

Luis Schliesske gitpusha

🍦
Buidling on Ethereum
View GitHub Profile
"abi": [
{
"constant": true,
"inputs": [
{
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"abi": [
{
"constant": true,
"inputs": [
{
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"abi": [
{
"constant": true,
"inputs": [
{
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
pragma solidity 0.4.24;
// Imports:
import "chainlink/contracts/Chainlinked.sol";
import "./base/ERC721/Future.sol";
import "./base/IBondingCurve.sol";
import "openzeppelin-solidity/contracts/ownership/Ownable.sol";
contract GasFutures is ChainlinkClient, Future, Ownable {
"abi": [
{
"constant": true,
"inputs": [
{
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
@gitpusha
gitpusha / GelatoCore.json
Created October 19, 2019 18:56
GelatoCore ABI
[
{
"constant": false,
"inputs": [
{
"name": "_executionClaimId",
"type": "uint256"
},
{
"name": "_userProxy",
@gitpusha
gitpusha / GelatoCore.json
Created October 19, 2019 20:39
GelatoCore deployment2
[
{
"constant": false,
"inputs": [
{
"name": "_newExecutorClaimLifespan",
"type": "uint256"
}
],
"name": "setExecutorClaimLifespan",
@gitpusha
gitpusha / GelatoCore.json
Created October 19, 2019 23:54
GelatoCore_3
[
{
"constant": false,
"inputs": [
{
"name": "_trigger",
"type": "address"
},
{
"name": "_triggerPayload",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "executionClaimId",
"type": "uint256"
},
{
"contractName": "GelatoCore",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "executor",