PixieCoin
Verified contract
Active on
Ethereum with 7,858 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.003825 |
$0.01 | |
TRA | ERC-20 | 200 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
PNT | ERC-20 | 10 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453131 | 3 months ago | | | 0 | 0.000047873000 | |
| 20408305 | 3 months ago | | | 0 | 0.000052661000 | |
| 18571131 | a year ago | | | 0 | 0.0025084598 | |
| 18378132 | a year ago | | | 0 | 0.00048966820 | |
| 17641371 | a year ago | | | 0 | 0.0010294545 | |
| 16512840 | 2 years ago | | | 0 | 0.00080446800 | |
| 15903153 | 2 years ago | | | 0 | 0.00059078096 | |
| 14578165 | 3 years ago | | | 0 | 0.0024625998 | |
| 14468645 | 3 years ago | | | 0 | 0.0010389717 | |
| 14461749 | 3 years ago | | | 0 | 0.0011018230 |
ABI
ABI objects
Getter at block 21159983
decimals() view returns (uint8)
2
name() view returns (string)
PixieCoin
owner() view returns (address)
0x6eef1da4bd95204be2c8ee9b08796e0287cff4f4
symbol() view returns (string)
PXC
totalSupply() view returns (uint256)
1000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
multisend(address _tokenAddr, address[] dests, uint256[] values) returns (uint256)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.