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

gtburgerswtf

Verified contract

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

No balances found for "gtburgerswtf"

0xe1bd38f2ca5bd4072fd215c99712166a5d09d8fd6a337385f2630526703119c1
0x6a0f0fbbcf859d93bfe2319156b933b472e8403585ac079c1a201d245b0b6465
0x3b26f22f44181fc536e030bb887dbdb39b91a72587c7cb9690d20d5dde925b9d
From
0xb3efb81e615b2b819d7b6b8f9b981f4fe44ded43af1fa0e10e6bb85bad6b4e06
From
0xb61791fdbbc2c1301003be58eb3303f46c26861974c410e3a2a4947a3a595f75
0xb79687f44fb50c374ffe7b81367086f1bc7d75fa07cd97cb5507c2d8396a9cf8
0x18901fd7694b55e49610c40973dc80bc538838ec61e5b7007543df168a89e863
0xa6fb26c89a0731348eef601a893c56b1cbcb59f50e0e4c14fc395d750143bf76
0x2c4783772c33a244c1ecdc987b4a536d99723b7de1ec1d8ffe8f513ad08c42ce
0x9c86536ce2529c236a6e13b554ba89739eeebd996a81b78ea8c54c1b2c34aa7b

Functions
Getter at block 20802515
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
9999
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
2
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
50
MAX_SUPPLY(view returns (uint256)
9999
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
5000000000000000
name(view returns (string)
gtburgerswtf
owner(view returns (address)
0x7eda885f3953105488dc990767e1bc3d68938acd
symbol(view returns (string)
gtburgerswtf
totalSupply(view returns (uint256)
9999
Read-only
balanceOf(address ownerview 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)
State-modifying
approve(address touint256 tokenId
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
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(uint256 priceuint256 maxSupplystring baseUriuint256 freeMintAllowanceuint256 maxMintPerTxbool isSaleActiveuint256 freeMintIsAllowedUntil
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(