Grid Haus
Verified contract
Active on
Ethereum with 630 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Grid Haus"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20654756 | 3 months ago | | | 0 | 0.000031644200 | |
| 19544349 | 8 months ago | | | 0 | 0.00083844681 | |
| 19282199 | 9 months ago | | | 0 | 0.0014206520 | |
| 19075068 | 10 months ago | | | 0 | 0.00025270032 | |
| 18913548 | a year ago | | | 0 | 0.00064081869 | |
| 18780821 | a year ago | | | 0 | 0.0022172726 | |
| 18743404 | a year ago | | | 0 | 0.0010290124 | |
| 18630523 | a year ago | | | 0 | 0.0024336165 | |
| 18604954 | a year ago | | | 0 | 0.0031034783 | |
| 18555586 | a year ago | | | 0 | 0.0010382354 |
ABI
ABI objects
Getter at block 21226511
MAX_MINT_PER_WALLET() view returns (uint256)
3
MINT_PRICE() view returns (uint256)
5000000000000000
name() view returns (string)
Grid Haus
owner() view returns (address)
0x467455102762aaa91480cf656a741e49e91fa8dd
root() view returns (bytes32)
0x7eae7f7b8f3f87b298cbbea5df94470d8f0c7099d632a71238d386c206e56551
symbol() view returns (string)
GHAUS
totalSupply() view returns (uint256)
368
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTraits(uint256 p_tokenId) view returns (struct ERC721PsiTraits)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] p_proof, bytes32 p_leaf) view returns (bool)
minterOf(uint256 tokenId) view returns (address)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensMinted(address) view returns (uint256)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
disableBurn()
disableMint()
dyeArtPiece(uint256 p_artPieceToDye, uint256 p_artPieceToBurn)
enableBurn()
enableMint()
gridListMint(uint256 p_amount, bytes32[] p_proof) payable
mint(uint256 p_amount) payable
ownerMint(uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string p_baseURI)
setGeneratedId(uint256 p_tokenId)
setMerkleRoot(bytes32 p_root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transformArtPiece(uint256 p_artPieceToTransform, uint256 p_artPieceToBurn1, uint256 p_artPieceToBurn2)
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.
This contract contains no error objects.