GoblinBbys

Verified contract

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

No balances found for "GoblinBbys"

0x2c5575e30dea6a43521d86e02e76db0c2ac9e19f04a718e3c88acee983d4d661
0xd4936ff4835b674ddbe6ef60d5ccc2baebbb59d2c5511102bb9668b42631861f
0x9ae2766ecd0ef684e9155acd22c42ceebd05442a4996255bb68e1ef065135dd3
0x25b6367425df08bf45aaa3b424769d2173ed8b8d937e2094def789dcb83fc8e5
0xb714ed54fe4cd20ad86234d5039aa518020ec28c44c50379e6c63b92771088c5
0xeb25ddabc8d3f585f7f6c8a9e526c00068a1928913997721731110de5c227eef
0xa6094a788098e5e3ba319e2511e80474025a15faf651c2acb9ed993b0a420287
0x6470cb50a5c80c5656c290da9c1a8a6b7ed8f11f0a5a841abad249085e8906de
0x57ad4c67644796b7fb51f294b14372fcece4844e757bc71d564f2286907b8a5e
0x73ffd732230426b4497728b47222e57811caf99f664ef07b858dd1dbb7f14b2a

Functions
Getter at block 21219308
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
5000
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
3
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
100
MAX_SUPPLY(view returns (uint256)
5000
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
5000000000000000
name(view returns (string)
GoblinBbys
owner(view returns (address)
0xf0f2a7f5a0a9b3d261533e7a993b3dcd65369e71
symbol(view returns (string)
GBB
totalSupply(view returns (uint256)
3159
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(