Hokage Piggy Token
Verified contract
Active on
Ethereum with 83 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Hokage Piggy Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20996885 | a month ago | | | 0 | 0.00044108757 | |
| 17180139 | 2 years ago | | | 0 | 0.0032091772 | |
| 15382307 | 2 years ago | | | 0 | 0.00027304083 | |
| 15382304 | 2 years ago | | | 0 | 0.00013827600 | |
| 15294831 | 2 years ago | | | 0 | 0.00061032600 | |
| 15294622 | 2 years ago | | | 0 | 0.00067129920 | |
| 15253975 | 2 years ago | | | 0 | 0.0011336938 | |
| 15243128 | 2 years ago | | | 0 | 0.00081373600 | |
| 15243037 | 2 years ago | | | 0 | 0.00081364800 | |
| 15242997 | 2 years ago | | | 0 | 0.00083407940 |
ABI
ABI objects
Getter at block 21201001
baseURI() view returns (string)
https://wepiggy.fortop.site/token/heco-standard.json?tokenId=
claimPaused() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x998a23221bd744a385609bac8a21e9b14ef8d59127b969631c3dd4fcf1b4bafc
name() view returns (string)
Hokage Piggy Token
owner() view returns (address)
0x763b9dba40c3d03507df454823fe03517f84a5ab
symbol() view returns (string)
HPT
totalSupply() view returns (uint256)
66
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(address recipient) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
verifyProof(bytes32[] proof_, address recipient) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
claim(bytes32[] proof_)
claimBehalf(bytes32[] proof_, address recipient)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setClaimPaused(bool state)
setMerkleRoot(bytes32 merkleRoot_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURI(string baseURI)
Claim(address recipient, uint256 tokenId)
ClaimPaused(bool baseURI)
MerkleRoot(bytes32 merkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, bytes32 merkleRoot_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.