GEISHA

Verified contract

Active on Ethereum with 1,021 txns
Deployed by via 0xdcf920d6 at 16132882
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "GEISHA"

0x7db23be11a80f1cf6b90304fea90a16bbbfe1abc9719e815dc49435c4920532e
0xb1c844ad2507c2a64ebb2984dab44f3998b168f5b18f141f5b23553e48db3497
0x5a658dd1c7e631c6e2848a274498719bc53fea7c4b2e291ef17c56032d557cd1
From
0xde0db4a541f23d5423e425fd44ed20df50ba520ae190582b82b389ee06a06b10
0xb6020d3195273887a5007e2d28454a816a168420bd0a2e939eb3e97b3c566cbc
0x1ec527fb24f145237a04d2aea8eadcfe4eb150b8f36d43155d17af12f1328cba
0x65f6e9cac015b44bc8afc603ea31da89946c6f424c28ef6ac9bf8656531d2659
0x69ffda38cda0676767aa7bc73762f853c00200451be08645a24300284d266945
0xffda310c5b3e533751fcd21e93af1881006ff881da481fbd39976d2f8f637413
0x616f6048e000e0ec77e8ed8e9204172c144ef318a9052169280656e6450e7925

Functions
Getter at block 21389698
amountMintPerAccount(view returns (uint256)
1
baseTokenURI(pure returns (string)
contractURI(pure returns (string)
ipfs://QmWLo2rHVmMn6HKsMJckvMaLvnSsMKrTXjuwNfED6iWaEb/
currentToken(view returns (uint256)
888
max_supply(view returns (uint256)
888
name(view returns (string)
GEISHA
owner(view returns (address)
0xca24c12b5c57de1dcefdd911cbcef03c53fc4a97
publicSaleEnabled(view returns (bool)
true
symbol(view returns (string)
888GEISHA
uriPrefix(view returns (string)
uriSuffix(view returns (string)
.json
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
mint(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAmountMintPerAccount(uint256 _amountMintPerAccount
setApprovalForAll(address operatorbool approved
setPublicSaleEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
MintSuccessful(address user
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator