SpaceBudzNFT
Verified contract
Active on
Ethereum with 3,232 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 "SpaceBudzNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20807843 | 2 months ago | | | 0 | 0.00064429940 | |
| 20727674 | 2 months ago | | | 0 | 0.00014245983 | |
| 19220177 | 9 months ago | | | 0 | 0.0040169234 | |
| 18069230 | a year ago | | | 0 | 0.00051200240 | |
| 17968827 | a year ago | | | 0 | 0.00078729290 | |
| 17825320 | a year ago | | | 0 | 0.00063777899 | |
| 17529487 | a year ago | | | 0 | 0.0020851606 | |
| 17529486 | a year ago | | | 0 | 0.0020807434 | |
| 17529209 | a year ago | | | 0 | 0.0039855936 | |
| 17032029 | 2 years ago | | | 0 | 0.00070996093 |
ABI
ABI objects
Getter at block 21168864
contractURI() pure returns (string)
https://www.ethspacebudz.io/api/contract_metadata
maxTokenAmount() view returns (uint256)
10000
name() view returns (string)
SpaceBudzNFT
owner() view returns (address)
0xd18937f7eae8634a209c8c8032b9eb39b0b521b4
saleStartTimestamp() view returns (uint256)
1633521600
sessionId() view returns (uint256)
6176
symbol() view returns (string)
SBUDZ
Read-only
balanceOf(address owner) view returns (uint256)
canMintFree(address account) view returns (bool)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 amount) payable
buy_five(uint256 amount) payable
buy_ten(address receiver, uint256 amount) payable
buy_ten(uint256 amount) payable
mint_free()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.