PetCraftToken
Verified contract
Active on
Ethereum with 120 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PetCraftToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7623057 | 6 years ago | | | 0 | 0.00032421600 | |
| 7622254 | 6 years ago | | | 0 | 0.0019059270 | |
| 7605651 | 6 years ago | | | 0 | 0.0018320220 | |
| 7550680 | 6 years ago | | | 0 | 0.00054036000 | |
| 7486693 | 6 years ago | | | 0 | 0.00032421600 | |
| 7486603 | 6 years ago | | | 0 | 0.00032421600 | |
| 7486419 | 6 years ago | | | 0 | 0.00032421600 | |
| 7442523 | 6 years ago | | | 0 | 0.0011069550 | |
| 7442520 | 6 years ago | | | 0 | 0.0031263800 | |
| 7437261 | 6 years ago | | | 0 | 0.00014839200 |
ABI
ABI objects
Getter at block 21189261
decimals() view returns (uint256)
18
developerAddress() view returns (address)
0xd75c341618aa4ad69e6f2b56d9b072735f6a74e9
inGameRewardAddress() view returns (address)
0x25d118b93ca97a61ab2ecf71827672d76d4bc1be
name() view returns (string)
PetCraftToken
symbol() view returns (string)
PCTOKEN
totalSupply() view returns (uint256)
1500000000000000000000000000
version() view returns (string)
1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferContract(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _financeContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.