CryptoBuds
Verified contract
Active on
Ethereum with 897 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
Balances ($0.00)
No balances found for "CryptoBuds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20377840 | 4 months ago | | | 0 | 0.00072558588 | |
| 19807846 | 6 months ago | | | 0 | 0.00057705689 | |
| 19220690 | 9 months ago | | | 0 | 0.0016122563 | |
| 18754514 | a year ago | | | 0 | 0.00058270416 | |
| 18293039 | a year ago | | | 0 | 0.00039545466 | |
| 18211484 | a year ago | | | 0 | 0.00021394786 | |
| 17023238 | 2 years ago | | | 0 | 0.00090874879 | |
| 17023237 | 2 years ago | | | 0 | 0.00092597571 | |
| 17023237 | 2 years ago | | | 0 | 0.00092429113 | |
| 16910250 | 2 years ago | | | 0 | 0.00081229982 |
ABI
ABI objects
Getter at block 21203351
Cryptobuds_PROVENANCE() view returns (string)
3109bd92478cf7f73814afa2e73246623a36541fff04be2f0f50ed1c98da2d19
MAX_NFT_SUPPLY() view returns (uint256)
10000
REVEAL_TIMESTAMP() view returns (uint256)
1617757200
SALE_START_TIMESTAMP() view returns (uint256)
1615942800
baseTokenURI() view returns (string)
https://thecryptobuds.com/api/tokens/
getNFTPrice() view returns (uint256)
50000000000000000
name() view returns (string)
CryptoBuds
owner() view returns (address)
0x3d516ff4be9b067910ba35a26ce5b38eb3ddfeb0
startingIndex() view returns (uint256)
7444
startingIndexBlock() view returns (uint256)
12189628
symbol() view returns (string)
CBUDS
totalSupply() view returns (uint256)
2040
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMintedBeforeReveal(uint256 index) 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)
finalizeStartingIndex()
mintNFT(uint256 numberOfNfts) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setTokenUri(string newUri)
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)
NameChange(uint256 indexed maskIndex, string newName)
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.