Receipt
Verified contract
Active on
Ethereum with 1,056 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9c8c…4b8b
Balances ($729.81)
Native
Value
$729.81
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.2041 | $3,575.74 |
$729.81 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242455 | 7 days ago | | | 0 | 0.00065968850 | |
| 21214143 | 11 days ago | | | 0 | 0.0019495515 | |
| 21214092 | 11 days ago | | | 0.0514 | 0.0021169110 | |
| 21180256 | 16 days ago | | | 0 | 0.012834224 | |
| 21180175 | 16 days ago | | | 0.0509 | 0.014730434 | |
| 20980030 | a month ago | | | 0 | 0.00082295504 | |
| 20972986 | a month ago | | | 0 | 0.0028297427 | |
| 20915520 | 2 months ago | | | 0.0507 | 0.0073893583 | |
| 20833324 | 2 months ago | | | 0 | 0.0038599370 | |
| 20690704 | 3 months ago | | | 0.0511 | 0.00050528746 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getReceipt(uint256 _price) view returns (uint256 tokenId, string svg, uint256 price)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
priceToTokenId(uint256) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
mint() payable
renounceOwnership()
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseExternalURI(string URI)
setDescription(string desc)
setIsActive(bool _isActive)
setMintGas(uint256 _gas)
setRoyaltyInfo(address receiver_, uint96 royaltyBps_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
withdrawBalance()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(uint256 _tokenId, uint256 _value, uint256 _gas, uint256 _time, address _from)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _artAddress)
This contract contains no fallback and receive objects.
InitialRegistryAddressCannotBeZeroAddress()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()