Wojak

Verified contract

Active on Ethereum with 1,649 txns
Deployed by via 0xc34371e2 at 14858435
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional variables

No balances found for "Wojak"

0x3196d786745b7c4d136c275c6834b80e0cbf608928aa46ff17ccc3650ee2129a
0x081de6872b542a4753363cdcde45d4622bcee6054c8608ad9837e0094214d363
0x0a19657191f6ce15829a0c584592c3c6b4eeee61f90f6059fe22035ef509ae62
0xe9380f451a4f501146b606e9a7ac8efc178d371a87ebe908e5df7342550911bf
0x5feced3dad3c0d1ddfd311df2887b7ed1f0761ab3b9bc3cc007d0d6108c5c2c3
0x3ec28996e4d2623bb2507d9cf8d7a35cb1454b6e5801e53f1ae80ad369635166
0xcf470fa55c99ff4101245fdc5383f3743f151c602ce1cbbd6376c8933befb372
0x2cf73c64df44036141ce0a320e0d231b6d246958ddc36f21da0d7f3c4fcea94a
0xaeb09be423ed64d7d9ebd4c51aad59b7a1ee33484a81b3193887162f676776d9
0x8843caf497bb96305298ee0af877ed897b1f4ecb99c4c26d2343ad22e0b4cedf

Functions
Getter at block 21161243
baseURI(view returns (string)
https://web3-wojak-nft.s3.us-west-1.amazonaws.com/metadata/
freeMintAllocation(view returns (uint16)
356
freeMintTxLimit(view returns (uint16)
3
freeMintWalletLimit(view returns (uint16)
3
mintIsActive(view returns (bool)
true
mintPrice(view returns (uint256)
5000000000000000
mintTxLimit(view returns (uint16)
10
mintWalletLimit(view returns (uint16)
100
name(view returns (string)
Wojak
owner(view returns (address)
0x1ca9c98983afa26370bd3afe0a9bad7dd53046b7
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol(view returns (string)
WOJAK
tokensRemaining(view returns (uint256)
578
totalReleased(view returns (uint256)
675500000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
3866
Read-only
balanceOf(address ownerview returns (uint256)
freeMintCount(addressview returns (uint16)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address _owneraddress _operatorview returns (bool)
mintCount(addressview returns (uint16)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
airDrop(address _touint16 _quantity
approve(address touint256 tokenId
freeMint(uint16 _quantitypayable 
mint(uint16 _quantitypayable 
reduceTokensRemaining(uint256 _tokensRemaining
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseUri
setFreeMintAllocation(uint16 _freeMintAllocation
setFreeMintTxLimit(uint16 _freeMintTxLimit
setFreeMintWalletLimit(uint16 _freeMintWalletLimit
setMintIsActive(bool _mintIsActive
setMintPrice(uint256 _mintPrice
setMintTxLimit(uint16 _mintTxLimit
setMintWalletLimit(uint16 _mintWalletLimit
setProxyRegistryAddress(address _proxyRegistryAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _proxyRegistryAddress
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(