Moonrunners

Verified contract

Active on Ethereum with 40,080 txns
Deployed by via 0xe9f096a0 at 15013694
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "Moonrunners"

0x01e51c12411a4ecad8337586c6999348e0ee04ca6db3c4be49e82d4045ffdd2f
0x8e1681768c256e0d4832784de87632da106148d4f952e216b4f366d32ee92db8
0xf6676b5fa15b304eb3dfc58ea2dec910c08932a05ee91fa8b62f168f5280f6c5
0x80fcefce48263cef0eaf87052ed868ad894be6e51d31f46937f774e60faa150c
0xe5e99628e46733615a4d1b3f020d18753f520fe5fb787c65fdcee0cc998b9709
0xf1a725cfbf751412797f8eaf4036829b3685f18b66384f8d4eabc1d849c462b2
0x1bf7d9ad6b1d20f823a49ed2e9be2030a209272c92e652c43603f7ef5cce430c
0x48588b9d0ea941e370aff1fc48084a8b91c9b611a6da3570d08c846987826e8d
0x39fdca658aac17441b40aeae943b79b9d825f51ad4e1e4165401da1fb9cc4b6f
From
0x05b1362d5c0a1286be82e8aa896199678f6290722db3e4c51fd13d69dc5cb912

Functions
Getter at block 21276713
MAX_SUPPLY(view returns (uint256)
10000
MOON_CYCLE(view returns (uint256)
2551392
MOON_CYCLE_1_8(view returns (uint256)
318924
NEW_MOON(view returns (uint256)
592500
NEW_MOON_START(view returns (uint256)
433038
baseURI(view returns (string)
https://moonrunners.herokuapp.com/api/
forcedPhase(view returns (uint256)
1
getCurrentMoonPhase(view returns (uint256 moonPhase)
1
getCurrentMoonPhaseName(view returns (string)
1 - Waxing Crescent Moon
getUsedPhases(view returns (uint256[])
[4, 0]
maxByWallet(view returns (uint256)
2
name(view returns (string)
Moonrunners
owner(view returns (address)
0xe39f5f5e3e5038c9b1610fbd549730c8c756935f
saleState(view returns (bool)
false
symbol(view returns (string)
MOONR
totalSupply(view returns (uint256)
9230
uriSuffix(view returns (string)
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getMoonPhase(uint256 timestampview returns (uint256 moonPhase)
getMoonPhaseName(uint256 timestampview returns (string phase)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedByWallet(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
addUsedPhase(uint256 phase
alphaMint(address[] addressesuint256[] count
approve(address touint256 tokenId
burn(uint256 tokenId
forceMoon(uint256 phase
mint(uint256 amount
removeUsedPhase(uint256 phase
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURIstring newUriSuffix
setMaxByWallet(uint256 newMaxByWallet
setSaleState(bool newSaleState
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ForceMoon(uint256 phase
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbolstring baseURI_string uriSuffix_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(