Geishas & Gardens
Verified contract
Active on
Ethereum with 2,181 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EGGT | ERC-20 | 1.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20573536 | 4 months ago | | | 0 | 0.000033236718 | |
| 19696299 | 8 months ago | | | 0 | 0.00028303505 | |
| 19052984 | a year ago | | | 0 | 0.00037621144 | |
| 19028464 | a year ago | | | 0 | 0.0012991175 | |
| 18891201 | a year ago | | | 0 | 0.0012004218 | |
| 18803582 | a year ago | | | 0 | 0.0011530847 | |
| 18275696 | a year ago | | | 0 | 0.00023595900 | |
| 18041908 | a year ago | | | 0 | 0.0011893476 | |
| 17716669 | a year ago | | | 0 | 0.00054081885 | |
| 17716651 | a year ago | | | 0 | 0.00062582890 |
ABI
ABI objects
Getter at block 21422085
MAX_MINT_PER_ACCOUNT() view returns (uint256)
2
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
ORIGINAL_MAX_SUPPLY() view returns (uint256)
4444
isPrivateSaleInProgress() view returns (bool)
false
isPublicSaleInProgress() view returns (bool)
false
name() view returns (string)
Geishas & Gardens
owner() view returns (address)
0x3a5bd3fbc2a17f2eecf2cff44aef38bd7dc4fd7c
remainingMintableAmount() view returns (uint256)
2
symbol() view returns (string)
G&G
totalSupply() view returns (uint256)
4444
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addExtendedRange(uint256 startIndex, uint256 length, string cid)
approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 count)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setPrivateSale(bool enabled)
setPublicSale(bool enabled)
setWhitelistMerkleRoot(bytes32 newRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 count, bytes32[] merkleProof)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 merkleRoot)
This contract contains no fallback and receive objects.
InvalidTokenRange()
OperatorNotAllowed(address operator)
SaleNotInProgress()
TokenNotFound()