Dexstream
Verified contract
Active on
Ethereum with 495 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DXS | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16910396 | 2 years ago | | | 0 | 0.00065702228 | |
| 14636441 | 3 years ago | | | 0 | 0.0027449066 | |
| 14144077 | 3 years ago | | | 0 | 0.0031795605 | |
| 13918010 | 3 years ago | | | 0 | 0.0028272114 | |
| 13913183 | 3 years ago | | | 0 | 0.0033829200 | |
| 13840195 | 3 years ago | | | 0 | 0.0022236044 | |
| 13840184 | 3 years ago | | | 0 | 0.0024423823 | |
| 13727880 | 3 years ago | | | 0 | 0.0038104850 | |
| 13575604 | 3 years ago | | | 0 | 0.0037574987 | |
| 13437357 | 3 years ago | | | 0 | 0.0034544050 |
ABI
ABI objects
Getter at block 21323123
cAmount() view returns (uint256)
90000000000000000000
cCap() view returns (uint256)
300
cCount() view returns (uint256)
26
cEBlock() view returns (uint256)
12400000
cSBlock() view returns (uint256)
12350000
decimals() view returns (uint8)
18
name() view returns (string)
Dexstream
owner() view returns (address)
0xe396146ad2588b81e679e0e8989c7a1227727baf
sCap() view returns (uint256)
5
sCount() view returns (uint256)
1
sEBlock() view returns (uint256)
12736000
sSBlock() view returns (uint256)
12735000
sTokensPerEth() view returns (uint256)
300000
symbol() view returns (string)
DXS
totalSupply() view returns (uint256)
100000000000000000000000000
viewClaimPeriod() view returns (uint256 startBlock, uint256 endBlock, uint256 amount, uint256 cap, uint256 count)
(startBlock=12350000, endBlock=12400000, amount=90000000000000000000, cap=300, count=26)
viewSale() view returns (uint256 startBlock, uint256 endBlock, uint256 tokensPerEth, uint256 cap, uint256 count)
(startBlock=12735000, endBlock=12736000, tokensPerEth=300000, cap=5, count=1)
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
buyTokens() payable returns (bool success)
claim(address refer) returns (bool success)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
startClaimPeriod(uint256 startBlock, uint256 endBlock, uint256 amount, uint256 cap)
startSale(uint256 startBlock, uint256 endBlock, uint256 tokensPerEth, uint256 cap)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawal()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 initialSupply)
receive()
This contract contains no error objects.