SpaceResistance
Verified contract
Active on
Ethereum with 591 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 "SpaceResistance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20377122 | 4 months ago | | | 0 | 0.00064658668 | |
| 20160919 | 5 months ago | | | 0 | 0.00025798725 | |
| 19462513 | 8 months ago | | | 0 | 0.0039762917 | |
| 19274711 | 9 months ago | | | 0 | 0.0014007558 | |
| 19114328 | 10 months ago | | | 0 | 0.00060882965 | |
| 18973660 | 10 months ago | | | 0 | 0.0014932778 | |
| 18973632 | 10 months ago | | | 0 | 0.00080445621 | |
| 18973544 | 10 months ago | | | 0 | 0.00092679988 | |
| 18966390 | 10 months ago | | | 0 | 0.00071362203 | |
| 18722307 | a year ago | | | 0 | 0.0031176571 |
ABI
ABI objects
Getter at block 21208278
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://Qme1wcSn4kWdPK8xodU4ft7bBNw8L1nZskZzeyCSW5ctYj/
cost() view returns (uint256)
120000000000000000
itemPricePresale() view returns (uint256)
97000000000000000
maxMintAmount() view returns (uint256)
10
maxSupply() view returns (uint256)
5555
name() view returns (string)
SpaceResistance
notRevealedUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmRkZzErAQpR2kR1X31zUHAweRoJ9azqXw2Q4XHd34cwhC/unrevealed.json
owner() view returns (address)
0x573d27e296fcf33449604474fc8240d94f3304b9
presaleActiveTime() view returns (uint256)
1650477600
presaleMaxMint() view returns (uint256)
3
publicmintActiveTime() view returns (uint256)
1650564000
reservedSupply() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
SR
totalSupply() view returns (uint256)
1001
whitelistMerkleRoot() view returns (bytes32)
0x2bc53b3358ff50e4e7a3b253fa6bc83c71fdf11bca91b22db0f129f79c68d3b4
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
inWhitelist(bytes32[] _proof, address _owner) view returns (bool)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleClaimedBy(address) view returns (uint256)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
flipProxyState(address proxyAddress)
giftNft(address[] _sendNftsTo, uint256 _howMany)
mint(uint256 _mintAmount) payable
purchasePresaleTokens(uint256 _howMany, bytes32[] _proof) payable
renounceOwnership()
revealFlip()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newmaxMintAmount)
setNotRevealedURI(string _notRevealedURI)
setPresaleActiveTime(uint256 _presaleActiveTime)
setPresaleMaxMint(uint256 _presaleMaxMint)
setPricePresale(uint256 _itemPricePresale)
setPublicMintActiveTime(uint256 _publicmintActiveTime)
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() 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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()