DinarCoin
Verified contract
Active on
Ethereum with 9,759 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 |
---|---|---|---|---|---|
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16546800 | 2 years ago | | | 0 | 0.00053096794 | |
| 16546755 | 2 years ago | | | 0 | 0.00052201800 | |
| 16546285 | 2 years ago | | | 0 | 0.00055685770 | |
| 16546283 | 2 years ago | | | 0 | 0.00057718425 | |
| 16546283 | 2 years ago | | | 0 | 0.00057718425 | |
| 16546282 | 2 years ago | | | 0 | 0.00059468316 | |
| 16546273 | 2 years ago | | | 0 | 0.00060039129 | |
| 7970060 | 5 years ago | | | 0 | 0.00092258200 | |
| 7968000 | 5 years ago | | | 0 | 0.00091471000 | |
| 7967825 | 5 years ago | | | 0 | 0.000067122000 |
ABI
ABI objects
Getter at block 21244364
decimals() view returns (uint256)
18
name() view returns (string)
DinarCoin
symbol() view returns (string)
DNC
totalSupply() view returns (uint256)
1930500000000000000000
Read-only
balanceOf(address _owner) view returns (uint256 balance)
mintable(address) view returns (bool)
State-modifying
Events adminTransfer(address from, address to, uint256 value)
burnDNC(address user, uint256 quantity)
changeAdmin(address _newAdminAddr)
createNewMintableUser(address newAddr)
deleteMintable(address addr)
mintNewDNC(address user, uint256 quantity)
transfer(address _to, uint256 _value) returns (bool success)
Burned(address indexed user, uint256 value)
Minted(address indexed recipient, 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.