EtherDogs
Verified contract
Active on
Ethereum with 1,225 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
0x23b3…ca8c
0x75db…1c2c
0x77ee…0cbd
Balances ($0.00)
No balances found for "EtherDogs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8157059 | 5 years ago | | | 0 | 0.00069293000 | |
| 7073592 | 6 years ago | | | 0 | 0.0013598700 | |
| 7073587 | 6 years ago | | | 0 | 0.0013598700 | |
| 7073585 | 6 years ago | | | 0 | 0.0013598700 | |
| 7073583 | 6 years ago | | | 0 | 0.0013598700 | |
| 7073580 | 6 years ago | | | 0 | 0.0013598700 | |
| 7073578 | 6 years ago | | | 0 | 0.0013598700 | |
| 7073573 | 6 years ago | | | 0 | 0.0013598700 | |
| 7073571 | 6 years ago | | | 0 | 0.0013569600 | |
| 7073567 | 6 years ago | | | 0 | 0.0013592300 |
ABI
ABI objects
Getter at block 21192109
DEFAULT_CREATION_LIMIT() view returns (uint256)
50000
autoBirthFee() view returns (uint256)
2000000000000000
ceoAddress() view returns (address)
0xc607c8bcf92c7558c013c0c7b4e1cd111367a485
cfoAddress() view returns (address)
0x0000000000000000000000000000000000000000
cooAddress() view returns (address)
0xc607c8bcf92c7558c013c0c7b4e1cd111367a485
defaultCreatedCount() view returns (uint256)
10725
erc721Metadata() view returns (address)
0x0000000000000000000000000000000000000000
geneScience() view returns (address)
0x77ee5b55f5256e67cc194b59470f4e3fa8f40cbd
name() view returns (string)
EtherDogs
newContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
pregnantEtherDogs() view returns (uint256)
0
saleAuction() view returns (address)
0x23b33ed7f7b7c3569e229f2920a27f692716ca8c
secondsPerBlock() view returns (uint256)
15
siringAuction() view returns (address)
0x75dbbf614eafd1d26405473577cef575ae221c2c
symbol() view returns (string)
EDOG
totalSupply() view returns (uint256)
10810
Read-only
EtherDogIndexToApproved(uint256) view returns (address)
EtherDogIndexToOwner(uint256) view returns (address)
balanceOf(address _owner) view returns (uint256 count)
canBreedWith(uint256 _matronId, uint256 _sireId) view returns (bool)
cooldowns(uint256) view returns (uint32)
getEtherDog(uint256 _id) view returns (bool isGestating, bool isReady, uint256 cooldownIndex, uint256 nextActionAt, uint256 siringWithId, uint256 birthTime, uint256 matronId, uint256 sireId, uint256 generation, uint256 genes)
isPregnant(uint256 _EtherDogId) view returns (bool)
isReadyToBreed(uint256 _EtherDogId) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address owner)
sireAllowedToAddress(uint256) view returns (address)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenMetadata(uint256 _tokenId, string _preferredTransport) view returns (string infoUrl)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
approveSiring(address _addr, uint256 _sireId)
bidOnSiringAuction(uint256 _sireId, uint256 _matronId) payable
breedWithAuto(uint256 _matronId, uint256 _sireId) payable
createDefaultEtherDog(uint256 _matronId, uint256 _sireId, uint256 _genes, address _owner, uint256 _time, uint256 _cooldownIndex)
createDefaultGen0EtherDog(uint256 _genes, address _owner, uint256 _time, uint256 _cooldownIndex)
createSaleAuction(uint256 _EtherDogId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
createSiringAuction(uint256 _EtherDogId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
giveBirth(uint256 _matronId) returns (uint256)
pause()
setAutoBirthFee(uint256 val)
setCEO(address _newCEO)
setCFO(address _newCFO)
setCOO(address _newCOO)
setGeneScienceAddress(address _address)
setMetadataAddress(address _contractAddress)
setNewAddress(address _v2Address)
setSaleAuctionAddress(address _address)
setSecondsPerBlock(uint256 secs)
setSiringAuctionAddress(address _address)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
unpause()
withdrawAuctionBalances()
withdrawBalance()
Approval(address owner, address approved, uint256 tokenId)
Birth(address owner, uint256 EtherDogId, uint256 matronId, uint256 sireId, uint256 genes, uint256 generation)
ContractUpgrade(address newContract)
Pregnant(address owner, uint256 matronId, uint256 sireId, uint256 matronCooldownEndBlock, uint256 sireCooldownEndBlock)
Transfer(address from, address to, uint256 tokenId)
constructor()
fallback()
This contract contains no error objects.