DTT_Exchange_v4
Verified contract
Active on
Ethereum with 1,168 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
Balances ($3,316,524.94)
Native
Value
$3,316,524.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.045059K | $3,173.53 |
$3,316,524.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20451776 | 3 months ago | | | 0 | 0.000021344000 | |
| 13145866 | 3 years ago | | | 0 | 0.0019404000 | |
| 11613160 | 4 years ago | | | 0 | 0.0016031136 | |
| 11580360 | 4 years ago | | | 0 | 0.0011668800 | |
| 11580264 | 4 years ago | | | 0 | 0.0010665080 | |
| 11580244 | 4 years ago | | | 0 | 0.0038654520 | |
| 11580238 | 4 years ago | | | 0 | 0.0038227840 | |
| 11580231 | 4 years ago | | | 0 | 0.0059734540 | |
| 11580203 | 4 years ago | | | 0 | 0.0057105400 | |
| 11580203 | 4 years ago | | | 0 | 0.0041540000 |
ABI
ABI objects
Getter at block 21216041
buyPrice() view returns (uint256)
[unknown]
currentPrice_() view returns (uint256)
[unknown]
decimals() view returns (uint8)
[unknown]
getBuyPercentage() view returns (uint256)
[unknown]
getSellPercentage() view returns (uint256)
[unknown]
getSlabPercentage() view returns (uint256[8])
[unknown]
grv() view returns (uint256)
[unknown]
myTokens() view returns (uint256)
[unknown]
name() view returns (string)
[unknown]
sellPrice() view returns (uint256)
[unknown]
symbol() view returns (string)
[unknown]
tokenSupply_() view returns (uint256)
[unknown]
totalCommFunds() view returns (uint256)
[unknown]
totalEthereumBalance() view returns (uint256)
[unknown]
totalSupply() view returns (uint256)
[unknown]
totalSupply_() view returns (uint256)
[unknown]
Read-only
allowance(address owner, address delegate) view returns (uint256)
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
isContract(address account) view returns (bool)
State-modifying
Events approve(address delegate, uint256 numTokens) returns (bool)
buy() payable
changeSlabPercentage(uint256 slab_, uint256 percentage_)
destruct()
getCommFunds(uint256 _amount)
holdStake(uint256 _amount)
registerDev(address _devAddress)
sell(uint256 _amountOfTokens)
setAdministrator(address _address)
setupHolders(address _commissionHolder, uint256 mode_)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
transferFrom(address owner, address buyer, uint256 numTokens) returns (bool)
unstake(uint256 _amount, address _customerAddress)
upgradeContract(address[] _users, uint256[] _balances)
upgradeDetails(uint256 _currentPrice, uint256 _grv, uint256 _commFunds)
upgradePercentages(uint256 percent_, uint256 modeType)
withdrawComm(uint256[] _amount, address[] _customerAddress)
withdrawEthers(uint256 _amount)
withdrawRewards(uint256 _amount, address _customerAddress)
withdrawStake(uint256[] _amount, address[] _customerAddress)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Buy(address indexed buyer, uint256 tokensBought)
RewardWithdraw(address indexed customerAddress, uint256 tokens)
Sell(address indexed seller, uint256 tokensSold)
Stake(address indexed staker, uint256 tokenStaked)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unstake(address indexed staker, uint256 tokenRestored)
Withdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
testLog(uint256 currBal)
constructor()
fallback()
receive()
This contract contains no error objects.