Pavlovian Instinct
Unverified contract
Proxy
Active on
Base with 2,868 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
0x29fb…edf1
-
variable spans 5 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22654969 | 6 days ago | | | 0 | 4.3341480e-7 | |
| 22422818 | 12 days ago | | | 0 | 0.0000011076156 | |
| 22422599 | 12 days ago | | | 0 | 0.0000014688787 | |
| 21929068 | 23 days ago | | | 0 | 5.3351139e-7 | |
| 21820064 | a month ago | | | 0 | 2.4188788e-7 | |
| 21778391 | a month ago | | | 0 | 2.5027522e-7 | |
| 21746498 | a month ago | | | 0 | 3.2104800e-7 | |
| 21564992 | a month ago | | | 0 | 0.000000604885734180 | |
| 21451518 | a month ago | | | 0 | 4.7755890e-7 | |
| 21188353 | a month ago | | | 0 | 2.3677290e-7 |
ABI
ABI objects
Getter at block 22932574 getMedia() view returns (string) settings() view returns (uint256 maxPerAddress, uint256 publicMintPrice, uint256 mintStart, uint256 mintEnd, bool isContractSealed, string description)
animationUrl() view returns (string)
collectorFee() view returns (uint256)
777000000000000
didMintEnd() view returns (bool)
true
imageUrl() view returns (string)
mimetype() view returns (string)
video/mp4
name() view returns (string)
Pavlovian Instinct
numberOfChunks() view returns (uint256)
16
owner() view returns (address)
0x6d23c0d766ab8575600b64d2f61d5ba6fb9353fe
symbol() view returns (string)
Pavlovian Instinct by ARTJEDI1
totalSupply() view returns (uint256)
1183
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getChunk(uint256 chunkIndex) view returns (bytes)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
verifySignature(bytes32 messageHash, struct Signature signature) pure returns (address)
withdrawRecipients(uint256) view returns (address recipientAddress, uint256 percentage)
State-modifying
Events addChunk(uint256 index, bytes chunk)
addChunk(uint256 total, string _mimetype, bytes chunk)
airdrop(uint256 quantity, address to) payable
airdrop(uint256 quantity, address[] to) payable
approve(address operator, uint256 tokenId) payable
initialize(string _name, string _symbol, struct OpenEditionSettings _settings, struct RoyaltySettings _royaltySettings, struct WithdrawRecipient[] _withdrawRecipients, struct FactorySettings _factorySettings)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
sealContract()
setAnimationUrl(string url)
setApprovalForAll(address operator, bool approved)
setImageUrl(string url)
setMaxPerAddress(uint256 maxPerAddress)
setMintEnd(uint256 mintEnd)
setMintStart(uint256 mintStart)
setPublicMintPrice(uint256 publicMintPrice)
signatureMint(struct Signature signature, uint256 _nonce, uint256 _quantity, uint256 _maxPerAddress, uint256 _mintPrice, uint256 _collectorFee) payable
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)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidInput()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotAuthorized()
NotAvailable()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()