GriefWojakYachtClub

Verified contract

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

No balances found for "GriefWojakYachtClub"

0xc34882fea76f792a0bfff38bcc98126a1e10436eedb3f949dc7c91c6a4e4e4fe
0xa5864276955793b945d8efcc32cba2cce8f9086f200b1a8486d61b2d7ae7e9b7
0xc40411ffc2a1aff8328e0d156d917a6567d5f25a8d2cc75851403366934ea193
0xddd2aaf902012ec10fffafecebd06abcfa29fdf1cb1cf60b2bdec5db8fcb7e10
0xa8d5f438bdc4104bf4a4174792f1c5a2b43c46d6ca3e4526731e13c595772f17
0x66b68e330242c07002defb3688d171685d93ce78f2997e571ff32cb0b12fc1af
0xf65391514315d207582c1ce3ded5bf04532d0c6f2f9a2e10b2b667e4e92bb955
0x2c3c96dd0f23a47f69d5fde69ab51bc6e89a843468e6743e2b026d8a8430b7d4
0x6cea88363c0b4aefbb3bcccd104a9ae429f3bcb3bbd8ca259011c5637df02e00
0x94d346c525c34fb827c83647d0124765e6372f5c96d5a2181adb039edb5e1bd2

Functions
Getter at block 20988843
MAX_FREE_PER_WALLET(view returns (uint256)
3
MAX_FREE_SUPPLY(view returns (uint256)
10000
MAX_PER_TX(view returns (uint256)
20
MAX_WOJAK(view returns (uint256)
10000
PRICE(view returns (uint256)
3500000000000000
baseTokenURI(view returns (string)
ipfs://bafybeibd6acnuc56peyqcyqstclsezqfep2afknbcahgzgztxfu5bniite/
name(view returns (string)
GriefWojakYachtClub
owner(view returns (address)
0x8f56c8ed448bce2cbaa64a72c9ffdd97d29e96c0
status(view returns (bool)
true
symbol(view returns (string)
GWYC
totalSupply(view returns (uint256)
10000
Read-only
alreadyFreeMinted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 amountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setLimitFreeMintPerWallet(uint256 _limit
setMaxFreeAmount(uint256 _amount
setMaxLimitPerTransaction(uint256 _limit
setPrice(uint256 _price
setStatus(bool _status
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
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(