grin peace
Verified contract
Active on
Ethereum with 330 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
No balances found for "grin peace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19526588 | 8 months ago | | | 0 | 0.0019523567 | |
| 19250695 | 9 months ago | | | 0 | 0.00079504120 | |
| 19053713 | 10 months ago | | | 0 | 0.00045785703 | |
| 18923451 | a year ago | | | 0 | 0.00075981803 | |
| 18882039 | a year ago | | | 0 | 0.0012956263 | |
| 18868962 | a year ago | | | 0.009 | 0.00057566757 | |
| 18831488 | a year ago | | | 0 | 0.0017469141 | |
| 18788542 | a year ago | | | 0 | 0.0015916466 | |
| 18761111 | a year ago | | | 0 | 0.0017099714 | |
| 18760442 | a year ago | | | 0 | 0.0010466080 |
ABI
ABI objects
Getter at block 21267842
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(address) view returns (uint256)
al2Claimed(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkMerkleProof1(bytes32[] _merkleProof1) view returns (bool)
checkMerkleProof2(bytes32[] _merkleProof2) view returns (bool)
freeClaimed(address) view returns (uint256)
freeMintCount(address _address, uint256 _count, bytes32[] _proof) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicClaimed(address) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 _amount, uint256 _count, bytes32[] _proof)
ownerMint(address _address, uint256 _quantity)
piementMint(address _receiver, uint256 _quantity) payable
preMint1(uint256 _quantity, bytes32[] _merkleProof1) payable
preMint2(uint256 _quantity, bytes32[] _merkleProof2) payable
publicMint(uint256 _quantity) payable
renounceOwnership()
reveal(bool bool_)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _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 operator, bool 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 _royaltyAddress, uint96 _feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)