DexdexERC20
Verified contract
Active on
Ethereum with 5,704 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4cf7…6d9e
0x83ba…6450
Balances ($0.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZEON | ERC-20 | 52 | $0.001239 |
$0.06 | |
0x1c5b…4823 | ERC-20 | 1,000,000T | -- | -- | |
KICK | ERC-20 | 888.888K | -- | -- | |
YNN | ERC-20 | 2.325K | -- | -- | |
DAR | ERC-20 | 2K | -- | -- | |
XBX | ERC-20 | 600 | -- | -- | |
AXEL | ERC-20 | 600 | -- | -- | |
KUV | ERC-20 | 500 | -- | -- | |
HuobiAirdrop.com | ERC-20 | 200 | -- | -- | |
EXC | ERC-20 | 185.745932 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7842536 | 5 years ago | | | 0.001008015 | 0.0026315000 | |
| 7841118 | 5 years ago | | | 0.015120225 | 0.0025429400 | |
| 7833628 | 5 years ago | | | 0.0015120225 | 0.0028429400 | |
| 7812703 | 5 years ago | | | 0.0010051926 | 0.0025565100 | |
| 7812637 | 5 years ago | | | 0.0010051926 | 0.0027065100 | |
| 7777647 | 5 years ago | | | 0 | 0.0035733900 | |
| 7772900 | 5 years ago | | | 0 | 0.0039926500 | |
| 7770970 | 5 years ago | | | 0 | 0.00099483000 | |
| 7760714 | 5 years ago | | | 0.0604809 | 0.0024853400 | |
| 7759732 | 5 years ago | | | 0 | 0.0034665800 |
ABI
ABI objects
Getter at block 21171173
VERSION() view returns (string)
2.0.0
feeWallet() view returns (address)
0x83ba853b8196bb51c148dd762a827c703b156450
owner() view returns (address)
0xa065c23f48ae275c376eabc09b9b9b4557e57c14
traders() view returns (address)
0x4cf723f59f86e0837d33de40dca910dc38996d9e
tradingEnabled() view returns (bool)
true
Read-only
This contract contains no read-only function objects.
State-modifying
Events buy(address tradeable, uint256 volume, bytes ordersData, address destinationAddr, address affiliate) payable
changeFeeWallet(address _feeWallet)
changeTraders(address _traders)
changeTradingEnabled(bool enabled)
sell(address tradeable, uint256 volume, uint256 volumeEth, bytes ordersData, address destinationAddr, address affiliate)
transferOwnership(address newOwner)
Buy(address account, address destinationAddr, address traedeable, uint256 volume, uint256 volumeEth, uint256 volumeEffective, uint256 volumeEthEffective)
Sell(address account, address destinationAddr, address traedeable, uint256 volume, uint256 volumeEth, uint256 volumeEffective, uint256 volumeEthEffective)
constructor(address _traders, address _feeWallet)
fallback()
This contract contains no error objects.