Gutter Punks

Verified contract

Active on Ethereum with 6,875 txns
Deployed by via 0xf16eb163 at 14383525
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "Gutter Punks"

0xa4fc74ac8e6b8c05f8099e18cd0714c0e30b2105fb8eca23784a27373ff93e7a
0xd8a3aba6986f876406670ebfaf60ccf647caa0017f3ce55acff9d019670175f3
0xd589e9a45c9552ab607c84e99bf39d85fd32237516370782de94509b115ecbb8
0x363f7799d2e49a9269aefcfb759e05e698038dd8ef17000db488f7599e8b313d
From
0x86822d6472aad0774d487792003f47903e342670cbba1691f6a985e0523f6891
0xcef11c80714f26db2d1d94ce6a4202ef9d38a4f0454b40e6415f808082eac862
0x1a0b9021a9fa6f8be0fad7da9578f5bdc387885dd62079638ed8d747855cc88c
From
0xc6ae0354125b6ec7a21c5ea4ad5c6aad0949d9836a2d6fec920ee4be76a8e924
0x514d09c39586ed55ea28f353f10bdd2823f4d6827bb7b969fdb5ee318e0c4b3b
0x09e518247795ecc3432ffed64c237ca5b08c7167b7faf7f15dc4382cd761ab87

Functions
Getter at block 20856623
MAX_SUPPLY(view returns (uint256)
9999
RESERVED_SUPPLY(view returns (uint256)
225
ROYALTY_AMOUNT_DENOMINATOR(view returns (uint256)
1000000000000000000
TOKEN_URI_EXTENSION(view returns (string)
.json
_currentPrice(view returns (uint256)
50000000000000000
_isFinalized(view returns (bool)
false
_isRevealed(view returns (bool)
true
_presaleExtras(view returns (uint256)
2599
_presaleIsActive(view returns (bool)
false
_presaleMerkleRoot(view returns (bytes32)
0x586426bdd1bc145dcd0a3bb4d6d068441f2898852f5f289c744d292fe9d8f4f6
_provenanceHash(view returns (string)
53f664993f95c8213f66aa270ad86c509118ae8b89e2bf205241c2720662ff13
_royaltyAmountNumerator(view returns (uint256)
0
_royaltyRecipient(view returns (address)
0x0000000000000000000000000000000000000000
_saleIsActive(view returns (bool)
true
contractURI(view returns (string)
getCurrentPrice(view returns (uint256)
50000000000000000
name(view returns (string)
Gutter Punks
owner(view returns (address)
0x0a159ff1be49354771c180a5c91671c152901302
symbol(view returns (string)
GP
totalSupply(view returns (uint256)
9999
Read-only
_numPresaleMints(addressview returns (uint256)
_usedVoucher(addressview returns (bool)
airdrops(uint256view returns (address)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getCost(uint256 numToMintview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addAirdropContract(address contAddress
approve(address touint256 tokenId
finalize(
mint(uint256 numToMintpayable 
mintPresale(uint256 numToMintuint256 maxMintsuint256 voucherAmountbytes32[] merkleProofpayable 
mintReservedTokens(address recipientuint256 numToMint
removeAirdropContract(address contAddress
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setContractURI(string newContractURI
setCurrentPrice(uint256 currentPrice
setIsRevealed(bool isRevealed
setPlaceholderURI(string placeholderURI
setPresaleExtras(uint256 presaleExtras
setPresaleIsActive(bool presaleIsActive
setPresaleMerkleRoot(bytes32 root
setProvenanceHash(string provenanceHash
setRoyaltyInfo(address royaltyRecipientuint256 royaltyAmountNumerator
setSaleIsActive(bool saleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Finalized(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetBaseURI(string baseURI
SetContractURI(string contractURI
SetCurrentPrice(uint256 currentPrice
SetIsRevealed(bool isRevealed
SetPlaceholderURI(string placeholderURI
SetPresaleIsActive(bool presaleIsActive
SetPresaleMerkleRoot(bytes32 root
SetProvenanceHash(string provenanceHash
SetRoyaltyInfo(address royaltyRecipientuint256 royaltyAmountNumerator
SetSaleIsActive(bool saleIsActive
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Withdrew(uint256 balance
Constructor
constructor(string placeholderURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(