METAGEISHA (Ai)

Verified contract

Active on Ethereum with 4,634 txns
Deployed by via 0xf0444461 at 15333949
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables
Native
Value $503.31
0xca7d0f11855f2485e31a9a84636cb80e159e14a08bb784d13ff66a51ba171acb
0xc4ec92385b431ff5be2186a2c14d04a2d494c8707771b34322623110310b6138
0xc4e8e4484b2bbf58acbcfb6277951d2638a9090c4005397023b4af174478bf53
0x6f6b56443fde573646c79de3ea22cf9efd5d88498ee77cd61bdd8bfb1fac1e12
0x46c0060889e272363520dc2d6d9aa1223d20d2947bb7d79860d6ad01303fdaf9
0x7a5f59da0c65a0c71afe77aa92ee885814dcc5a6316cf42948cbc5d37378ee64
0xa3615d5dec33ea0da0cbb5c683554eae987b674e39c950855b0dc8a3015a278b
0xa8e5060922f52c544a554ad5fb5b631f41c963521800020f0c46d3b226649d30
0x76a1519f4657858a2d42ec340cd87c716575147e2c54444cc47d5a60fe99497c
0xf81fdf1ea6d36faac8cac3ec948e6dcd5749fa0fc21ea744159f77cb96dbe179

Functions
Getter at block 20870925
PAID_MINT_IS_ACTIVE(view returns (bool)
true
PAID_MINT_PRICE(view returns (uint256)
3000000000000000
PAID_MINT_TX_LIMIT(view returns (uint16)
10
baseURI(view returns (string)
https://meta-geisha-ai-nft.s3.us-west-1.amazonaws.com/metadata/
freeMintAllocation(view returns (uint16)
0
freeMintIsActive(view returns (bool)
true
freeMintWalletLimit(view returns (uint16)
1
maxSupply(view returns (uint16)
4500
name(view returns (string)
METAGEISHA (Ai)
owner(view returns (address)
0x8d9b376e9c37fa3a91bbc52c3b7ba2762658034c
paidMintIsActive(view returns (bool)
true
paidMintPrice(view returns (uint256)
3000000000000000
paidMintTxLimit(view returns (uint16)
10
symbol(view returns (string)
METAGEISHAAI
tokensRemaining(view returns (uint256)
0
totalReleased(view returns (uint256)
1926210000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
4500
Read-only
balanceOf(address ownerview returns (uint256)
freeMintCount(addressview returns (uint16)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
airDrop(address _touint16 _quantity
approve(address touint256 tokenId
freeMint(uint16 _quantitypayable 
paidMint(uint16 _quantitypayable 
reduceMaxSupply(uint16 _maxSupply
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseUri
setFreeMintAllocation(uint16 _freeMintAllocation
setFreeMintIsActive(bool _freeMintIsActive
setFreeMintWalletLimit(uint16 _freeMintWalletLimit
setPaidMintIsActive(bool _paidMintIsActive
setPaidMintPrice(uint256 _paidMintPrice
setPaidMintTxLimit(uint16 _paidMintTxLimit
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(