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 "AllPet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19475658 | 8 months ago | | | 0 | 0.0019496269 | |
| 19246627 | 9 months ago | | | 0 | 0.00099897440 | |
| 19126541 | 10 months ago | | | 0 | 0.0027193418 | |
| 13757574 | 3 years ago | | | 0 | 0.0055538997 | |
| 12575933 | 3 years ago | | | 0 | 0.00039120885 | |
| 12366256 | 4 years ago | | | 0 | 0.0019068300 | |
| 12184566 | 4 years ago | | | 0 | 0.0056515140 | |
| 11371981 | 4 years ago | | | 0 | 0.0023986200 | |
| 10784890 | 4 years ago | | | 0 | 0.0052947300 | |
| 10592035 | 4 years ago | | | 0 | 0.0039960200 |
ABI
ABI objects
Getter at block 21287911
decimals() view returns (uint8)
18
isTokenLocked() view returns (bool)
false
isUseFreeze() view returns (bool)
true
manager() view returns (address)
0x0c3af32a73a951bf040d4fd30d8602c56bce72fb
name() view returns (string)
AllPet
newManager() view returns (address)
0x0000000000000000000000000000000000000000
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x765049979d4145e80e0bb08e071e0e84358bc344
symbol() view returns (string)
PET
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (uint256 amount)
isFrozen(address target) view returns (uint256)
State-modifying
Events acceptManager()
acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezeAmount(address target, uint256 amountFreeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
setLockToken(bool _lock)
setUseFreeze(bool _useOrNot)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferManager(address _newManager)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
FrozenFunds(address indexed target, uint256 freezeAmount)
Transfer(address indexed from, address indexed to, uint256 tokens)
TransferManager(address oldaddr, address newaddr)
TransferOwnership(address oldaddr, address newaddr)
constructor()
fallback()
This contract contains no error objects.