Playkey Token
Verified contract
Active on
Ethereum with 14,048 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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
NOBS | ERC-20 | 20K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
PKT | ERC-20 | 7.646737K | -- | -- | |
ELY | ERC-20 | 32.5013 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20689376 | 2 months ago | | | 0 | 0.000061736051 | |
| 20689362 | 2 months ago | | | 0 | 0.000080180586 | |
| 20688874 | 2 months ago | | | 0 | 0.000051847609 | |
| 20583067 | 3 months ago | | | 0 | 0.000049957388 | |
| 20296967 | 4 months ago | | | 0 | 0.00013711891 | |
| 20155522 | 5 months ago | | | 0 | 0.00036192743 | |
| 20154413 | 5 months ago | | | 0 | 0.000098462000 | |
| 20019158 | 5 months ago | | | 0 | 0.00066992743 | |
| 19983756 | 5 months ago | | | 0 | 0.0011116628 | |
| 19925104 | 6 months ago | | | 0 | 0.00021326263 |
ABI
ABI objects
Getter at block 21161778
decimals() pure returns (uint8)
18
ico() pure returns (address)
0x26d08b9d227933a85e855656dc46ab889e183c88
name() pure returns (string)
Playkey Token
symbol() pure returns (string)
PKT
tokenLimit() pure returns (uint256)
100000000000000000000000000
tokensAreFrozen() pure returns (bool)
false
totalSupply() pure returns (uint256)
19893267575181235678813556
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
defrost()
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _holder, uint256 _value)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
withdrawToken(address _tokenContract, address where, uint256 _value)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _ico, uint256 _tokenLimit)
This contract contains no fallback and receive objects.
This contract contains no error objects.