DQB Coin
Verified contract
Active on
Ethereum with 2,139 txns
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 "DQB Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583265 | 2 years ago | | | 0 | 0.0013413250 | |
| 13464939 | 3 years ago | | | 0 | 0.0031016061 | |
| 13418173 | 3 years ago | | | 0 | 0.0039285350 | |
| 13418173 | 3 years ago | | | 0 | 0.0034725350 | |
| 13407655 | 3 years ago | | | 0 | 0.0063713770 | |
| 13401447 | 3 years ago | | | 0 | 0.0059565600 | |
| 13401431 | 3 years ago | | | 0 | 0.0045707489 | |
| 13371428 | 3 years ago | | | 0 | 0.0039098870 | |
| 13364910 | 3 years ago | | | 0 | 0.0073650780 | |
| 13349981 | 3 years ago | | | 0 | 0.0043821460 |
ABI
ABI objects
Getter at block 21224677
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
DQB Coin
owner() view returns (address)
0x80dc08cc87466d473751c9c5aff28a8d5737e283
paused() view returns (bool)
false
symbol() view returns (string)
DQBC
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
frozenAccount(address) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
lockedAccount(address) view returns (uint256)
State-modifying
Events _lockAccount(address account, uint256 amount) returns (bool)
_unLockAccount(address account, uint256 amount) returns (bool)
addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
freezeAccount(address _target)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
lockAccount(uint256 amount) returns (bool)
mint(address to, uint256 value) returns (bool)
pause()
renounceMinter()
renounceOwnership()
renouncePauser()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unFreezeAccount(address _target)
unLockAccount(uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address target)
Lock(address target, 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)
UnFreeze(address target)
UnLock(address target, uint256 amount)
Unpaused(address account)
constructor()
fallback()
This contract contains no error objects.