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 "PEGZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21021498 | 10 days ago | | | 0 | 0.00082298066 | |
| 20647458 | 2 months ago | | | 0 | 0.000056823363 | |
| 20647354 | 2 months ago | | | 0 | 0.000054051126 | |
| 20509155 | 3 months ago | | | 0 | 0.000046077678 | |
| 20509137 | 3 months ago | | | 0 | 0.00014875314 | |
| 20459767 | 3 months ago | | | 0 | 0.0014868665 | |
| 20408636 | 3 months ago | | | 0 | 0.000084959586 | |
| 20350291 | 3 months ago | | | 0 | 0.00014006690 | |
| 20342535 | 3 months ago | | | 0 | 0.00034057848 | |
| 20289879 | 4 months ago | | | 0 | 0.00013713326 |
ABI
ABI objects
Getter at block 21095465
baseURI() view returns (string)
https://ipfs.io/ipfs/
contractURI() view returns (string)
https://ipfs.io/ipfs/QmRG4HuaafM4eabDh2Wr3WCj8vstP6uGsiHN7JCCecxA2p
name() view returns (string)
PEGZ
owner() view returns (address)
0x31413166836aec2f3f8c99cc899593564f60eb5d
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
PEGZ
totalSupply() view returns (uint256)
103
Read-only
balanceOf(address owner) view returns (uint256)
canBurn(uint256 dropId) view returns (bool no)
dropPathFromTokenId(uint256 tokenId) view returns (string)
dropPaths(uint256) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
proxies(address) 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)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 dropId)
mint(uint256 dropId, string dropPath)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.