Receipt

Verified contract

Active on Ethereum with 1,056 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 $729.81
0xfd942e20d7eacb64e42b408197425c56470992cf43e39e32923e0b17ca4793de
0xc9b11d166f5e8f2875d4ad6b0a5524c58ddf45f1037a2d9927639541a6ef5697
From
0x98b32e017cace5f99dc31075ce80bb657878fd47c3df7898029a7b825a75046a
From
0x422587f41598ff0abd27cc86b54f5b5f55ce27674910639af71eeda270efeecb
0x04f8b5e2100fdd5ea01cf23b4254dc16f4f2a3f405bc4d2fa089e388638ccb51
0x6df1a1c1cbdb2152ea174e2f99a5ad2a257a81bd64b8c43c800eb12b3b424e64
0xdabe2050cb44a2daa16566e9cb2fa47e67e43e503fb304ee5ab76ccd54284634
0x98852124d4658d62f5eabdce90f255f600143cd749335c0f87c404fee5fc32e2
0x3e6849c438e1744e3931e585613c67cd4379f8ab2e258a9a655f6c8ca1b13f89
0xc1e20a0b96d61a776e4f12cd6c26211e1797f8fbad48284bbc2513ba8d21d9e7

Functions
Getter at block 21292570
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)
540
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(