Goopdoods

Verified contract

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

No balances found for "Goopdoods"

0xabfd20c64f0bde17d868b69daab5c16804643da7ced29c1ef4a3fe7b8d3c2a9f
0x2efced10a072a1c5d9a1ce16e80fcd173ebada8d7378bd14f5a846e0253dd0a5
0x8fc7fc6e97172a173b42318c510a2967c546edbc419f41faac65409b6d4363eb
0x59692c4b9f4addec56edb9ca16009ea91633c1dac9239ed84255dad82a4bd6ac
0x4099b4f93bbd5d1e0fc777c58bab193f30d185f8fb3962e12907db9d02489630
0xa0f95a103c7c2bb2ba9715e0558821edaaf269362ecde86c10573471b380e1a1
0x26bfa3a35b77e65bd6eaab1f27bb8c60703baabd4f5674e8d96c6b7f4a90b967
0xecea0213b54b70c00694daaaff3f6af01465ff7948c36349b39aed1b068d84b3
0x45b5242cef19ace66a5af25452c8fe2f54d0a54dd860a337aa069becf38388ab
0x9da6c84e2ee5cb4e6abfbc75cea61e10c692188e91e30ede290c33bbe40ba8b9

Functions
Getter at block 21301894
MAX_PUBLIC_MINT(view returns (uint256)
10
MAX_SUPPLY(view returns (uint256)
8000
PRICE_PER_TOKEN(view returns (uint256)
50000000000000000
PROVENANCE(view returns (string)
ad6364394c71777ca1e10ea5b5913f5530e2c3a117ffa55bc2427552ed93e1f8
isGoopListActive(view returns (bool)
true
name(view returns (string)
Goopdoods
owner(view returns (address)
0x66d5eb951d250ebd4adc65fbe8855ff386cb3706
saleIsActive(view returns (bool)
true
symbol(view returns (string)
GOOPDOOD
totalSupply(view returns (uint256)
8000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numAvailableToMint(address addrview returns (uint8)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 numberOfTokenspayable 
mintGoopList(uint8 numberOfTokenspayable 
renounceOwnership(
reserve(uint256 n
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setGoopList(address[] addressesuint8 numAllowedToMint
setIsGoopListActive(bool _isGoopListActive
setProvenance(string provenance
setSaleState(bool newState
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(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(