METAGEISHA (Ai)
Verified contract
Active on
Ethereum with 4,634 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($685.39)
Native
Value
$685.39
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.192621 | $3,558.21 |
$685.39 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17488301 | a year ago | | | 0 | 0.00069395787 | |
| 17158983 | 2 years ago | | | 0 | 0.0014914397 | |
| 16780862 | 2 years ago | | | 0 | 0.0019564254 | |
| 16780862 | 2 years ago | | | 0.003 | 0.00078590724 | |
| 16779785 | 2 years ago | | | 0.003 | 0.00099530107 | |
| 16380449 | 2 years ago | | | 0 | 0.00076806719 | |
| 15875616 | 2 years ago | | | 0 | 0.00072179878 | |
| 15824834 | 2 years ago | | | 0 | 0.00051464178 | |
| 15815410 | 2 years ago | | | 0 | 0.00056452804 | |
| 15815410 | 2 years ago | | | 0 | 0.00056555742 |
ABI
ABI objects
Getter at block 21287337
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 owner) view returns (uint256)
freeMintCount(address) view returns (uint16)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events airDrop(address _to, uint16 _quantity)
approve(address to, uint256 tokenId)
freeMint(uint16 _quantity) payable
paidMint(uint16 _quantity) payable
reduceMaxSupply(uint16 _maxSupply)
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setFreeMintAllocation(uint16 _freeMintAllocation)
setFreeMintIsActive(bool _freeMintIsActive)
setFreeMintWalletLimit(uint16 _freeMintWalletLimit)
setPaidMintIsActive(bool _paidMintIsActive)
setPaidMintPrice(uint256 _paidMintPrice)
setPaidMintTxLimit(uint16 _paidMintTxLimit)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()