Token migration announcement. KaratBank Coin token contract has migrated to a new address.
Overview ERC20
PRICE
n/a

ON-CHAIN MARKET CAP n/a

Total Supply:
12,000,000,000.00 KBC

Holders:
7,374
Profile Summary
Blockchain:
Ethereum (1)


Decimals:
7
Contract Source Code Verified (Partial Match)
Contract Name:
KaratBankCoin

Compiler Version
v0.4.22-nightly.2018.3.7+commit.b5e804b8

Optimization Enabled:
Yes with runs

Created At:
Tue, 13 Feb 2018 20:25:50 GMT
.sol
.sol
.sol


Contract ABI
[
  {
    "constant": true,
    "inputs": [],
    "name": "name",
    "outputs": [
      {
        "name": "",
        "type": "string"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "_spender",
        "type": "address"
      },
      {
        "name": "_value",
        "type": "uint256"
      }
    ],
    "name": "approve",
    "outputs": [
      {
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "totalSupply",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "_from",
        "type": "address"
      },
      {
        "name": "_to",
        "type": "address"
      },
      {
        "name": "_value",
        "type": "uint256"
      }
    ],
    "name": "transferFrom",
    "outputs": [
      {
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "INITIAL_SUPPLY",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "decimals",
    "outputs": [
      {
        "name": "",
        "type": "uint8"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "name": "investors",
    "outputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "_spender",
        "type": "address"
      },
      {
        "name": "_subtractedValue",
        "type": "uint256"
      }
    ],
    "name": "decreaseApproval",
    "outputs": [
      {
        "name": "success",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "_owner",
        "type": "address"
      }
    ],
    "name": "balanceOf",
    "outputs": [
      {
        "name": "balance",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "owner",
    "outputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "symbol",
    "outputs": [
      {
        "name": "",
        "type": "string"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "name": "burnRemainder",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "_to",
        "type": "address"
      },
      {
        "name": "_value",
        "type": "uint256"
      }
    ],
    "name": "transfer",
    "outputs": [
      {
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "addr",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "send",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "_spender",
        "type": "address"
      },
      {
        "name": "_addedValue",
        "type": "uint256"
      }
    ],
    "name": "increaseApproval",
    "outputs": [
      {
        "name": "success",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "_owner",
        "type": "address"
      },
      {
        "name": "_spender",
        "type": "address"
      }
    ],
    "name": "allowance",
    "outputs": [
      {
        "name": "remaining",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "addr",
        "type": "address"
      }
    ],
    "name": "moneyBack",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "transferOwnership",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "constructor"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "name": "owner",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "spender",
        "type": "address"
      },
      {
        "indexed": false,
        "name": "value",
        "type": "uint256"
      }
    ],
    "name": "Approval",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "name": "from",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "to",
        "type": "address"
      },
      {
        "indexed": false,
        "name": "value",
        "type": "uint256"
      }
    ],
    "name": "Transfer",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "name": "previousOwner",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "OwnershipTransferred",
    "type": "event"
  }
]


