CyberBabies
Verified contract
Active on
Ethereum with 2,465 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 "CyberBabies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101579 | 22 days ago | | | 0 | 0.00026362265 | |
| 21008592 | a month ago | | | 0 | 0.00095088140 | |
| 20666717 | 3 months ago | | | 0 | 0.000053382014 | |
| 20618136 | 3 months ago | | | 0 | 0.000039369019 | |
| 20606782 | 3 months ago | | | 0 | 0.000045365018 | |
| 20606344 | 3 months ago | | | 0 | 0.000045758256 | |
| 20296823 | 4 months ago | | | 0 | 0.00012532861 | |
| 20067550 | 5 months ago | | | 0 | 0.00033123072 | |
| 19835763 | 6 months ago | | | 0 | 0.00016559802 | |
| 19441025 | 8 months ago | | | 0 | 0.0019795313 |
ABI
ABI objects
Getter at block 21257937
baseUri() view returns (string)
https://cyberbabies.io/api/token/
contractURI() view returns (string)
https://cyberbabies.io/api/contract
dev() view returns (address)
0x41c8fe8a8e7a6a695890449bc7b153b067fb0986
maxMintCountPerTxn() view returns (uint256)
20
maxSupply() view returns (uint256)
500
metadataProvenanceHash() view returns (string)
mintPrice() view returns (uint256)
250000000000000000
name() view returns (string)
Cyber Babies
owner() view returns (address)
0x8154ad71d7f398505598ceed3cd2f1f46b95e2b1
saleIsActive() view returns (bool)
true
symbol() view returns (string)
CYBB
totalSupply() view returns (uint256)
500
Read-only
amISpecial(uint256 tokenId) view returns (bool)
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)
whichBabyIsMine(address parent) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
makeBabies(uint256 familySize) payable
renounceOwnership()
reserveBaby(address receiverAddress)
reserveBaby(address receiverAddress, uint256 reservedAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setContractURI(string _URI)
setManager(address manager)
setMaxMintCountPerTxn(uint256 newMaxMintCount)
setMintPrice(uint256 newPrice)
setProvenanceHash(string _hash)
setSpecialBabies(uint256[] specialBabies, bool specialStatus)
setSpecialBaby(uint256 specialBabyToken, bool specialStatus)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
uploadBabiesAttributes(bytes s)
uploadBabiesImage(bytes s)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ItsYourBirthday(uint256 tokenId, address minter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SpecialStatusChanged(uint256 tokenId, bool specialStatus)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
This contract contains no error objects.