Space Pals
Verified contract
Active on
Ethereum with 4,557 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 Pals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20964685 | a month ago | | | 0 | 0.00092189445 | |
| 20893804 | a month ago | | | 0 | 0.00032898773 | |
| 20584367 | 3 months ago | | | 0 | 0.000065540442 | |
| 20584359 | 3 months ago | | | 0 | 0.00010331307 | |
| 20491003 | 3 months ago | | | 0 | 0.000062881266 | |
| 20482120 | 3 months ago | | | 0 | 0.000095102621 | |
| 20321744 | 4 months ago | | | 0 | 0.00049068641 | |
| 20317522 | 4 months ago | | | 0 | 0.00017753933 | |
| 20317499 | 4 months ago | | | 0 | 0.00018795749 | |
| 20286235 | 4 months ago | | | 0 | 0.00017995426 |
ABI
ABI objects
Getter at block 21168835
MAX_BATCH_SIZE() view returns (uint256)
5
MAX_PALS() view returns (uint256)
10000
MAX_PALS_PURCHASE() view returns (uint256)
2
PRICE() view returns (uint256)
100000000000000000
isPresaleLive() view returns (bool)
false
isPublicLive() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x997babb2b310fa14ff5de262af39ca1e2d3491993e2d21e1f5e6ac16ff8f96ca
name() view returns (string)
Space Pals
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x224072a1c92969770c5fbd9864900bc21eaa9c67
symbol() view returns (string)
PALS
totalSupply() view returns (uint256)
3104
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleAddressMintCount(address) view returns (uint256)
publicAddressMintCount(address) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
flipPresaleState()
flipPublicState()
mint(uint256 amount) payable
mintPresale(bytes32[] proof, uint256 amount) payable
renounceOwnership()
reservePALS(uint256 amount)
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 root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.