Good Luck Pug
Verified contract
Active on
Ethereum with 28 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 "Good Luck Pug "
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15827932 | 2 years ago | | | 0 | 0.0013023337 | |
| 15784148 | 2 years ago | | | 0 | 0.0012291123 | |
| 15784147 | 2 years ago | | | 0 | 0.0011764053 | |
| 15784146 | 2 years ago | | | 0 | 0.0020502286 | |
| 15784144 | 2 years ago | | | 0 | 0.0012366113 | |
| 15784011 | 2 years ago | | | 0 | 0.0012580473 | |
| 15783975 | 2 years ago | | | 0 | 0.0012312988 | |
| 15783974 | 2 years ago | | | 0 | 0.0011113176 | |
| 15783902 | 2 years ago | | | 0 | 0.0012507684 | |
| 15783897 | 2 years ago | | | 0 | 0.00098892828 |
ABI
ABI objects
Getter at block 21331112
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmVHVmr4mHysEcx8g2sweKR6Y4qb2mz5wx3bdVYKci2bEK/
cost() view returns (uint256)
150000000000000000
costEarlyAccess() view returns (uint256)
12000000000
currentState() view returns (uint256)
3
maxMintAmountEarlyAccess() view returns (uint256)
10
maxMintAmountPublic() view returns (uint256)
279
maxSupply() view returns (uint256)
2000
name() view returns (string)
Good Luck Pug
nftPerAddressLimitWL() view returns (uint256)
100
notRevealedUri() view returns (string)
ipfs://QmRWGFE3ZY6QQwJRMgf4QHzMdfijkgkKNUzXkM4bwHkSmz/
owner() view returns (address)
0xf91d6894b0c1a8ffa182987ba7acbf6b177c7157
revealed() view returns (bool)
true
symbol() view returns (string)
GLP
totalSupply() view returns (uint256)
3
Read-only
addressMintedBalance(address) view returns (uint256)
addressMintedBalanceEarlyAccess(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintableAmountForUser(address _user) 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)
mint(uint256 _mintAmount) payable
pause()
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setEarlyAccessCost(uint256 _price)
setNotRevealedURI(string _notRevealedURI)
setOnlyEarlyAccess()
setPublic()
setPublicCost(uint256 _price)
setmaxMintAmountPublic(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()