GEISAI 2022 Official
Verified contract
Proxy
Active on
Ethereum with 3,163 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
Balances ($0.00)
No balances found for "GEISAI 2022 Official"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201913 | 10 hours ago | | | 0 | 0.00075093637 | |
| 21107835 | 14 days ago | | | 0 | 0.00025001046 | |
| 21104804 | 14 days ago | | | 0 | 0.000099974000 | |
| 21102729 | 14 days ago | | | 0 | 0.000086970182 | |
| 21045105 | 22 days ago | | | 0 | 0.00030631512 | |
| 20980057 | a month ago | | | 0 | 0.0010976629 | |
| 20937879 | a month ago | | | 0 | 0.00043015307 | |
| 20937843 | a month ago | | | 0 | 0.00055956006 | |
| 20888260 | a month ago | | | 0 | 0.00022354612 | |
| 20888240 | a month ago | | | 0 | 0.00018054595 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchAirdrop(uint64[] quantities, address[] recipients)
initialize(string name_, string symbol_, address treasury_, address royalty_, uint96 royaltyFee_)
mint(uint64 quantity) payable
mintTo(address recipient, uint64 quantity) payable
presaleMint(uint64 quantity, uint256 allowed, bytes32[] proof) payable
presaleMintTo(address recipient, uint64 quantity, uint256 allowed, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMerkleRoot(bytes32 newRoot)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTreasury(address newTreasury)
startSale(uint256 newMaxAmount, uint256 newMaxPerMint, uint256 newMaxPerWallet, uint256 newPrice, bool presale)
stopSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()