Contract Creation Code
6060604052341561000f57600080fd5b60008054600160a060020a03191633600160a060020a039081169190911782556701aa535d3d0c0000600181905530909116808352600260205260408084208390559092917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef915190815260200160405180910390a3610cf3806100946000396000f3006060604052600436106100fb5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde038114610100578063095ea7b31461018a57806318160ddd146101c057806323b872dd146101e55780632ff2e9dc1461020d578063313ce567146102205780633feb5f2b14610249578063661884631461027b57806370a082311461029d5780638da5cb5b146102bc57806395d89b41146102cf578063a19c1f01146102e2578063a9059cbb146102fa578063d0679d341461031c578063d73dd6231461033e578063dd62ed3e14610360578063e0db874d14610385578063f2fde38b146103a4575b600080fd5b341561010b57600080fd5b6101136103c3565b60405160208082528190810183818151815260200191508051906020019080838360005b8381101561014f578082015183820152602001610137565b50505050905090810190601f16801561017c5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b341561019557600080fd5b6101ac600160a060020a03600435166024356103fa565b604051901515815260200160405180910390f35b34156101cb57600080fd5b6101d3610466565b60405190815260200160405180910390f35b34156101f057600080fd5b6101ac600160a060020a036004358116906024351660443561046c565b341561021857600080fd5b6101d36105ee565b341561022b57600080fd5b6102336105fa565b60405160ff909116815260200160405180910390f35b341561025457600080fd5b61025f6004356105ff565b604051600160a060020a03909116815260200160405180910390f35b341561028657600080fd5b6101ac600160a060020a0360043516602435610627565b34156102a857600080fd5b6101d3600160a060020a0360043516610721565b34156102c757600080fd5b61025f61073c565b34156102da57600080fd5b61011361074b565b34156102ed57600080fd5b6102f8600435610782565b005b341561030557600080fd5b6101ac600160a060020a03600435166024356107eb565b341561032757600080fd5b6102f8600160a060020a03600435166024356108e6565b341561034957600080fd5b6101ac600160a060020a036004351660243561090f565b341561036b57600080fd5b6101d3600160a060020a03600435811690602435166109b3565b341561039057600080fd5b6102f8600160a060020a03600435166109de565b34156103af57600080fd5b6102f8600160a060020a0360043516610a4e565b60408051908101604052600e81527f4b6172617442616e6b20436f696e000000000000000000000000000000000000602082015281565b600160a060020a03338116600081815260036020908152604080832094871680845294909152808220859055909291907f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259085905190815260200160405180910390a350600192915050565b60015481565b6000600160a060020a038316151561048357600080fd5b600160a060020a0384166000908152600260205260409020548211156104a857600080fd5b600160a060020a03808516600090815260036020908152604080832033909416835292905220548211156104db57600080fd5b600160a060020a038416600090815260026020526040902054610504908363ffffffff610ae916565b600160a060020a038086166000908152600260205260408082209390935590851681522054610539908363ffffffff610afb16565b600160a060020a03808516600090815260026020908152604080832094909455878316825260038152838220339093168252919091522054610581908363ffffffff610ae916565b600160a060020a03808616600081815260036020908152604080832033861684529091529081902093909355908516917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9085905190815260200160405180910390a35060019392505050565b6701aa535d3d0c000081565b600781565b600480548290811061060d57fe5b600091825260209091200154600160a060020a0316905081565b600160a060020a0333811660009081526003602090815260408083209386168352929052908120548083111561068457600160a060020a0333811660009081526003602090815260408083209388168352929052908120556106bb565b610694818463ffffffff610ae916565b600160a060020a033381166000908152600360209081526040808320938916835292905220555b600160a060020a0333811660008181526003602090815260408083209489168084529490915290819020547f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925915190815260200160405180910390a35060019392505050565b600160a060020a031660009081526002602052604090205490565b600054600160a060020a031681565b60408051908101604052600381527f4b42430000000000000000000000000000000000000000000000000000000000602082015281565b6000805433600160a060020a0390811691161461079e57600080fd5b50600160a060020a0330166000908152600260205260409020546001546107cb908263ffffffff610ae916565b6001555050600160a060020a033016600090815260026020526040812055565b6000600160a060020a038316151561080257600080fd5b600160a060020a03331660009081526002602052604090205482111561082757600080fd5b600160a060020a033316600090815260026020526040902054610850908363ffffffff610ae916565b600160a060020a033381166000908152600260205260408082209390935590851681522054610885908363ffffffff610afb16565b600160a060020a0380851660008181526002602052604090819020939093559133909116907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9085905190815260200160405180910390a350600192915050565b60005433600160a060020a0390811691161461090157600080fd5b61090b8282610b11565b5050565b600160a060020a033381166000908152600360209081526040808320938616835292905290812054610947908363ffffffff610afb16565b600160a060020a0333811660008181526003602090815260408083209489168084529490915290819020849055919290917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591905190815260200160405180910390a350600192915050565b600160a060020a03918216600090815260036020908152604080832093909416825291909152205490565b60005433600160a060020a039081169116146109f957600080fd5b600160a060020a0381161515610a0e57600080fd5b80600160a060020a03166108fc30600160a060020a0316319081150290604051600060405180830381858888f193505050501515610a4b57600080fd5b50565b60005433600160a060020a03908116911614610a6957600080fd5b600160a060020a0381161515610a7e57600080fd5b600054600160a060020a0380831691167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a36000805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600082821115610af557fe5b50900390565b600082820183811015610b0a57fe5b9392505050565b600160a060020a0382161515610b2657600080fd5b60008111610b3357600080fd5b610b3d8282610bf7565b600160a060020a033016600090815260026020526040902054610b66908263ffffffff610ae916565b600160a060020a033081166000908152600260205260408082209390935590841681522054610b9b908263ffffffff610afb16565b600160a060020a0380841660008181526002602052604090819020939093559130909116907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9084905190815260200160405180910390a35050565b600160a060020a03821660009081526005602052604090205460ff16151561090b576004805460018101610c2b8382610c7d565b5060009182526020808320919091018054600160a060020a03861673ffffffffffffffffffffffffffffffffffffffff19909116811790915582526005905260409020805460ff191660011790555050565b815481835581811511610ca157600083815260209020610ca1918101908301610ca6565b505050565b610cc491905b80821115610cc05760008155600101610cac565b5090565b905600a165627a7a7230582089ee3895bead0bc055e66d6a0251eb27b45eae36830e6fe674855747387e363a0029