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 "PugsNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17532252 | a year ago | | | 0 | 0.00064876523 | |
| 17046576 | 2 years ago | | | 0 | 0.0013550334 | |
| 16989826 | 2 years ago | | | 0 | 0.0015206004 | |
| 16853451 | 2 years ago | | | 0 | 0.00071623110 | |
| 16560596 | 2 years ago | | | 0 | 0.00039409140 | |
| 15871343 | 2 years ago | | | 0 | 0.00033776542 | |
| 15755393 | 2 years ago | | | 0 | 0.00095345515 | |
| 15719531 | 2 years ago | | | 0 | 0.0024373076 | |
| 15719517 | 2 years ago | | | 0 | 0.00082638264 | |
| 15637861 | 2 years ago | | | 0 | 0.00045677986 |
ABI
ABI objects
Getter at block 21094013
auctionAmt() view returns (uint256)
5
collectionSize() view returns (uint256)
345
mintLimit() view returns (uint256)
1
name() view returns (string)
PugsNFT
owner() view returns (address)
0xb62a66604784e5c9b1f1a94af36f08072498a2d6
saleConfig() view returns (uint32 presaleStartTime, uint32 publicStartTime, uint64 presalePrice, uint64 publicPrice, bytes32 merkleRoot)
(presaleStartTime=0, publicStartTime=0, presalePrice=123000000000000000, publicPrice=123000000000000000, merkleRoot=0xb63a7b4e71ceef4991b9ff94ec843f6cc23469a590f1e046d551f49d16a80906)
symbol() view returns (string)
PamperedPugs
teamAmt() view returns (uint256)
15
totalSupply() view returns (uint256)
340
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721AWTokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 quantity)
presaleMint(uint256 quantity, bytes32[] proof) payable
publicMint(uint256 quantity) payable
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)
setMerkleRoot(bytes32 _merkleRoot)
setSaleConfig(uint32 _presaleStartTime, uint32 _publicStartTime, uint64 _presalePrice, uint64 _publicPrice, bytes32 _merkleRoot)
setStartTimes(uint32 _presaleStartTime, uint32 _publicStartTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()