DMCCOIN
Verified contract
Active on
Ethereum with 2,280 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DMCC | ERC-20 | 1.499K | $0.014311 |
$21.45 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155929 | 8 hours ago | | | 0 | 0.00089744400 | |
| 21155383 | 9 hours ago | | | 0 | 0.0014326755 | |
| 21155000 | 11 hours ago | | | 0 | 0.00050377319 | |
| 21154829 | 11 hours ago | | | 0 | 0.00064963666 | |
| 21153678 | 15 hours ago | | | 0 | 0.00052522028 | |
| 21153484 | 16 hours ago | | | 0 | 0.00092125723 | |
| 21113449 | 6 days ago | | | 0 | 0.00020982062 | |
| 21113276 | 6 days ago | | | 0 | 0.0012052440 | |
| 21111822 | 6 days ago | | | 0 | 0.00016736411 | |
| 21111633 | 6 days ago | | | 0 | 0.00027083331 |
ABI
ABI objects
Getter at block 21158201
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[0xBdB9a24F039a314EBE3569f91FB10C38d2D76aD0]
granularity() view returns (uint256)
1
name() view returns (string)
DMCCOIN
symbol() view returns (string)
DMCC
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, address[] defaultOperators)
This contract contains no fallback and receive objects.
This contract contains no error objects.