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 "Oinkers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20153182 | 5 months ago | | | 0 | 0.00020386995 | |
| 17572417 | a year ago | | | 0 | 0.00089041500 | |
0x | 17560467 | a year ago | | | 0 | 0.00025264800 | |
| 17515959 | a year ago | | | 0 | 0.0021935396 | |
| 17515952 | a year ago | | | 0 | 0.0020097454 | |
| 17515949 | a year ago | | | 0 | 0.0019909733 | |
| 17515949 | a year ago | | | 0 | 0.0019909733 | |
| 17515945 | a year ago | | | 0 | 0.0016370113 | |
| 17515940 | a year ago | | | 0 | 0.0016099494 | |
| 17515938 | a year ago | | | 0 | 0.0017644691 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId_) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
batchMintForAddresses(address[] addresses_, uint256[] amounts_)
flipSaleActive()
mint(uint256 mintAmount_) payable
mintForAddress(uint256 mintAmount_, address to_)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI_)
setHiddenURI(string newHiddenURI)
setPrice(uint256 price_)
transferFrom(address from, address to, uint256 tokenId) payable
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()
BalanceQueryForZeroAddress()
ContractCaller()
ExceedsMaxMintPerWallet()
ExceedsSupply()
InvalidAmount()
InvalidToken()
InvalidValue()
LengthsDoNotMatch()
MintERC2309QuantityExceedsLimit()
MintInactive()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()