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 "Test Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9014526 | 5 years ago | | | 0 | 0.00022905600 | |
| 9014518 | 5 years ago | | | 0 | 0.00031944000 | |
| 9014398 | 5 years ago | | | 0 | 0.00026524000 | |
| 9002748 | 5 years ago | | | 0 | 0.00031905600 | |
| 8968230 | 5 years ago | | | 0 | 0.000058564000 | |
| 8901717 | 5 years ago | | | 0 | 0.00076359635 | |
| 8532293 | 5 years ago | | | 0 | 0.0010609600 | |
| 8493484 | 5 years ago | | | 0 | 0.00046352000 | |
| 8493426 | 5 years ago | | | 0 | 0.00047037272 | |
| 8483756 | 5 years ago | | | 0 | 0.00046352000 |
ABI
ABI objects
Getter at block 21185166
decimals() view returns (uint8)
8
name() view returns (string)
Test Coin
owner() view returns (address)
0x903bd311e00b41ad6740e1916d19013ec3aeb764
symbol() view returns (string)
TEST
totalSupply() view returns (uint256)
300000000000000
transferEnabled() view returns (bool)
true
version() view returns (string)
1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address) view returns (uint256)
State-modifying
Events acceptOwnership()
addLock(address _addr) returns (bool success)
approve(address _spender, uint256 _value) returns (bool success)
changeOwner(address _newOwner)
disableLock(bool _enable) returns (bool success)
enableTransfer(bool _enable) returns (bool success)
removeLock(address _addr) returns (bool success)
setExclude(address _addr, bool _enable) returns (bool success)
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)
OwnerUpdate(address _prevOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.