DRK coin
Verified contract
Active on
Ethereum with 84,802 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 "DRK coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18839359 | a year ago | | | 0 | 0.00097299034 | |
| 18766471 | a year ago | | | 0 | 0.0025887732 | |
| 18759358 | a year ago | | | 0 | 0.0013904253 | |
| 18660781 | a year ago | | | 0 | 0.0013670699 | |
| 18631084 | a year ago | | | 0 | 0.0027229991 | |
| 18559686 | a year ago | | | 0 | 0.0015710126 | |
| 18559512 | a year ago | | | 0 | 0.00093050032 | |
| 18559460 | a year ago | | | 0 | 0.0010750932 | |
| 18559460 | a year ago | | | 0 | 0.0010754461 | |
| 18559460 | a year ago | | | 0 | 0.0010754461 |
ABI
ABI objects
Getter at block 21274750
decimals() view returns (uint8)
18
name() view returns (string)
DRK coin
owner() view returns (address)
0x8a2167c1343a006add5c626c134a509b92971295
paused() view returns (bool)
false
symbol() view returns (string)
DRK
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blackList(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklisting(address _addr)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deleteFromBlacklist(address _addr)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 initialSupply)
pause()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed target)
DeleteFromBlacklist(address indexed target)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RejectedPaymentFromBlacklistedAddr(address indexed from, address indexed to, uint256 value)
RejectedPaymentToBlacklistedAddr(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.