Receipt

Verified contract

Active on Ethereum with 1,049 txns
Deployed by via 0x86179b27 at 16111514
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $248.02
0x98852124d4658d62f5eabdce90f255f600143cd749335c0f87c404fee5fc32e2
0x3e6849c438e1744e3931e585613c67cd4379f8ab2e258a9a655f6c8ca1b13f89
0xc1e20a0b96d61a776e4f12cd6c26211e1797f8fbad48284bbc2513ba8d21d9e7
0x3f4a3e535bed98045ca11e11bfac13abecff35aa8b71b9c4f97dc4d38fd557de
0xfb91116013dfaf0c0a6cda68dfa63d7098568c9a383093f39ea64daba71d0f43
0x64b7120f04fed1e861be13c5cad98898115160bbf69fbe710089f79584d79f4c
0x351f21c3fe23a48fa2620be6fbd428a237d5c8f975f0961f42eefa01029de90b
From
0xe92fc7d5d5cbdc41bcbebda20c7122001d4772cdd93d2fa7c8cba3cdf294594d
0xe8e4aefae2ce70ebf93992c030f2787617e794931066d264286cee8a9ac05be6
0x40457e95c755012744c1dca8682933bccd2f71cdbc3f285378ae628fc8bf32f5

Functions
Getter at block 20928033
isActive(view returns (bool)
true
isOperatorFilterRegistryRevoked(view returns (bool)
false
name(view returns (string)
Receipt
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0x63e0b31e996c124ddcd1af197798b2272b8a5ffc
symbol(view returns (string)
RECEIPT
totalSupply(view returns (uint256)
538
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getReceipt(uint256 _priceview returns (uint256 tokenIdstring svguint256 price)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
priceToTokenId(uint256view returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
mint(payable 
renounceOwnership(
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseExternalURI(string URI
setDescription(string desc
setIsActive(bool _isActive
setMintGas(uint256 _gas
setRoyaltyInfo(address receiver_uint96 royaltyBps_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
withdrawBalance(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Mint(uint256 _tokenIduint256 _valueuint256 _gasuint256 _timeaddress _from
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _artAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InitialRegistryAddressCannotBeZeroAddress(
OnlyOwner(
OperatorNotAllowed(address operator
RegistryHasBeenRevoked(