Space Roadies
Verified contract
Active on
Ethereum with 1,678 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 "Space Roadies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18898411 | a year ago | | | 0 | 0.00064934864 | |
| 17068459 | 2 years ago | | | 0 | 0.0030541527 | |
| 17010392 | 2 years ago | | | 0 | 0.00091541735 | |
| 17005940 | 2 years ago | | | 0 | 0.00088542490 | |
| 16387924 | 2 years ago | | | 0 | 0.00093881800 | |
| 15967040 | 2 years ago | | | 0 | 0.00067866374 | |
| 15842119 | 2 years ago | | | 0 | 0.00037323206 | |
| 15819460 | 2 years ago | | | 0 | 0.0010558064 | |
| 15813745 | 2 years ago | | | 0 | 0.00055537426 | |
| 15810879 | 2 years ago | | | 0 | 0.00033711171 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events allowlistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId) payable
mintForAddress(uint256 _mintAmount, address _receiver)
publicMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setAllowlistOnly()
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseUri)
setClosed()
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setMintPrice(uint256 _mintPrice)
setPublicOpen()
setRevealed(bool _state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Mint(address indexed minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string nftName, string nftSymbol, string hiddenMetadataUri, uint256 maxSupply, uint256 mintPrice, uint256 maxMintAmountPerTx)
This contract contains no fallback and receive objects.
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()