Code has been added to clipboard!
Solidity Abstract Contracts Example 1
Example
pragma solidity ^0.4.0;
contract Felinae {
function utterance() returns (bytes32);
}
Code has been added to clipboard!
pragma solidity ^0.4.0;
contract Felinae {
function utterance() returns (bytes32);
}