SpacePirateBottles
Verified contract
Active on
Ethereum with 1,928 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0xf6e2…d528
Balances ($0.00)
No balances found for "SpacePirateBottles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21424439 | 3 days ago | | | 0 | 0.00050063282 | |
| 20053130 | 6 months ago | | | 0 | 0.00011301144 | |
| 19864167 | 7 months ago | | | 0 | 0.00015247249 | |
| 19856855 | 7 months ago | | | 0 | 0.00013867552 | |
| 19254324 | 10 months ago | | | 0 | 0.00090254138 | |
| 18598698 | a year ago | | | 0 | 0.00043335039 | |
| 18598533 | a year ago | | | 0 | 0.00042553942 | |
| 18499361 | a year ago | | | 0 | 0.00043467417 | |
| 17972492 | a year ago | | | 0 | 0.0012156825 | |
| 17964470 | a year ago | | | 0 | 0.0017276480 |
ABI
ABI objects
Getter at block 21444432
MAX_BOTTLES() view returns (uint256)
6000
MAX_CROSS_DROP() view returns (uint256)
2000
baseURI() view returns (string)
https://raw.githubusercontent.com/apesofspace/spb_metadata_as_mint_progress/master/
bottlesPrice() view returns (uint256)
25000000000000000
crossDropIsActive() view returns (bool)
false
crossDropSupply() view returns (uint256)
876
maxBottlesPurchase() view returns (uint256)
30
name() view returns (string)
SpacePirateBottles
owner() view returns (address)
0x4eb8f99f1f912642eafac5e1dfaf2b72c0012462
saleIsActive() view returns (bool)
false
symbol() view returns (string)
SPB
totalSupply() view returns (uint256)
1815
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 airdropBottles(uint256 numBottles, address recipient)
airdropBottlesToMany(address[] recipients)
approve(address to, uint256 tokenId)
changeBottlesPrice(uint256 newBottlesPrice)
claimCrossDrop()
flipCrossDropState()
flipSaleState()
mintBottles(uint256 numberOfTokens) payable
renounceOwnership()
reserveBottles(uint256 reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
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(address dependentContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.