Gamma Blox
Verified contract
Active on
Ethereum with 244 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Gamma Blox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16418078 | 2 years ago | | | 0 | 0.0014881670 | |
| 15704846 | 2 years ago | | | 0 | 0.00037353932 | |
| 15704347 | 2 years ago | | | 0 | 0.00050226157 | |
| 15704167 | 2 years ago | | | 0 | 0.00052794269 | |
| 15703812 | 2 years ago | | | 0.008 | 0.00053436745 | |
| 15703640 | 2 years ago | | | 0 | 0.00024794727 | |
| 15703220 | 2 years ago | | | 0 | 0.00044844689 | |
| 15703211 | 2 years ago | | | 0 | 0.00044798552 | |
| 15702803 | 2 years ago | | | 0 | 0.00034051303 | |
| 15702761 | 2 years ago | | | 0 | 0.00028985254 |
ABI
ABI objects
Getter at block 21101459
baseURI() view returns (string)
hiddenMetadataUri() view returns (string)
ipfs://QmWeSSqCfN8K5KQ7Z7xYCcaU8GimpjMUqDzrHTxE7bQ3tS
maxMintPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
1000
name() view returns (string)
Gamma Blox
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xa7a8e4dde31abf538557fe7e6c3f8f3b8dca503c
price() view returns (uint256)
8000000000000000
publicPaused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
GAMMA
totalSupply() view returns (uint256)
995
whitelistMerkleRoot() view returns (bytes32)
0x3ee973d900c5e6cc4e08a3333f2ad53ef659270ef1a593b8b91a052b6ae43088
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
openPublicMint(bool paused)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxPerTx(uint256 _maxMintPerTx)
setPrice(uint256 _price)
setRevealed(bool _state)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes32[] _merkleProof) payable
whitelistStop(uint256 _maxSupply)
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.