AIMoonbirds
Verified contract
Active on
Ethereum with 23,374 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AIMoonbirds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106792 | 22 days ago | | | 0 | 0.00010031943 | |
| 21101822 | 22 days ago | | | 0 | 0.00023922360 | |
| 21019252 | a month ago | | | 0 | 0.00014532229 | |
| 21006605 | a month ago | | | 0 | 0.00021175215 | |
| 21006548 | a month ago | | | 0 | 0.00017691783 | |
| 21006530 | a month ago | | | 0 | 0.00018309250 | |
| 21004434 | a month ago | | | 0 | 0.00032917834 | |
| 21004084 | a month ago | | | 0 | 0.00014642200 | |
| 21003835 | a month ago | | | 0 | 0.00025491889 | |
| 20998875 | a month ago | | | 0 | 0.00018322181 |
ABI
ABI objects
Getter at block 21262107 getOwners() view returns (address[])
MAX_MBAI() view returns (uint256)
10000
MBAIPrice() view returns (uint256)
50000000000000000
_baseMBAIURI() view returns (string)
ipfs://QmSBV7kg6mVH73Q3g5quoDcSkohpWyuPgRkJuJun2ZnzkP/
maxMBAIPurchase() view returns (uint256)
10
name() view returns (string)
AIMoonbirds
owner() view returns (address)
0xb27b94d4c4a0fcf7d1c22d06964ee461ff2cd26a
symbol() view returns (string)
MBAI
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freezeMetadata(uint256 tokenId, string ipfsHash)
giveAway(address to, uint256 numberOfTokens)
mintMBAI(uint256 numberOfTokens) 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 newuri)
setMintPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTo(uint256 amount, address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MBAIMinted(address indexed mintAddress, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentURI(string _value, uint256 indexed _id)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.