0x06eb78d88940ba5cb00583b54aa4f64500f5d13203cdae4ed5959f3473380597
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Sources flattened with hardhat v2.2.1 https://hardhat.org | |
// File chainlink/evm-contracts/src/v0.6/LinkTokenReceiver.sol | |
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.6.0; | |
abstract contract LinkTokenReceiver { | |
bytes4 constant private ORACLE_REQUEST_SELECTOR = 0x40429946; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.21; | |
import './TransactionToken.sol'; | |
contract CreditToken is TransactionToken { | |
string public name = "Credit Token"; | |
string public symbol = "CRDT"; | |
uint8 public decimals = 18; | |
} |
I hereby claim:
- I am ramilexe on github.
- I am ramilexe (https://keybase.io/ramilexe) on keybase.
- I have a public key ASBIdX-blfPhnFukESjnx4OUbj2LCSn_irgss9kJFlVEGAo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
Vagrant.configure("2") do |config| | |
version = "1.8" | |
locale = "en_GB.UTF.8" | |
config.vm.box = "ubuntu/trusty64" | |
#config.vm.synced_folder "/media/ramil/42e0c4a4-705a-4173-a23b-65c126e2acd21/srv/ethermint/src/github.com/tendermint/ethermint", "/home/vagrant/go/src/github.com/tendermint/ethermint" |