SpaceWalker
Verified contract
Active on
Ethereum with 1,208 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 "SpaceWalker"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20733553 | 2 months ago | | | 0 | 0.00013123800 | |
| 20197209 | 5 months ago | | | 0 | 0.000070409973 | |
| 20112108 | 5 months ago | | | 0 | 0.0010072821 | |
| 19753703 | 7 months ago | | | 0 | 0.00051821298 | |
| 19753703 | 7 months ago | | | 0 | 0.00051914510 | |
| 19579452 | 8 months ago | | | 0 | 0.0011338214 | |
| 19459379 | 8 months ago | | | 0 | 0.00093284578 | |
| 19445074 | 8 months ago | | | 0 | 0.0016270062 | |
| 19345007 | 9 months ago | | | 0 | 0.0023110855 | |
| 19244418 | 9 months ago | | | 0 | 0.0013784541 |
ABI
ABI objects
Getter at block 21266429
_baseTokenURI() view returns (string)
ipfs://QmVfzMQzWg9mbGFKY6ET5x9Z1G33nB39ZE3wbKyvgMR5L4/
_discountPrice() view returns (uint256)
50000000000000000
_maxSupply() view returns (uint256)
1111
_merkleRoot() view returns (bytes32)
0x79e9e5781cb844f02f30c57ef8273f5723eae79974ec6ef1c4b21bed48b31d84
_price() view returns (uint256)
60000000000000000
_saleIsActive() view returns (bool)
true
name() view returns (string)
SpaceWalker
owner() view returns (address)
0x44eb5cd3d39d83eac7b717e2e88b4bbb4a00f039
symbol() view returns (string)
SWJ
totalSupply() view returns (uint256)
1111
Read-only
_partnerContracts(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasPartnerToken(address from) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address from, bytes32[] merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events addPartnerContract(address partnerContract)
approve(address to, uint256 tokenId)
mint(uint256 mintCount) payable
ownerMint(uint256 mintCount, address recipient)
partnerMint(uint256 mintCount) payable
projectTokensMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleStart()
saleStop()
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDiscountPrice(uint256 discountPrice)
setMerkleRoot(bytes32 merkleRoot)
setPrice(uint256 price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 mintCount, bytes32[] merkleProof) payable
withdrawAll()
withdrawFixed()
withdrawTeam()
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 merkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.