CryptoFlowers
Verified contract
Active on
Ethereum with 33,702 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
0x65fc…b845
0xb7c1…2cb4
0xef3d…b40a
2 additional
variables
Balances ($49.20)
Native
Value
$49.2
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01592 | $3,090.52 |
$49.2 | |
FOR | ERC-20 | 1 | $0.002412 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
FST | ERC-20 | 5 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
SET | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884641 | a month ago | | | 0 | 0.00011068565 | |
| 20884640 | a month ago | | | 0 | 0.000094750322 | |
| 20600300 | 3 months ago | | | 0 | 0.000072351864 | |
| 20600299 | 3 months ago | | | 0 | 0.000067243941 | |
| 20450287 | 3 months ago | | | 0 | 0.00013320960 | |
| 20417529 | 4 months ago | | | 0 | 0.00012521060 | |
| 20390171 | 4 months ago | | | 0 | 0.00011552630 | |
| 20193681 | 5 months ago | | | 0 | 0.000043312286 | |
| 20193680 | 5 months ago | | | 0 | 0.000066093207 | |
| 20153527 | 5 months ago | | | 0 | 0.00027069280 |
ABI
ABI objects
Getter at block 21208289
ERC721_RECEIVED() view returns (bytes4)
0x150b7a02
GEN0_AUCTION_DURATION() view returns (uint256)
86400
GEN0_STARTING_PRICE() view returns (uint256)
10000000000000000
InterfaceSignature_ERC721Optional() view returns (bytes4)
0xb0aa7187
adminAddress() view returns (address)
0xeee5443ecf75dcc7a06cf7d234c8383c761f7555
autoBirthFee() view returns (uint256)
2000000000000000
breedingAuction() view returns (address)
0xb7c19314bed49bc9bdca1a97fc89a780f46f2cb4
gen0CreatedCount() view returns (uint256)
19268
gen0SellerAddress() view returns (address)
0xe99eaebd9b3dc3ad01445a725d72f2615342ad4e
geneScience() view returns (address)
0xef3d50085bd99573828e4ed0038ea7d44d8bb40a
giftFee() view returns (uint256)
2000000000000000
giftHolderAddress() view returns (address)
0x6da1b6a47fa5e5c79a5067cd030f26c2629ebfc4
implementsERC721() pure returns (bool)
true
name() view returns (string)
CryptoFlowers
promoCreatedCount() view returns (uint256)
3122
rootAddress() view returns (address)
0xeee5443ecf75dcc7a06cf7d234c8383c761f7555
saleAuction() view returns (address)
0x65fcfb6870c744ec181e4f64a7f41a0cfd76b845
secondsPerBlock() view returns (uint256)
15
stopped() view returns (bool)
false
symbol() view returns (string)
CF
totalSupply() view returns (uint256)
24684
Read-only
balanceOf(address _owner) view returns (uint256)
canBreedWith(uint256 _matronId, uint256 _sireId) view returns (bool)
checkUnique(uint256 _genome) view returns (bool)
cooldowns(uint256) view returns (uint32)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getFlower(uint256 _id) view returns (bool isReady, uint256 cooldownIndex, uint256 nextActionAt, uint256 birthTime, uint256 matronId, uint256 sireId, uint256 generation, uint256 genes)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isOwnerOf(address _owner, uint256 _tokenId) view returns (bool)
isReadyToAction(uint256 _flowerId) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
supportsInterface(bytes4 _interfaceID) pure 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)
bidOnBreedingAuction(uint256 _sireId, uint256 _matronId) payable
breedOwn(uint256 _matronId, uint256 _sireId) payable
createBreedingAuction(uint256 _flowerId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
createGen0Auction(uint256 _genes, uint64 _auctionStartAt)
createPromoFlower(uint256 _genes, address _owner)
createSaleAuction(uint256 _flowerId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
makeGift(uint256 _flowerId) payable
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
sendGift(uint256 _flowerId, address _to) payable
setAdmin(address _newAdmin)
setApprovalForAll(address _to, bool _approved)
setAutoBirthFee(uint256 val)
setBreedingAuctionAddress(address _address)
setGen0SellerAddress(address _newAddress)
setGenomeContractAddress(address _address)
setGiftFee(uint256 _fee)
setGiftHolderAddress(address _newAddress)
setRoot(address _newRoot)
setSaleAuctionAddress(address _address)
setSecondsPerBlock(uint256 secs)
setStart()
setStop()
transferFrom(address _from, address _to, uint256 _tokenId)
unstop()
withdrawAuctionBalances()
withdrawBalance()
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Birth(address owner, uint256 flowerId, uint256 matronId, uint256 sireId, uint256 genes)
ContractUpgrade(address newContract)
Money(address from, string actionType, uint256 sum, uint256 cut, uint256 tokenId, uint256 blockNumber)
Transfer(address from, address to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.