Based PixGods

Unverified contract

Proxy

Active on Base with 3,359 txns
Deployed by via 0xf6924ff1 at 13599918
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots

No balances found for "Based PixGods"

0x94749cbdc04f191921b0656ae3675861f3c7b60ec225b2bd7ecf286a62c1cd07
0x934e524194bbd8ff6091f523decbeac8d4acde716017d55b413e23ad2c01fe74
0x31586a6ceb8469c7ccc5bfd4cac50f968fd6cf303d952a2efd5ad4101380fd77
0x0c91c815099b23c720e86c864cc66dc9d329a20ff0052ede866e70280017985a
0x3767356728f1b86a6eb355ceff76a17849311e2ef85900bd5571d24ecfefcdee
0xb62a52a93e8091542f57e1ed22325d0a31747b36b58201180fe4665fc3c9bebc
0x4bcecabd9bac702c3c2e2daf37caac7e1ec0f178a9c8d5f27c98c5163cb2a07f
0x127bab0f5f48d44264292e2248645d4eee26100a5b3ad2345835c5ff5b724de8
0x832d5324f57960657da7a38b91d37b09ed97e6e5f994e60ee4d0eb7ffb0e17cb
0xf674748116abca047c1d9d24611c8b15da13e1b463e5eb93680b9b48b5d517db

Functions
Getter at block 22327090
baseURI(view returns (string)
https://ipfs.io/ipfs/QmSKd44QyEvYxc2SSYnC4suMR8ZVJaN6PvdvKp1fVnoaXr/
costPublic(view returns (uint256)
1500000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
1887
maxMintPublic(view returns (uint256)
100
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
1887
name(view returns (string)
Based PixGods
owner(view returns (address)
0x7ddc59c4b6153960aecdb13c3fbb485062a42375
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BPG
totalSupply(view returns (uint256 result)
1887
useRenderer(view returns (bool)
false
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofuint256 _quantityview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintFree(uint256 _quantity
mintPaid(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setPublicMintEnabled(
setRenderer(address newRenderer
setUseRenderer(bool use
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
setWithdrawAddress(address _newWithdrawAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(