SpaceShibas
Verified contract
Active on
Ethereum with 2,940 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$25,007.49
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 6.45 | $3,877.13 |
$25,007.49 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21404905 | 19 hours ago | | | 0 | 0.00036172038 | |
| 20896040 | 2 months ago | | | 0 | 0.00010010634 | |
| 20708847 | 3 months ago | | | 0 | 0.00013865318 | |
| 20651166 | 3 months ago | | | 0 | 0.000053656542 | |
| 20650943 | 3 months ago | | | 0 | 0.000062272000 | |
| 20650941 | 3 months ago | | | 0 | 0.000061979859 | |
| 20599181 | 4 months ago | | | 0 | 0.000070544058 | |
| 20599068 | 4 months ago | | | 0 | 0.00010222923 | |
| 20569040 | 4 months ago | | | 0 | 0.000036915411 | |
| 20412246 | 5 months ago | | | 0 | 0.00030547790 |
ABI
ABI objects
Getter at block 21410542
MAX_SUPPLY() view returns (uint256)
10000
baseURI() view returns (string)
ipfs://QmV7gxLcZ537FtXWhbbwGReJsHi2AqPBzpQUVFkmDSpWxb/
counter() view returns (uint256)
5171
name() view returns (string)
SpaceShibas
owner() view returns (address)
0x73a8aeb6277bd8a5d22d96d2b20638f946bb36cc
price() view returns (uint256)
50000000000000000
saleEnabled() view returns (bool)
true
shibasMinted() view returns (uint256)
5270
symbol() view returns (string)
SHIBAS
totalSupply() view returns (uint256)
5270
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)
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)
buy(uint256 amountToBuy) payable
mintBunch(uint256[] toMint)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCounter(uint256 to)
setPrice(uint256 to)
setSaleEnabled(bool to)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ShibasBought(address buyer, uint256 shibasBought, uint256[10] shibaIndexes)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.