This is outdated: The ERC-20 is here: ethereum/EIPs#20
pragma solidity ^0.4.0; | |
contract ERC20Constant { | |
function totalSupply() constant returns (uint supply); | |
function balanceOf( address who ) constant returns (uint value); | |
function allowance(address owner, address spender) constant returns (uint _allowance); | |
} | |
contract ERC20Stateful { | |
function transfer( address to, uint value) returns (bool ok); | |
function transferFrom( address from, address to, uint value) returns (bool ok); |
// | |
// Implementation of the standard account contract as per EIP101 (Cryptocurrency | |
// abstraction). See: https://github.com/ethereum/EIPs/issues/28 | |
// | |
// Written by Alex Beregszaszi, use under the MIT license. | |
// | |
contract StandardAccount { | |
uint256 nextSequence = 1; |
0x1b7947d0c06fef4f135cdd61bbadf97933e6b92e |
This is the report from a security audit performed on ETC TokenMint by yuriy77k.
TokenMint is a service that offers to launch an ICO and deploy a custom token contract easily.
This is the report from a security audit performed on dice-game by by alexo18. The audit focused primarily on the security of funds and fault tolerance of the dice-game contract. The main intention of this contract is to serve as decentralized casino game.
Monetary policy intends to manage liquidity to create economic growth. Liquidity is how much there is in the money supply. The primary objective of monetary policy is to control inflation.(1)
Start Block | End Block | Estimate End Date | Block Reward Reduction, % | Block Reward | Total CLO | Mining CLO per month |
---|---|---|---|---|---|---|
1 | 5 000 000 | 15.04.2020 | 0 | 600 | 3 100 000 000 | 124 416 000 |
5 000 001 | 10 000 000 | 08.04.2022 | 32 | 408 | 5 140 000 000 | 84 602 880 |
This document is a security audit report performed by Cryptoabhi as a contributor to Callisto Network where EOS Gift Card has been reviewed. EOS gift card can be found at eosgiftcard.com
GIFT CARD is a EOSIO based smart-contract which allows users to easily create new EOS accounts.
This document is a security audit report performed by danbogd, where UNUS SED LEO has been reviewed.
Сommit hash .