AI Moonrunners

Verified contract

Active on Ethereum with 368 txns
Deployed by via 0xb9b4a02a at 15023318
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $48.97
0xb32fb0145d1b1816e1cd9ccb088c6b2298e16302323e0dfc31516091c1c97c71
0x6412011aa8d8dc1c46fe27ef7b017d92ab8381be9b3fc88f0e2930602a6c0667
0xe395ba336aa54568a3df4a816687c25ad7cc52309d36c13a84892cf24ff5df4e
0x41043ead0b0ca37fda42596a80a575c6b4ac80b0bfb4542e640ab91dc056b319
0x4432ed27e63855764ca23301105e2a5d94da4588d73b0c4d4acc8aa3e607fb95
0x48db02b19cf1cad6ba224c52d19e23b5ee1f62c96af7970778fec12506180bc3
0x9d2affe91cada3778ed1fd9ce839298ce6c1c71b3d1a998e2d0f539f863f96db
0xd819af1521fd178268662e48993597456b01ed48c4bf537c766f3d2ce3e81822
0x2d79655b626f601e3272cb4cc3a518e8601fa14addbf19e58d899e9a194ca54d
0x6a480b3528d1171d322ea1b7b3b24bc12808dcf9ba4b9083ffd2ba10969388aa

Functions
Getter at block 20926233
CAPTAIN(view returns (address)
0x556ef85398e60e053955a74365773ae06b1a8e1c
DEFAULT_ROYALTY(view returns (uint96)
500
FREE_SUPPLY(view returns (uint256)
4000
MAX_FREE_PER_ADDRESS(view returns (uint256)
2
MAX_PAID_PER_ADDRESS(view returns (uint256)
5
MAX_SUPPLY(view returns (uint256)
10000
MINTING_PRICE(view returns (uint256)
2000000000000000
baseURI(view returns (string)
ipfs://QmRxPotM9JxvFnwyxQmL8rNSrrmJhqajY2rpMvnMcfKE8c/
name(view returns (string)
AI Moonrunners
owner(view returns (address)
0x93006774495b5cf639bfa4d098e5ac2ad8b7fa6c
rolling(view returns (bool)
true
symbol(view returns (string)
AIMOONR
totalMinted(view returns (uint256)
531
totalSupply(view returns (uint256)
531
Read-only
balanceOf(address ownerview returns (uint256)
freeMintedByAddress(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
paidMintedByAddress(addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
disableMinting(
enableMinting(
mint(uint256 amountpayable 
prepare(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
ErrorExceedFreeMintCap(
ErrorExceedFreeSupply(
ErrorExceedMaxSupply(
ErrorExceedPaidMintCap(
ErrorInvalidAmount(
ErrorNotRolling(
ErrorPaymentDeficit(uint256 actualuint256 expected
ErrorPreparedAlready(
ErrorRollingAlready(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(