This contract is being backfilled. You may encounter incomplete storage history.

Gloomers

Verified contract

Active on Ethereum with 12,236 txns
Deployed by via 0xd15e7078 at 15041517
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Gloomers"

0x72b332c1a538cedd03f9502c1ec82e059309ee099a3ce8144922d11d61040631
0x2dd078b4206c818c83faa8fb4fc75fb8229f839b46b9a8a6d69c5af410c0d457
0x066bb77b3ea17695aecbc66bd6bfa297be73d39f86106aee9dcfc38d908565d6
0x9721d2dbe187e9d491061226c53d5ede4b22817ba7e25a7e0a70a785b4104877
0x77fd6b9436aaaddfc90bbcacbfc4595f49c0a9eb21438b1f656c131ee845a688
0x4f842d2499ce265f897bb72e939a920ef06dbd92c2e8ff719436f3e2fdd1e0fd
0x7ebfa2c4e47a7b62f9163ffb1a02d9fe89337af4b6d9ff3ef69993e7063d7c69
0x2363a2d658755c1f46a2f2112d2293e97edbd7c745747b58494130f064927f68
0x9f000ab48ed04899580c77a3274b22e36263d3bb3e4729a7d4da3c09fbe83d35
0x85ed7c64055ebbec072e324721cd06c29175eba9a61b1688c360c681aa6657a2

Functions
Getter at block 20802061
MAX_MINT(view returns (uint256)
2
MAX_PUBLIC(view returns (uint256)
4900
MAX_SUPPLY(view returns (uint256)
5000
baseTokenURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmadUzuXMvz5qFKFCyP6biBaqectKpQQxmvJbjDbzzEhAm/
getVoucherSigner(view returns (address)
0x996d8c6d217dd0b52935692fa573c301455fdf34
name(view returns (string)
Gloomers
owner(view returns (address)
0xf0a1a510191b3563f924c92b76add13dc7cdd78a
presaleActive(view returns (bool)
false
saleActive(view returns (bool)
false
symbol(view returns (string)
GLOOM
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
claimedAddress(addressview returns (uint256)
claimedVouchers(uint256view returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
validateVoucher(struct GloomersVoucherVoucher vview returns (bool)
State-modifying
approve(address touint256 tokenId
gift(address _touint256 _amount
mintGloomers(
mintPresale(struct GloomersVoucherVoucher v
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setPresaleActive(bool val
setSaleActive(bool val
setVoucherSigner(address newVoucherSigner
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetVoucherSigner(address prevVoucherSigneraddress newVoucherSigner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string newBaseURIaddress voucherSigner
Fallback and receive

This contract contains no fallback and receive objects.

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