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 "DK Network"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12957114 | 3 years ago | | | 0 | 0.00072612500 | |
| 12957021 | 3 years ago | | | 0 | 0.0011218320 |
ABI
ABI objects
Getter at block 21176602
decimals() view returns (uint8)
18
name() view returns (string)
DK Network
owner() view returns (address)
0xdc4f48775ca703500d4257c844f3bf99731fdb9c
paused() view returns (bool)
false
symbol() view returns (string)
DKN
totalSupply() view returns (uint256)
999999999000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address holder) view returns (uint256 balance)
balanceOfTotal(address holder) view returns (uint256 balance)
isFrozen(address holder) view returns (bool frozen)
isMinter(address account) view returns (bool)
lockInfo(address locked, uint256 index) view returns (uint256 releaseTime, uint256 amount)
totalLocked(address locked) view returns (uint256 amount, uint256 length)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
autoUnlock(address from) returns (bool success)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address holder)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address recipient, uint256 amount, uint256 releaseTime) returns (bool success)
mint(address to, uint256 value) returns (bool success)
pause()
releaseLock(address from) returns (bool success)
removeMinter(address account)
renounceMinter()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address recipient, uint256 amount, uint256 releaseTime) returns (bool success)
unfreezeAccount(address holder)
unlock(address from, uint256 idx) returns (bool success)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed holder)
Lock(address indexed from, uint256 amount, uint256 releaseTime)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed holder)
Unlock(address indexed from, uint256 amount)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.