DOTK
Verified contract
Proxy
Active on
Ethereum with 1,085 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 |
---|---|---|---|---|---|
DOTK | ERC-20 | 2.4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19710947 | 7 months ago | | | 0 | 0.00050209959 | |
| 19710936 | 7 months ago | | | 0 | 0.00064946355 | |
| 17378338 | a year ago | | | 0 | 0.0026680111 | |
| 16841334 | 2 years ago | | | 0 | 0.0017960424 | |
| 15687752 | 2 years ago | | | 0 | 0.0012653400 | |
| 15687607 | 2 years ago | | | 0 | 0.00043110986 | |
| 15687529 | 2 years ago | | | 0 | 0.0012653400 | |
| 15687392 | 2 years ago | | | 0 | 0.00034807796 | |
| 15572936 | 2 years ago | | | 0 | 0.0012653400 | |
| 15572840 | 2 years ago | | | 0 | 0.00045689807 |
ABI
ABI objects
Getter at block 21289139
implementation() view returns (address impl)
0x398a49fc1b1a62c0a1b38c18549ec88ad6b5ea74
proxyOwner() view returns (address owner)
0x4a164ca582d169f7caad471250991dd861dda981
decimals() view returns (uint8)
10
lawEnforcementRole() view returns (address)
0x5b27e98516fd2bd5001d4dfe3f5a2263f702f634
name() view returns (string)
DOTK
owner() view returns (address)
0x4a164ca582d169f7caad471250991dd861dda981
paused() view returns (bool)
false
supplyController() view returns (address)
0x4a11078a99b118bbfee78a5c187d98d264360433
symbol() view returns (string)
DOTK
totalSupply() view returns (uint256)
110216131000000
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address _addr) view returns (uint256)
isFrozen(address _addr) view returns (bool)
State-modifying
Events transferProxyOwnership(address newOwner)
upgradeTo(address implementation)
upgradeToAndCall(address implementation, bytes data) payable
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseSupply(uint256 _value) returns (bool success)
freeze(address _addr)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseSupply(uint256 _value) returns (bool success)
initialize()
pause()
setLawEnforcementRole(address _newLawEnforcementRole)
setSupplyController(address _newSupplyController)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unfreeze(address _addr)
unpause()
wipeFrozenAddress(address _addr)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(address indexed implementation)
AddressFrozen(address indexed addr)
AddressUnfrozen(address indexed addr)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenAddressWiped(address indexed addr)
LawEnforcementRoleSet(address indexed oldLawEnforcementRole, address indexed newLawEnforcementRole)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Pause()
SupplyControllerSet(address indexed oldSupplyController, address indexed newSupplyController)
SupplyDecreased(address indexed from, uint256 value)
SupplyIncreased(address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.