BlockchainCuties
Verified contract
Active on
Ethereum with 226 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0988…876c
-
variable spans 1 additional slot
0x722b…392d
6 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,349.26 |
$0 | |
BC | ERC-721 | 1 | -- | -- | |
BC | ERC-721 | 1 | -- | -- | |
BC | ERC-721 | 1 | -- | -- | |
BC | ERC-721 | 1 | -- | -- | |
BC | ERC-721 | 1 | -- | -- | |
BC | ERC-721 | 1 | -- | -- | |
BC | ERC-721 | 1 | -- | -- | |
BC | ERC-721 | 1 | -- | -- | |
BC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5505303 | 7 years ago | | | 0 | 0.00015405500 | |
| 5505110 | 7 years ago | | | 0 | 0.00035430000 | |
| 5505083 | 7 years ago | | | 0 | 0.00038092800 | |
| 5505079 | 7 years ago | | | 0 | 0.00078528000 | |
| 5505068 | 7 years ago | | | 0 | 0.00036750000 | |
| 5505060 | 7 years ago | | | 0 | 0.00016928400 | |
| 5504891 | 7 years ago | | | 0 | 0.00044047600 | |
| 5504248 | 7 years ago | | | 0 | 0.00066055500 | |
| 5504101 | 7 years ago | | | 0 | 0.00022981500 | |
| 5503989 | 7 years ago | | | 0 | 0.00044053200 |
ABI
ABI objects
Getter at block 21169882
breedingMarket() view returns (address)
0x09885361b44d31d57d59f5acfad97ba34d35876c
gen0CutieCreatedCount() view returns (uint40)
71
gen0Limit() view returns (uint40)
50000
isCutieCore() pure returns (bool)
true
metadataUrlPrefix() view returns (string)
https://blockchaincuties.co/cutie/
metadataUrlSuffix() view returns (string)
.svg
minSignId() view returns (uint40)
0
name() pure returns (string _name)
BlockchainCuties
paused() view returns (bool)
true
promoCutieCreatedCount() view returns (uint40)
21
promoLimit() view returns (uint40)
5000
saleMarket() view returns (address)
0x0c5ce6367951cf2e617845de0f6492f9ea67da46
symbol() pure returns (string _symbol)
BC
totalSupply() view returns (uint256)
158
upgradedContractAddress() view returns (address)
0xd73be539d6b2076bab83ca6ba62dfe189abc6bbe
Read-only
addressToApprovedAll(address) view returns (address)
balanceOf(address _owner) view returns (uint256 count)
canBreed(uint40 _cutieId) view returns (bool)
canBreedWith(uint40 _momId, uint40 _dadId) view returns (bool)
cooldowns(uint256) view returns (uint32)
cutieIndexToApproved(uint40) view returns (address)
cutieIndexToOwner(uint40) view returns (address)
cuties(uint256) view returns (uint256 genes, uint40 birthTime, uint40 cooldownEndTime, uint40 momId, uint40 dadId, uint16 cooldownIndex, uint16 generation, uint64 optional)
getApproved(uint256 _tokenId) view returns (address)
getCooldownEndTime(uint40 _id) view returns (uint40 cooldownEndTime)
getCooldownIndex(uint40 _id) view returns (uint16 cooldownIndex)
getCutie(uint40 _id) view returns (uint256 genes, uint40 birthTime, uint40 cooldownEndTime, uint40 momId, uint40 dadId, uint16 cooldownIndex, uint16 generation)
getGeneration(uint40 _id) view returns (uint16 generation)
getGenes(uint40 _id) view returns (uint256 genes)
getOptional(uint40 _id) view returns (uint64 optional)
getSigner(address _pluginAddress, uint40 _signId, uint40 _cutieId, uint128 _value, uint256 _parameter, uint8 _v, bytes32 _r, bytes32 _s) pure returns (address)
hashArguments(address _pluginAddress, uint40 _signId, uint40 _cutieId, uint128 _value, uint256 _parameter) pure returns (bytes32 msgHash)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isValidSignature(address _pluginAddress, uint40 _signId, uint40 _cutieId, uint128 _value, uint256 _parameter, uint8 _v, bytes32 _r, bytes32 _s) view returns (bool)
ownerOf(uint256 _cutieId) view returns (address owner)
plugins(address) view returns (address)
pluginsArray(uint256) view returns (address)
sireAllowedToAddress(uint40) view returns (address)
supportsInterface(bytes4 interfaceID) pure returns (bool)
tokenByIndex(uint256 _index) pure returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256 cutieId)
tokenURI(uint256 _tokenId) view returns (string infoUrl)
usedSignes(uint40) view returns (address)
State-modifying
Events addPlugin(address _address)
approve(address _to, uint256 _cutieId)
approveBreeding(address _addr, uint40 _dadId)
bidOnBreedingAuction(uint40 _dadId, uint40 _momId) payable returns (uint256)
bidOnBreedingAuctionTutorial(uint40 _dadId) payable returns (uint256)
breedWith(uint40 _momId, uint40 _dadId) returns (uint40)
changeCooldownEndTime(uint40 _cutieId, uint40 _cooldownEndTime)
changeCooldownIndex(uint40 _cutieId, uint16 _cooldownIndex)
changeGeneration(uint40 _cutieId, uint16 _generation)
changeGenes(uint40 _cutieId, uint256 _genes)
changeOptional(uint40 _cutieId, uint64 _optional)
createBreedingAuction(uint40 _cutieId, uint128 _startPrice, uint128 _endPrice, uint40 _duration) payable
createGen0Auction(uint256 _genes, uint128 startPrice, uint128 endPrice, uint40 duration)
createPromoCutie(uint256 _genes, address _owner)
createSaleAuction(uint40 _cutieId, uint128 _startPrice, uint128 _endPrice, uint40 _duration) payable
pause()
removePlugin(address _address)
restoreCutieToAddress(uint40 _cutieId, address _recipient)
runPlugin(address _pluginAddress, uint40 _cutieId, uint256 _parameter) payable
runPluginSigned(address _pluginAddress, uint40 _signId, uint40 _cutieId, uint128 _value, uint256 _parameter, uint8 _v, bytes32 _r, bytes32 _s) payable
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes data)
setApprovalForAll(address _operator, bool _approved)
setCooldown(uint16 index, uint32 newCooldown)
setGeneMixerAddress(address _address)
setMarketAddress(address _breedingAddress, address _saleAddress)
setMetadataUrl(string _metadataUrlPrefix, string _metadataUrlSuffix)
setMinSign(uint40 _newMinSignId)
setOperator(address _newOperator)
setOwner(address _newOwner)
setParties(address _party1, address _party2, address _party3, address _party4, address _party5)
setUpgradedAddress(address _newAddress)
transfer(address _to, uint256 _cutieId)
transferFrom(address _from, address _to, uint256 _tokenId)
unpause()
withdrawBalances()
withdrawEthFromBalance()
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Birth(address indexed owner, uint40 cutieId, uint40 momId, uint40 dadId, uint256 genes)
BreedingApproval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ContractUpgrade(address newContract)
CooldownEndTimeChanged(uint40 indexed cutieId, uint40 oldValue, uint40 newValue)
CooldownIndexChanged(uint40 indexed cutieId, uint16 ololdValue, uint16 newValue)
GenerationChanged(uint40 indexed cutieId, uint16 oldValue, uint16 newValue)
GenesChanged(uint40 indexed cutieId, uint256 oldValue, uint256 newValue)
MinSignSet(uint40 signId)
OptionalChanged(uint40 indexed cutieId, uint64 oldValue, uint64 newValue)
SignUsed(uint40 signId, address sender)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
constructor()
fallback()
This contract contains no error objects.