AI Moonrunners
Verified contract
Active on
Ethereum with 3,753 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 "AI Moonrunners"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16837449 | 2 years ago | | | 0 | 0.0011448587 | |
| 16706489 | 2 years ago | | | 0 | 0.0020128079 | |
| 16463774 | 2 years ago | | | 0 | 0.0010360551 | |
| 16429669 | 2 years ago | | | 0 | 0.0012408885 | |
| 16429658 | 2 years ago | | | 0 | 0.0012684468 | |
| 16429658 | 2 years ago | | | 0 | 0.0012684468 | |
| 16429658 | 2 years ago | | | 0 | 0.0012684468 | |
| 16274987 | 2 years ago | | | 0 | 0.00060496505 | |
| 16086810 | 2 years ago | | | 0 | 0.00060430686 | |
| 15978063 | 2 years ago | | | 0 | 0.00041386274 |
ABI
ABI objects
Getter at block 21306682
baseExtension() view returns (string)
.json
baseURI() view returns (string)
hiddenMetadataUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmYvwxTmuH6RgwZNdVnneZVidL2HjpeyCkU7X2jrk9Uf5G
maxFreeSupply() view returns (uint256)
5555
maxPerAddressDuringFreeMint() view returns (uint256)
2
maxPerAddressDuringMint() view returns (uint256)
20
maxPerTxDuringMint() view returns (uint256)
10
maxSupply() view returns (uint256)
5555
name() view returns (string)
AI Moonrunners
owner() view returns (address)
0xdd8d076707e7cfa15e377996923127f5f72dcaa8
price() view returns (uint256)
3000000000000000
revealed() view returns (bool)
false
saleIsActive() view returns (bool)
true
symbol() view returns (string)
AI MOONR
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedAmount(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmount(address) view returns (uint256)
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)
cutMaxSupply(uint256 _amount)
flipSale()
freeMint(uint256 _quantity)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendGiftsToWallet(address _wallet, uint256 _num)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxFreePerAddress(uint256 _amount)
setMaxPerAddress(uint256 _amount)
setMaxPerTx(uint256 _amount)
setMaxSupply(uint256 newSupply)
setPrice(uint256 _price)
setRevealed(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()