TestingTokenDfourth
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TestingTokenDfourth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7412310 | 6 years ago | | | 0 | 0.0017984500 | |
| 7412270 | 6 years ago | | | 0 | 0.0022764000 | |
| 7412261 | 6 years ago | | | 0 | 0.0018237000 | |
| 7412186 | 6 years ago | | | 0 | 0.0015435500 | |
| 7412174 | 6 years ago | | | 0 | 0.0022868500 | |
| 7411941 | 6 years ago | | | 0 | 0.00010758400 |
ABI
ABI objects
Getter at block 21307337
cfoOfTokenTTDfourth() view returns (address)
0xde75eb894686a8c03b21f2ccd3afeb4acc2c8aa1
decimals() view returns (uint8)
18
name() view returns (string)
TestingTokenDfourth
symbol() view returns (string)
TTD04
totalSupply() view returns (uint256)
25000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events appointNewcfo(address newcfo)
approve(address _spender, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
meltToken(address target, uint256 amount)
mintToken(address target, uint256 amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
FreezeEvent(address target, bool result)
MeltToken(address from, uint256 meltvalue)
MintToken(address to, uint256 mintvalue)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.