Oinkers

Verified contract

Active on Ethereum with 782 txns
Deployed by via 0x50492bac at 17428427
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Oinkers"

0x8bc3168994512525ae49d588f5ffe8f9a359bff3f914facf657df053f6059575
0xf835c7267a73f2e17a43347b02a37595ff5ec6f61d3133f8fee5461764641785
0x69affeef5bbb6022d836077fca2de9190844c474987833be0926a1538d94a9d1
0x3d2903e8b421993f119c953f31e3ed467283bfe425b0a913611008cc0161c6b9
0x98a5dce3f660fce9a0f76aadcd1eb69b090f3d934ab8a086f5b137ddd24a3cbf
0x5172874c390afaa96ac253d8d21add13b2c7cf6e56eaf866655051631adba184
0x54586e3cda8d05298b1d9cc2e0343d7b138b2154e7d43efbabff5f206604f5bb
0xb6f1cf09ec3fe8a8a9790e99efbc13d0b2fb30ac3b8311bc480e64fefced99d0
0x4ae83364a1592a1c9fc1c74e9f96f5a81c3a64fec123ff4d9c14db7018324777
0xe45d0cbabe5bc96720ed9685a4706d9dd54b897e4297fbe32a6a1b8c43be2e4c

Functions
Getter at block 21220207
MAX_MINT_PER_WALLET(view returns (uint256)
5
MAX_PER_TX(view returns (uint256)
5
MAX_SUPPLY(view returns (uint256)
3333
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI(view returns (string)
ipfs://QmP6SD9SW6sqSoxGXsE3ZSbxHsJPZqmME1kmmJbegdCFVH/
hiddenURI(view returns (string)
ipfs://QmYT4kzdxSdP5Q3f7LtH4WYPpK4Uee5KdNvQQbcC9zSpGf
isRevealed(view returns (bool)
true
name(view returns (string)
Oinkers
owner(view returns (address)
0xca3421e782e720ca7309b43f212459574002ccbf
price(view returns (uint256)
0
saleActive(view returns (bool)
true
symbol(view returns (string)
OINKERS
totalSupply(view returns (uint256)
3333
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenId_view returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
batchMintForAddresses(address[] addresses_uint256[] amounts_
flipSaleActive(
mint(uint256 mintAmount_payable 
mintForAddress(uint256 mintAmount_address to_
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI_
setHiddenURI(string newHiddenURI
setPrice(uint256 price_
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ContractCaller(
ExceedsMaxMintPerWallet(
ExceedsSupply(
InvalidAmount(
InvalidToken(
InvalidValue(
LengthsDoNotMatch(
MintERC2309QuantityExceedsLimit(
MintInactive(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(