Space Roadies

Verified contract

Active on Ethereum with 1,678 txns
Deployed by via 0xb2786650 at 15610358
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Space Roadies"

0xc0a74aee3531c778787fb509dac134dfad71fae936eaee1c48a3e5fec7dc24bc
0x05e48951054e48382cc4ee50d0b1a71247467df1c59c8c5f64618be6cfc2c0fe
0x08c2c34ba0e783cbffe75b9f129b10121b30291fd35773dcf0353193ce46b69f
0x751477bc2b82436ae62e48bb5b4325cdd03a648380d5004099a6b4322af1f6ff
0x7de08d38fc15ebb57961e5c7689a6f1f9e6b28dde7966584d934810f4eceab43
0xdc6a4bc487052be22186ab2e6bb57bd6a35f323bc5b7a5aaeaad265476d1bb36
0x1ce86d5657cdc021c06a33ea73cb6c289505e315f6393e2fc93a01110d97a10e
0x83079c63582c10135df3949579afa5aeee26bdc17d1f261d5da7dccd91a56c91
0xa3917a0c75a1744815d206cb1c4ffa975cf66fc141f31129e34a6bc6b3091fae
0x64ea29606c5d0083f63d55143da63e2130a2699a18f90b5c2372b4eb3945a2b7

Functions
Getter at block 21228223
getBaseUri(view returns (string)
ipfs://bafybeibgaw3lp4zhkhnvtzsqoc5iugozmssto5qeqchsp2m7mqbujjppci/
getHiddenMetadataUri(view returns (string)
ipfs://bafybeibgaw3lp4zhkhnvtzsqoc5iugozmssto5qeqchsp2m7mqbujjppci/
getMaxMintAmountPerTx(view returns (uint256)
2
getMaxSupply(view returns (uint256)
999
getMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getMintPrice(view returns (uint256)
2000000000000000
getRevealed(view returns (bool)
true
getSaleState(view returns (uint8)
2
name(view returns (string)
Space Roadies
owner(view returns (address)
0xa0cc5b3eb2ce98d57c639c7f73384c57f997797e
symbol(view returns (string)
sRoad
totalSupply(view returns (uint256)
999
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
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
allowlistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
approve(address touint256 tokenIdpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
publicMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setAllowlistOnly(
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseUri
setClosed(
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setMintPrice(uint256 _mintPrice
setPublicOpen(
setRevealed(bool _state
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Mint(address indexed minteruint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string nftNamestring nftSymbolstring hiddenMetadataUriuint256 maxSupplyuint256 mintPriceuint256 maxMintAmountPerTx
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
MyNftCollection__AddressAlreadyClaimed(
MyNftCollection__AllowlistSaleClosed(
MyNftCollection__InsufficientFunds(
MyNftCollection__InvalidMintAmount(
MyNftCollection__InvalidProof(
MyNftCollection__MaxSupplyExceeded(
MyNftCollection__NonexistentToken(
MyNftCollection__PublicSaleClosed(
MyNftCollection__TransferFailed(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(