Space Walkers Collection
Verified contract
Active on
Ethereum with 417 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($551.95)
Native
Value
$551.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.16 | $3,449.69 |
$551.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20424399 | 4 months ago | | | 0 | 0.00011595736 | |
| 19343587 | 9 months ago | | | 0 | 0.0022350657 | |
| 18321031 | a year ago | | | 0 | 0.00040235455 | |
| 18228970 | a year ago | | | 0 | 0.00077290775 | |
| 17907991 | a year ago | | | 0 | 0.00066926601 | |
| 17234189 | 2 years ago | | | 0 | 0.0030517697 | |
| 17153813 | 2 years ago | | | 0 | 0.0013412686 | |
| 17077586 | 2 years ago | | | 0 | 0.0010740202 | |
| 17077586 | 2 years ago | | | 0 | 0.0018899082 | |
| 17020464 | 2 years ago | | | 0 | 0.0011378242 |
ABI
ABI objects
Getter at block 21269030
MAX_PER_TX() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
3294
baseURI() view returns (string)
ipfs://bafybeihx2wisu64uhh5pnb6fjen2cww6yfc5zywvktq2mblmks4s2bo5ny/
developer() view returns (address)
0x5e7852b78c430b0b1914eab6ace1dfedb37da557
name() view returns (string)
Space Walkers Collection
owner() view returns (address)
0x284559e2d9afbf8d2d3c3c6e48f5ff6a5e17052f
priceInWei() view returns (uint256)
80000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
Space Walkers
totalSupply() view returns (uint256)
480
whitelistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
addressToMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address operator) view returns (bool)
isOwnerOf(address account, uint256[] _tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
burn(uint256 tokenId)
flipProxyState(address proxyAddress)
publicMint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMerkleRoot(bytes32 _whitelistMerkleRoot)
setProxyRegistryAddress(address _proxyRegistryAddress)
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 count, uint256 startTime, uint256 endTime, uint256 allowance, bytes32[] proof) payable
withdraw()
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)
constructor(string _baseURI, bytes32 _whitelistMerkleRoot, address _proxyRegistryAddress, address _developer)
This contract contains no fallback and receive objects.
This contract contains no error objects.