Skip to content

Instantly share code, notes, and snippets.

View theethernaut's full-sized avatar

Alejandro Santander theethernaut

View GitHub Profile
vouching-deploy-scripts*!+1› »»»» npm run dodathing-ropsten 0|17:08:13
> zos-vouching@2.0.0-alpha.1 dodathing-ropsten /home/ajs/zos/packages/vouching
> npm run prepare && npm run deploy-ropsten && npm run create-ropsten && npm run configure-ropsten && npm run validate-ropsten
> zos-vouching@2.0.0-alpha.1 prepare /home/ajs/zos/packages/vouching
> rm -rf lib && babel src --out-dir lib
src/bin/configure.js -> lib/bin/configure.js
validating vouching app on network ropsten
printing app status
Project status for network ropsten
Application is deployed at 0x69a74068b4e69fc2801a42cad06e2312c5ea63c8
- Package zos-vouching is at 0xb65dd5d68d8f11cc4487380ed53c3988468eff20
- Deployed version 0.0.1 matches the latest one defined
Application dependencies:
- tpl-contracts-zos@^0.0.1 is linked to version 0.0.1
Application contracts:
- ZEPToken is deployed and up to date
‹master*› »»»» npx babel-node ./bin/deploy.js 0|17:24:32
pushing app with options {
"network": "ropsten",
"txParams": {
"from": "0x09902a56d04a9446601a0d451e07459dc5af0820"
}
}
Note: this assumes that tpl-contracts-zos is already deployed in ropsten.
Validating contract ZEPToken before push
Validating contract Vouching before push
pragma solidity ^0.4.24;
contract Ownable {
address public owner;
modifier onlyOwner() {
require(msg.sender == owner);
_;
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
608060405234801561001057600080fd5b5060405160208061021783398101604090815290516000818155338152600160205291909120556101d1806100466000396000f3006080604052600436106100565763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166318160ddd811461005b57806370a0823114610082578063a9059cbb146100b0575b600080fd5b34801561006757600080fd5b506100706100f5565b60408051918252519081900360200190f35b34801561008e57600080fd5b5061007073ffffffffffffffffffffffffffffffffffffffff600435166100fb565b3480156100bc57600080fd5b506100e173ffffffffffffffffffffffffffffffffffffffff60043516602435610123565b604080519115158252519081900360200190f35b60005490565b73ffffffffffffffffffffffffffffffffffffffff1660009081526001602052604090205490565b600073ffffffffffffffffffffffffffffffffffffffff8316151561014757600080fd5b3360009081526001602052604090205482111561016357600080fd5b503360009081526001602081905260408083208054859003905573ffffffffffffffffffffffffffffffffffffffff85168352909120805483019055929150505600a165627a7a72305820a5d999f4459642872a29be
000 PUSH1 80
002 PUSH1 40
004 MSTORE
005 CALLVALUE
006 DUP1
007 ISZERO
008 PUSH2 0010
011 JUMPI
012 PUSH1 00
014 DUP1
pragma solidity ^0.4.24;
contract BasicToken {
uint256 totalSupply_;
mapping(address => uint256) balances;
constructor(uint256 _initialSupply) public {
totalSupply_ = _initialSupply;
balances[msg.sender] = _initialSupply;
# initialization file (not found)

Keybase proof

I hereby claim:

  • I am ajsantander on github.
  • I am ajsantander (https://keybase.io/ajsantander) on keybase.
  • I have a public key whose fingerprint is 1484 F900 8ACA EEF1 A9D6 8E7F 4416 88F3 6A75 7687

To claim this, I am signing this object: