EightBit Goblin

Verified contract

Active on Ethereum with 1,202 txns
Deployed by via 0xb35115db at 14884632
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $27.73
0x861534b79a19dd5069b11f1d5f32d3d1fb7cbe17b63b73533cc04c261caad1fb
0xb2c1158fa7eb0bb110293d3af42ab3726961a0e94d39b563c391f7bc094fe1e1
0x2fac0de3b570f26abcc0a5debcf2132ab0ff0d516171a73c4ab999fac023966f
0xf5483743aec399444869a55a1ca4d0ca53fef513d49048acdb6298e16cc6d774
0x7f4133b9d36c9559adb9f105cc4dcba6ea68bad2fbd70d3a0627a245ead97b04
0xc9e8466ee8654f5c9e1b7980a26f7940ea0b36192817c36a85ad0b1c9984b96d
0x1f753a600819078affee7c6673c215d139e66bb5fe3727e2685bad2fcb43f282
0x0a67e4fd038529806f35010407c3ab0e061a238c4615eb0cc10da01525e7828f
0x299a7441c3f8de9bc323654a6c586d97abda5cae41e25afdeef4d5b4a2af7470
0x2f0d49f7a3fae63ea8dddb511c1214e5bd072c22978bcb951e17d69e86772938

Functions
Getter at block 21265107
baseURI(view returns (string)
https://ipfs.io/ipfs/QmbGURDjSyWmZv8ESLuCDozKWW9N1wAtwhCzTHUwt54cTH/
maxFreeAmount(view returns (uint256)
8000
maxFreePerWallet(view returns (uint256)
40
maxPerTx(view returns (uint256)
10
maxPerWallet(view returns (uint256)
80
maxSupply(view returns (uint256)
10000
mintEnabled(view returns (bool)
true
name(view returns (string)
EightBit Goblin
owner(view returns (address)
0xa70348698fa8f630abd0885f57c0ca24f53df156
price(view returns (uint256)
2000000000000000
revealed(view returns (bool)
true
symbol(view returns (string)
EightBit Goblin
totalSupply(view returns (uint256)
8240
unrevealedURI(view returns (string)
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipReveal(
flipSale(
mint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMaxFreeAmount(uint256 _amount
setMaxFreePerWallet(uint256 _amount
setPrice(uint256 _newPrice
setUnrevealedURI(string uri
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(