PlayCoin
Verified contract
Active on
Ethereum with 10,562 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.00193 |
$0 | |
CFO | ERC-20 | 600 | -- | -- | |
PLX | ERC-20 | 3 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
WDT | ERC-20 | 0.0004 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20483381 | 4 months ago | | | 0 | 0.00036737505 | |
| 19387159 | 9 months ago | | | 0 | 0.0016766090 | |
| 16276888 | 2 years ago | | | 0 | 0.00090502265 | |
| 14568875 | 3 years ago | | | 0 | 0.0020997900 | |
| 14385813 | 3 years ago | | | 0 | 0.0019032800 | |
| 14325942 | 3 years ago | | | 0 | 0.00065646566 | |
| 14291229 | 3 years ago | | | 0 | 0.0022064462 | |
| 14288254 | 3 years ago | | | 0 | 0.0012326251 | |
| 14281862 | 3 years ago | | | 0 | 0.00090550214 | |
| 14281849 | 3 years ago | | | 0 | 0.0010719313 |
ABI
ABI objects
Getter at block 21268586 getAdmin() view returns (address) getOwner() view returns (address) getVault() view returns (address)
decimals() view returns (uint8)
9
getMaxNumberOfTokens() view returns (uint256)
1000000000
getOnePlayCoin() view returns (uint256)
1000000000
name() view returns (string)
PlayCoin
reserve() view returns (uint256 _reserve)
0
symbol() view returns (string)
PLY
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
reserveOf(address _address) view returns (uint256 _reserve)
reserves(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
recall(address _from, uint256 _amount)
setAdmin(address _newAdmin)
setOwner(address _newOwner)
setReserve(address _address, uint256 _reserve)
setVault(address _newVault)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
AdminChanged(address indexed previousAdmin, address indexed newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
MsgAndValue(string message, bytes32 value)
OwnerChanged(address indexed previousOwner, address indexed newOwner)
Recalled(address indexed from, uint256 amount)
ReserveChanged(address indexed _address, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
VaultChanged(address indexed previousVault, address indexed newVault)
constructor(string _symbol, string _name, address _owner, address _admin, address _vault)
This contract contains no fallback and receive objects.
This contract contains no error objects.