grin peace

Verified contract

Active on Ethereum with 330 txns
Deployed by via 0xbe5acaa4 at 18594993
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional variables

No balances found for "grin peace"

0x8c4ad699bfd2713ed2e89d9d66a9cf2bc6c7988ae0a21ac7fc2b2fb814cf4170
0x6faf15da63ea20c7061556a4246c28771f358c440618e6256b8c080453dea9e4
0xedb9728aad33727088af3e15ef1d9e197d2556fcce678430e70d4923df279c7b
0xef648e85989402b437153f890e5378bbf4db0093a774d83c9f7e385873874418
0x65fca9d383f7f66b0003c5b3321993b880f0d8c00c21aeb325815e99d29bbd98
0x475419e5cbc05f86c823fd77f2257ace866c3e35c917e85233ede84dbb80fd95
0x8659ac69eebc72f1938f10d4abf271baf2b4128f721596b587e0c8b323e9ecd3
0x876c665ef1b46eb7b066c41e04d0a913cecfdde5e06459154084db1cdf26c12c
0x4cac9653163e9dfffda189643b91fde1d6bb40a960a6e5fa16ad5d22b7720ffc
0x801e30e3e144fac968402c88aba83c46a35d59062343551fd9c02b097f5f3410

Functions
Getter at block 20958090
al1MintLimit(view returns (uint256)
4
al1Price(view returns (uint256)
7000000000000000
al1SaleStart(view returns (bool)
false
al2MintLimit(view returns (uint256)
8
al2Price(view returns (uint256)
8000000000000000
al2SaleStart(view returns (bool)
false
freeSaleStart(view returns (bool)
false
maxSupply(view returns (uint256)
2000
merkleRoot0(view returns (bytes32)
0x86e3f3f1a31930524d75602ce4b9590f3c061020f9f3384945cd2d6931837292
merkleRoot1(view returns (bytes32)
0xfddc47ae2e6c498380cc93260cda5e7c796db7f0ea88c058fa1ec7175ad880a2
merkleRoot2(view returns (bytes32)
0x83d9890ecddc936c65e59b6a39f874213c7ffa4a52de28d362e58fff3fd9879b
name(view returns (string)
grin peace
owner(view returns (address)
0xc29b7eb1c7cbc39a06b7f42e9193683375960802
piePrice(view returns (uint256)
9000000000000000
pieSaleStart(view returns (bool)
false
pubSaleStart(view returns (bool)
false
publicMintLimit(view returns (uint256)
99
publicPrice(view returns (uint256)
9000000000000000
revealed(view returns (bool)
true
symbol(view returns (string)
GP
totalSupply(view returns (uint256)
804
Read-only
al1Claimed(addressview returns (uint256)
al2Claimed(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
checkMerkleProof1(bytes32[] _merkleProof1view returns (bool)
checkMerkleProof2(bytes32[] _merkleProof2view returns (bool)
freeClaimed(addressview returns (uint256)
freeMintCount(address _addressuint256 _countbytes32[] _proofview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicClaimed(addressview returns (uint256)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 _interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256 tokenId)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freeMint(uint256 _amountuint256 _countbytes32[] _proof
ownerMint(address _addressuint256 _quantity
piementMint(address _receiveruint256 _quantitypayable 
preMint1(uint256 _quantitybytes32[] _merkleProof1payable 
preMint2(uint256 _quantitybytes32[] _merkleProof2payable 
publicMint(uint256 _quantitypayable 
renounceOwnership(
reveal(bool bool_
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAL1MerkleRoot(bytes32 _merkleRoot
setAL1SaleStart(bool _state
setAL2MerkleRoot(bytes32 _merkleRoot
setAL2SaleStart(bool _state
setAl1MintLimit(uint256 _quantity
setAl1Price(uint256 _price
setAl2MintLimit(uint256 _quantity
setAl2Price(uint256 _price
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setFreeMintMerkleRoot(bytes32 _merkleRoot
setFreeSaleStart(bool _state
setHiddenBaseURI(string uri_
setMaxSupply(uint256 _quantity
setPiePrice(uint256 _price
setPiementSaleStart(bool _state
setPubSaleStart(bool _state
setPublicMintLimit(uint256 _quantity
setPublicPrice(uint256 _price
setRoyalty(address _royaltyAddressuint96 _feeNumerator
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC2981InvalidDefaultRoyalty(uint256 numeratoruint256 denominator
ERC2981InvalidDefaultRoyaltyReceiver(address receiver
ERC2981InvalidTokenRoyalty(uint256 tokenIduint256 numeratoruint256 denominator
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenIdaddress receiver