DAATTY COIN
Verified contract
Active on
Ethereum with 2,940 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 |
---|---|---|---|---|---|
DTC | ERC-20 | 510K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20509792 | 4 months ago | | | 0 | 0.00010758403 | |
| 17819470 | a year ago | | | 0 | 0.0012833935 | |
| 16862387 | 2 years ago | | | 0 | 0.00059130038 | |
| 16862382 | 2 years ago | | | 0 | 0.00085829029 | |
| 16852696 | 2 years ago | | | 0 | 0.00053196752 | |
| 16845372 | 2 years ago | | | 0 | 0.00054983592 | |
| 16845346 | 2 years ago | | | 0 | 0.00059914134 | |
| 16681158 | 2 years ago | | | 0 | 0.00083053326 | |
| 16634177 | 2 years ago | | | 0 | 0.0012620785 | |
| 16628155 | 2 years ago | | | 0 | 0.00099964726 |
ABI
ABI objects
Getter at block 21392958
DENOMINATOR() view returns (uint256)
10000
RATE() view returns (uint256)
13000000000
_totalSupply() view returns (uint256)
10000000000000000000000000000000
decimals() view returns (uint8)
18
isStopped() view returns (bool)
false
name() view returns (string)
DAATTY COIN
owner() view returns (address)
0x13fb80644638489b15ce66ef206047f24d19dc3d
symbol() view returns (string)
DTC
totalSupply() view returns (uint256)
10000000000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
buyTokens() payable
changeRate(uint256 _rate)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
resumeICO()
stopICO()
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
ChangeRate(uint256 amount)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.