PY Token
Verified contract
Active on
Ethereum with 2,762 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 |
---|---|---|---|---|---|
PY | ERC-20 | 5.6K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18641245 | a year ago | | | 0 | 0.0012682697 | |
| 18641075 | a year ago | | | 0 | 0.0011517120 | |
| 15883798 | 2 years ago | | | 0 | 0.00042375520 | |
| 15883377 | 2 years ago | | | 0 | 0.00065953030 | |
| 15583516 | 2 years ago | | | 0 | 0.0014668649 | |
| 14161143 | 3 years ago | | | 0 | 0.0078769637 | |
| 13462839 | 3 years ago | | | 0 | 0.0030471990 | |
| 12936922 | 3 years ago | | | 0 | 0.0014965450 | |
| 12883152 | 3 years ago | | | 0 | 0.0010009930 | |
| 12843298 | 3 years ago | | | 0 | 0.0016517440 |
ABI
ABI objects
Getter at block 21279257
allowBack() view returns (bool)
false
allowIssua() view returns (bool)
false
decimals() view returns (uint8)
18
name() view returns (string)
PY Token
owner() view returns (address)
0x031b47526679a60c30e241bce505366eef4ae031
symbol() view returns (string)
PY
totalSupply() view returns (uint256)
100000000000000000000000000
version() view returns (string)
PYToken
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
back(address _ads, uint256 _value) returns (bool success)
issua(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol, bool _allowBack, bool _allowIssua)
fallback()
This contract contains no error objects.