Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "Wojak"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20954050 | a month ago | | | 0 | 0.00078584449 | |
| 20953995 | a month ago | | | 0 | 0.00076979507 | |
| 20953542 | a month ago | | | 0 | 0.00075035248 | |
| 20953403 | a month ago | | | 0 | 0.00077691155 | |
| 20952796 | a month ago | | | 0 | 0.00078443768 | |
| 20952559 | a month ago | | | 0 | 0.00072960338 | |
| 20951993 | a month ago | | | 0 | 0.00073411444 | |
| 20749657 | 2 months ago | | | 0 | 0.00026745271 | |
| 20749011 | 2 months ago | | | 0 | 0.00018942037 | |
| 20730712 | 2 months ago | | | 0 | 0.00018266491 |
ABI
ABI objects
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 owner) view returns (uint256)
freeMintCount(address) view returns (uint16)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
mintCount(address) view returns (uint16)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events airDrop(address _to, uint16 _quantity)
approve(address to, uint256 tokenId)
freeMint(uint16 _quantity) payable
mint(uint16 _quantity) payable
reduceTokensRemaining(uint256 _tokensRemaining)
release(address account)
release(address token, address account)
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)
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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()