THE GARDEN OF ETHLY DELIGHTS POSTCARD
Verified contract
Proxy
Active on
Ethereum with 50 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 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "THE GARDEN OF ETHLY DELIGHTS POSTCARD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16579617 | 2 years ago | | | 0 | 0.0014837406 | |
| 16407986 | 2 years ago | | | 0.05 | 0.0014904860 | |
| 16339321 | 2 years ago | | | 0 | 0.00059249444 | |
| 16313742 | 2 years ago | | | 0.05 | 0.0012240701 | |
| 16302627 | 2 years ago | | | 0 | 0.00080740264 | |
| 15188406 | 2 years ago | | | 0 | 0.00074399845 | |
| 14619270 | 3 years ago | | | 0 | 0.0026782733 | |
| 14430040 | 3 years ago | | | 0 | 0.0015706035 | |
| 14430016 | 3 years ago | | | 0.05 | 0.0027578562 | |
| 14361820 | 3 years ago | | | 0 | 0.0013923073 |
ABI
ABI objects
Getter at block 21075777 description() view returns (string)
animationHash() view returns (bytes32)
0xc8d302e18985a0b268e554afd6384e3422b8ef0f6f9a5128c59661f0fe430fff
animationUrl() view returns (string)
https://gateway.pinata.cloud/ipfs/bafybeiecjbsua4cx74io6e3emc6frbwi6wu2hjcbrttwro6az3h2iuvwh4
editionSize() view returns (uint256)
250
getURIs() view returns (string, bytes32, string, bytes32)
(, 0x0000000000000000000000000000000000000000000000000000000000000000, https://gateway.pinata.cloud/ipfs/bafybeiecjbsua4cx74io6e3emc6frbwi6wu2hjcbrttwro6az3h2iuvwh4, 0xc8d302e18985a0b268e554afd6384e3422b8ef0f6f9a5128c59661f0fe430fff)
imageHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
imageUrl() view returns (string)
name() view returns (string)
THE GARDEN OF ETHLY DELIGHTS POSTCARD
numberCanMint() view returns (uint256)
200
owner() view returns (address)
0x77fce73c9bd2b1a5f5027af25ed19daf3245fabd
salePrice() view returns (uint256)
50000000000000000
symbol() view returns (string)
ETHGRDNPSTCRD
totalSupply() view returns (uint256)
50
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)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchPurchase(uint256 _amount) payable returns (uint256)
burn(uint256 tokenId)
initialize(address _owner, string _name, string _symbol, string _description, string _animationUrl, bytes32 _animationHash, string _imageUrl, bytes32 _imageHash, uint256 _editionSize, uint256 _royaltyBPS, uint256 _salePrice)
mintEdition(address to) returns (uint256)
mintEditions(address[] recipients) returns (uint256)
purchase() payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setApprovedMinter(address minter, bool allowed)
setSalePrice(uint256 _salePrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateEditionURLs(string _imageUrl, string _animationUrl)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EditionSold(uint256 price, address owner)
FundsWithdrawn(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceChanged(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.