GEISAI 2022 Official

Verified contract

Proxy

Active on Ethereum with 3,163 txns
Deployed by via 0x466b4fcc at 15546229
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots

No balances found for "GEISAI 2022 Official"

0xa16b416b78769e19a3b1009da05d1a2dcc067449810f52f8352ef7e2d26a161b
0x7bf07bfe9bae73ff80cebe5f1431600ddc874080b2d912cb91707c7a6af30f6e
0x31947170b637384199d75cd7c50fde9aaae065fe27b5a39dfee8043a2c2e730a
0x577a9516aff4e627c8fc16f884b9fd61bc5b781f7a3e1cc5a949dfd50efb4414
0x64739fc41b448de17b3be7b38cf15cbf51cd22646eb950e1fdaee06803824d57
0x1ccae361fd57a39e826e2625834a8d3e213ea155233e29af02742d0ea545335a
0xfc5958e44d5fe1a4df57b580449cfaaaafa5133395b04019f098f0a513f6e572
0xce7e30d45c8e335e67f75364ebd8adf011b6c6575961d83b89c8c815dbdec90d
0x73bbb09d5fd35ba9e2d7adf3f44bfc17d2010fd75e4116db1ec02ccf9e597814
0x636cbba17f49ed0f64e38952dbdc20ef6fbc3378a522302196d4d389f7555e4f

Functions
Getter at block 21204922
maxAmount(view returns (uint256)
11664
maxPerMint(view returns (uint256)
1000
maxPerWallet(view returns (uint256)
1000
name(view returns (string)
GEISAI 2022 Official
owner(view returns (address)
0xf50fbf46fd6ec8609c1219bbabf00539836f1a34
presaleActive(view returns (bool)
true
price(view returns (uint256)
1000000000000000000000
saleActive(view returns (bool)
true
symbol(view returns (string)
memory
totalRevenue(view returns (uint256)
0
totalSupply(view returns (uint256)
10104
treasury(view returns (address)
0xf50fbf46fd6ec8609c1219bbabf00539836f1a34
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
batchAirdrop(uint64[] quantitiesaddress[] recipients
initialize(string name_string symbol_address treasury_address royalty_uint96 royaltyFee_
mint(uint64 quantitypayable 
mintTo(address recipientuint64 quantitypayable 
presaleMint(uint64 quantityuint256 allowedbytes32[] proofpayable 
presaleMintTo(address recipientuint64 quantityuint256 allowedbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address newTreasury
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(