PlayChip
Verified contract
Active on
Ethereum with 10,909 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 | 888.888888M | -- | -- | |
PLA | ERC-20 | 50.446399M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
ECPN | ERC-20 | 100 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
TRIO | ERC-20 | 3 | -- | -- | |
PMT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20865998 | a month ago | | | 0 | 0.0024678000 | |
| 20854554 | a month ago | | | 0 | 0.00027095112 | |
| 20854531 | a month ago | | | 0 | 0.00019080944 | |
| 20854531 | a month ago | | | 0 | 0.00019080944 | |
| 20854531 | a month ago | | | 0 | 0.00019088043 | |
| 20854531 | a month ago | | | 0 | 0.00019080944 | |
| 20854531 | a month ago | | | 0 | 0.00019088043 | |
| 20854531 | a month ago | | | 0 | 0.00019080944 | |
| 20854531 | a month ago | | | 0 | 0.00019080944 | |
| 20854531 | a month ago | | | 0 | 0.00019080944 |
ABI
ABI objects
Getter at block 21158140
SELFDESTRUCT_DELAY() view returns (uint256)
2419200
decimals() view returns (uint8)
18
name() view returns (string)
PlayChip
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x5e27192e8f1163bf7d89caf0bd5c79b764811b12
paused() view returns (bool)
false
selfDestructBeneficiary() view returns (address)
0x2bc29be16df5f38a75fa92a86440501f397d7088
selfDestructInitiated() view returns (bool)
false
selfDestructInitiationTime() view returns (uint256)
0
symbol() view returns (string)
PLA
totalSupply() view returns (uint256)
50000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 quantity) returns (bool)
batchApprove(address[] spenders, uint256[] quantities) returns (bool)
batchTransfer(address[] recipients, uint256[] quantities) returns (bool)
batchTransferFrom(address[] spenders, address[] recipients, uint256[] quantities) returns (bool)
contractBatchTransfer(address[] recipients, uint256[] quantities) returns (bool)
initiateSelfDestruct()
nominateNewOwner(address _owner)
pause()
selfDestruct()
setSelfDestructBeneficiary(address _beneficiary)
terminateSelfDestruct()
transfer(address to, uint256 quantity) returns (bool)
transferFrom(address from, address to, uint256 quantity) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 quantity)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
Paused()
SelfDestructBeneficiaryUpdated(address newBeneficiary)
SelfDestructInitiated(uint256 selfDestructDelay)
SelfDestructTerminated()
SelfDestructed(address beneficiary)
Transfer(address indexed from, address indexed to, uint256 quantity)
Unpaused()
constructor(uint256 _totalSupply, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.