GriefWojakYachtClub
Verified contract
Active on
Ethereum with 4,512 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GriefWojakYachtClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19854332 | 7 months ago | | | 0 | 0.00020264520 | |
| 18920233 | a year ago | | | 0 | 0.00092296295 | |
| 18909330 | a year ago | | | 0 | 0.00051768525 | |
| 18536259 | a year ago | | | 0 | 0.0023155579 | |
| 18109841 | a year ago | | | 0 | 0.00022867200 | |
| 18108918 | a year ago | | | 0 | 0.00022867200 | |
| 17647568 | a year ago | | | 0 | 0.0010452280 | |
| 17515940 | 2 years ago | | | 0 | 0.0013866742 | |
| 17515935 | 2 years ago | | | 0 | 0.0012914402 | |
| 17515920 | 2 years ago | | | 0 | 0.0012698436 |
ABI
ABI objects
Getter at block 21441281
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(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setLimitFreeMintPerWallet(uint256 _limit)
setMaxFreeAmount(uint256 _amount)
setMaxLimitPerTransaction(uint256 _limit)
setPrice(uint256 _price)
setStatus(bool _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()