DUING COIN
Verified contract
Active on
Ethereum with 107 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 |
---|---|---|---|---|---|
DUC | ERC-20 | 165.120285K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19960325 | 6 months ago | | | 0 | 0.00042119771 | |
| 19959816 | 6 months ago | | | 0 | 0.00043678723 | |
| 16539629 | 2 years ago | | | 0 | 0.00096508651 | |
| 15011717 | 2 years ago | | | 0 | 0.00074056564 | |
| 14709005 | 3 years ago | | | 0 | 0.0019111735 | |
| 13356318 | 3 years ago | | | 0 | 0.0052377600 | |
| 13325305 | 3 years ago | | | 0 | 0.0019479200 | |
| 13287394 | 3 years ago | | | 0 | 0.0025643200 | |
| 13125355 | 3 years ago | | | 0 | 0.0035575600 | |
| 13125177 | 3 years ago | | | 0 | 0.0049638680 |
ABI
ABI objects
Getter at block 21200205
decimals() view returns (uint256)
18
isOwner() view returns (bool)
false
name() view returns (string)
DUING COIN
owner() view returns (address)
0x941da1e7cfeea3bf7fa9ba861bc6c4c50dfddd37
paused() view returns (bool)
false
symbol() view returns (string)
DUC
totalSupply() view returns (uint256)
3700000000000000000000000000
Read-only
airDropHistory(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
lockStatus(address) view returns (address)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
dropToken(address[] receivers, uint256[] values)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] _to, uint256[] _amount) returns (bool)
pause()
renounceMinter()
renounceOwnership()
renouncePauser()
timeLockToken(address beneficiary, uint256 amount, uint256 releaseTime)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
AirDrop(address _receiver, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Lock(address _receiver, uint256 _amount)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.