I hereby claim:
- I am freeatnet on github.
- I am freeatnet (https://keybase.io/freeatnet) on keybase.
- I have a public key ASDHsewSapW0QBGfNT4VFSvBmJsquIomxtXLE62Nr9f7xwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
[parity] | |
public_node = false | |
[ui] | |
disable = true | |
[rpc] | |
disable = false | |
port = 8545 | |
interface = "all" |
websocket-client |
from decimal import Decimal | |
import json | |
from sha256 import sha256_like_solidity | |
from time import sleep, time | |
from web3 import Web3, HTTPProvider | |
HTTP_PROVIDER_URL = 'http://159.203.19.200:8545/' | |
ED_CONTRACT_ADDR = '0x8d12a197cb00d4747a1fe03395095ce2a5cc6819' | |
with open('etherdelta/abi.json') as f: | |
ED_CONTRACT_ABI = json.load(f) |
[{"constant":false,"inputs":[{"name":"tokenGet","type":"address"},{"name":"amountGet","type":"uint256"},{"name":"tokenGive","type":"address"},{"name":"amountGive","type":"uint256"},{"name":"expires","type":"uint256"},{"name":"nonce","type":"uint256"},{"name":"user","type":"address"},{"name":"v","type":"uint8"},{"name":"r","type":"bytes32"},{"name":"s","type":"bytes32"},{"name":"amount","type":"uint256"}],"name":"trade","outputs":[],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"tokenGet","type":"address"},{"name":"amountGet","type":"uint256"},{"name":"tokenGive","type":"address"},{"name":"amountGive","type":"uint256"},{"name":"expires","type":"uint256"},{"name":"nonce","type":"uint256"}],"name":"order","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"},{"name":"","type":"bytes32"}],"name":"orderFills","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"tokenGet","type":"ad |
Content-Type: application/json
in the requests, causing parameter wrapping code to activate, oh well).ActionDispatch::DebugLocks
*.DS_Store | |
.AppleDouble | |
.LSOverride | |
# Icon must end with two \r | |
Icon | |
# Thumbnails | |
._* |
.stream-item img.Emoji.Emoji--forText[title^="Clapping hands sign"], .js-tweet-text-container img.Emoji.Emoji--forText[title^="Clapping hands sign"] { | |
animation: blink-animation 1s steps(5, start) infinite; | |
} | |
.stream-item:hover img.Emoji.Emoji--forText[title^="Clapping hands sign"], .js-tweet-text-container:hover img.Emoji.Emoji--forText[title^="Clapping hands sign"] { | |
animation: initial; | |
visibility: visible; | |
} | |
@keyframes blink-animation { |
.route-home .stream-item .OldMedia, | |
.route-home .stream-item .AdaptiveMedia { | |
margin-top: 0; | |
} | |
.route-home .stream-item .OldMedia:before, | |
.route-home .stream-item .AdaptiveMedia:before { | |
display: inline-block; | |
content: '[Image hidden]'; | |
} | |
.route-home .stream-item .OldMedia-container, |