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 |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13590528 | 3 years ago | | | 0 | 0.0059735401 | |
| 13076174 | 3 years ago | | | 0 | 0.0018812925 | |
| 12381910 | 4 years ago | | | 0 | 0.0025047360 | |
| 12381840 | 4 years ago | | | 0 | 0.0023192000 | |
| 12078530 | 4 years ago | | | 0 | 0.0027216050 | |
| 12078499 | 4 years ago | | | 0 | 0.0025770950 | |
| 12078486 | 4 years ago | | | 0 | 0.0026975200 | |
| 12078411 | 4 years ago | | | 0 | 0.0023844150 | |
| 11986287 | 4 years ago | | | 0 | 0.0027711550 | |
| 11733271 | 4 years ago | | | 0 | 0.0 |
ABI
ABI objects
Getter at block 21160099
INITIAL_SUPPLY() view returns (uint256)
400000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
AnyCoin
owner() view returns (address)
0x11ebb8665fcb1ad9743566fdd2dc76d234e9b7ca
releaseAgent() view returns (address)
0x0000000000000000000000000000000000000000
released() view returns (bool)
false
symbol() view returns (string)
ANY
totalSupply() view returns (uint256)
400000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
transferAgents(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
release()
setReleaseAgent(address addr)
setTransferAgent(address addr, bool state)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.