BlockchainCuties
Verified contract
Active on
Ethereum with 102 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 "BlockchainCuties"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18735728 | a year ago | | | 0 | 0.0028443807 | |
| 17694629 | a year ago | | | 0 | 0.00060546673 | |
| 17683270 | a year ago | | | 0 | 0.00094322560 | |
| 16621722 | 2 years ago | | | 0 | 0.0013687003 | |
| 16621720 | 2 years ago | | | 0 | 0.0015670512 | |
| 16606904 | 2 years ago | | | 0 | 0.00075222682 | |
| 16606856 | 2 years ago | | | 0 | 0.00082957187 | |
| 16550153 | 2 years ago | | | 0 | 0.0011780545 | |
| 16550148 | 2 years ago | | | 0 | 0.0011552572 | |
| 16550133 | 2 years ago | | | 0 | 0.0019100886 |
ABI
ABI objects
Getter at block 21380476
gameAddress() view returns (address)
0xb94a8ed00f136fb6ef460c21cf010fbcb69eae49
getOwner() view returns (address)
0x00eb6d65e9ca31ab3ece56c2ea3fc4c3bf634d2c
getPendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
metadataUrlPrefix() view returns (string)
https://blockchaincuties.com/rest/meta/
metadataUrlSuffix() view returns (string)
.json
name() pure returns (string)
BlockchainCuties
paused() view returns (bool)
false
symbol() pure returns (string)
CUTIE
totalSupply() view returns (uint256)
125367
Read-only
addressToApprovedAll(address, address) view returns (bool)
balanceOf(address _owner) view returns (uint256)
cutieIndexToApproved(uint40) view returns (address)
cutieIndexToOwner(uint40) view returns (address)
cuties(uint40) 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)
getCooldownIndex(uint40 _id) view returns (uint16)
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)
getGenes(uint40 _id) view returns (uint256)
getOptional(uint40 _id) view returns (uint64)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isOperator(address _addr) view returns (bool)
ownerOf(uint256 _cutieId) view returns (address owner)
ownerOfCutie(uint256 _cutieId) view returns (address)
supportsInterface(bytes4 interfaceID) pure returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256 cutieId)
tokenURI(uint256 _tokenId) view returns (string infoUrl)
State-modifying
Events approve(address _to, uint256 _cutieId)
approveAndCall(address _spender, uint256 _tokenId, bytes data) returns (bool)
approveERC721(address _tokenContract)
claimOwnership()
createCutie(address _owner, uint40 _momId, uint40 _dadId, uint16 _generation, uint16 _cooldownIndex, uint256 _genes, uint40 _birthTime) returns (uint40)
delegatedApprove(address _from, address _to, uint40 _cutieId)
pause()
removeOperator(address _operator)
restoreCutie(address owner, uint40 id, uint256 _genes, uint40 _momId, uint40 _dadId, uint16 _generation, uint40 _cooldownEndTime, uint16 _cooldownIndex, uint40 _birthTime)
restoreCutieToAddress(uint40 _cutieId, address _recipient)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes data)
setApprovalForAll(address _operator, bool _approved)
setCooldownEndTime(uint40 _id, uint40 _cooldownEndTime)
setCooldownIndex(uint40 _id, uint16 _cooldownIndex)
setGame(address _gameAddress)
setGeneration(uint40 _id, uint16 _generation)
setGenes(uint40 _id, uint256 _genes)
setMetadataUrl(string _metadataUrlPrefix, string _metadataUrlSuffix)
setOperator(address _newOperator)
setOptional(uint40 _id, uint64 _optional)
setOwner(address _newOwner)
setup(uint256 _total)
transfer(address _to, uint256 _cutieId)
transferBulk(address[] to, uint256[] tokens)
transferFrom(address _from, address _to, uint256 _tokenId)
transferMany(address to, uint256[] tokens)
unpause()
withdraw(address _receiver)
withdrawERC20(address _tokenContract)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
Unpause()
constructor()
fallback()
This contract contains no error objects.