PlaygroundGenesis

Verified contract

Active on Ethereum with 173 txns
Deployed by via 0xd1bc96ce at 14500733
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PlaygroundGenesis"

0x20238f7fc31d2b3e47b6aa1361751ac283c79d3521de6fcb3cde0ba06a895dbb
0xb36465e61c92f01076ae838492cb05d85f466b1df835d75d416ea828f8ccd72e
0xde95a701e3139585a88d68a18ad6ba8458eb410c3d29c0afe90fe288356d26bf
0x08dcb4d34da6dcb1a1c4d738d47d50ed5875723ed53ba679fc7761b0441312da
0xd0ecdd5c4ee07c1c03e3663868819b36c3ed4f3fc0d14fa3aed7c8da5a409920
0xfe31863748b4e8ca3aed0527ae2ae5bbc58c8431c47147d1a015757240828f22
0x9cf5d68032bd9f49d45ffd04a353fae886acb73eb57829f62e69de87b9e82dce
0x3c906cd7bd27d19497ea3ef2270c401d5f65f7c92b2378a73f4fb9b042d85921
0x3b68f87b3aea755868548775402f97e93d89a65ff8d9f3ac64dbe16562346809
0x5bc2943770e75abe29c96663ad64744234a95b84424cd8e91bc98d0c3d77ccda

Functions
Getter at block 21305046
CHARITY_MINTED(view returns (uint256)
0
MAX_SUPPLY(view returns (uint256)
5555
SUPPLY(view returns (uint256)
5550
SUPPLY_CHARITY(view returns (uint256)
5
baseContractURI(view returns (string)
baseTokenURI(view returns (string)
ipfs://Qmezq9cZAcuePYZSFDnsZCKrur8aXwgGo2EzKZz8QiEYRu/
contractURI(view returns (string)
mdCounter(view returns (uint256)
25
name(view returns (string)
Playground Genesis
owner(view returns (address)
0x8a0205d4cfe2f488c256712828bbbb2951486843
symbol(view returns (string)
PGG
totalSupply(view returns (uint256)
237
variables(view returns (uint64 PRESALE_PRICEuint64 PUBLIC_PRICEuint64 MAX_MINT)
(PRESALE_PRICE=30000000000000000, PUBLIC_PRICE=35000000000000000, MAX_MINT=5)
Read-only
_ownershipsMD(uint256view returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mdPool(uint256view returns (uint64 mdValueuint64 mdKey)
merkleRoot(uint256view returns (bytes32)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
wlPurchaseCount(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
charityMint(
gift(address[] receiversuint256[] _qty
presaleMint(uint256 _qtyuint256 _maxuint256 _cidbytes32[] _merkleProofpayable 
publicMint(uint256 _qtypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setContractURI(string _contractURI
setMerkleRoot(uint256 _idbytes32 _merkleRoot
setVariables(uint64 _presaleuint64 _publicuint32 _max
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

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