g00fs

Verified contract

Active on Ethereum with 4,602 txns
Deployed by via 0xc1950a04 at 16265565
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional variables
ERC-20
Value $215
0x16dd5ff59109eeae0d033b299f070ae1abef3726eeae25b5fcd7cd37e6ee9565
0xa2bbb29c83e792fb3821fa9ea5e0fd9d0db6b0f28a67b7f80b5395127a4c5dc3
0xc02862fd32f09ffe565d6c77b3bcbdf888fdea21e3d78f2039d77596bc1f31f8
0xe0eefd40b9cdfce45b2f1a1806151a9b8960dc20bd16267cfae56d94e8f4bcc1
0xb26f49135876fac4ef6d66ff2828ee9f5d8073c0f87e1776fbd5b7f674fb8508
0xda0c7f2caedf7f1d290e9041c06e4762f32d1b118602723d5a09dd8e31b20723
0x8fd8aafd795f1a42cbb150e05f8d99f2d018dff31efb8652f55b0f5dfea7021a
0x007e6024623152a2ec713b8b7348da034a419ac085dac523f74b664ee78753e9
From
0x251465e84121ffaedc6feec09fa09df166d61462b52a707ce51fd6d27930179a
From
0xba748f6b0b6cca4b5298812bbe360a5c7eeb3a4a64369d47fedf9660b9d6d679
From

Functions
Getter at block 20965578
burnToggle(view returns (bool)
false
hiddenMetadataUri(view returns (string)
ipfs://QmbtyiBS6W8iU9zUJAWYTPcw7SknwDmQBWAJSDVvxEcnV2/hidden.json
maxLimitPerWallet(view returns (uint256)
3
maxMintAmountPerTx(view returns (uint256)
3
merkleRoot(view returns (bytes32)
0x64eb8e7a7081eafd7ca88ea014171c08fa2d35d6dd94ebbc71cf846281d8b045
name(view returns (string)
g00fs
owner(view returns (address)
0x130cc4d8a8873766e9c856b010be7e27a3fb982b
price(view returns (uint256)
24000000000000000
publicMinted(view returns (uint256)
700
publicSale(view returns (bool)
true
revealed(view returns (bool)
true
supplyLimit(view returns (uint256)
1369
symbol(view returns (string)
GOOF
tokensBurned(view returns (uint256)
0
totalSupply(view returns (uint256)
1369
uriExtenstion(view returns (string)
.json
whitelistSale(view returns (bool)
false
wlMinted(view returns (uint256)
663
wlmaxLimitPerWallet(view returns (uint256)
2
wlmaxMintAmountPerTx(view returns (uint256)
2
wlprice(view returns (uint256)
14000000000000000
wlsupplyLimit(view returns (uint256)
669
Read-only
amountOfTokensBurnedByAddress(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMintCount(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenIDBurnedByAddress(uint256view returns (address)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
wlMintCount(addressview returns (uint256)
State-modifying
Burn(uint256 _tokenID
MassAirdrop(address[] receivers
OwnerMint(uint256 _mintAmountaddress _receiver
PublicMint(uint256 _mintAmountpayable 
WLmint(uint256 _mintAmountbytes32[] _merkleProofpayable 
approve(address touint256 tokenIdpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPrice(uint256 _price
setRevealed(bool _state
setburnToggle(bool _state
setmaxLimitPerWallet(uint256 _maxLimitPerWallet
setpublicSale(bool _publicSale
setsupplyLimit(uint256 _supplyLimit
seturi(string _uri
seturiExtenstion(string _uriExtenstion
setwlMerkleRootHash(bytes32 _merkleRoot
setwlPrice(uint256 _wlprice
setwlSale(bool _whitelistSale
setwlmaxLimitPerWallet(uint256 _wlmaxLimitPerWallet
setwlmaxMintAmountPerTx(uint256 _wlmaxMintAmountPerTx
setwlsupplyLimit(uint256 _wlsupplyLimit
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _uri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(