AlphaDogs
Verified contract
Active on
Ethereum with 17,272 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe681…c0a7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#77699265545175553) | AD | ERC-721 | 1 | -- | -- |
(#77699205867176448) | AD | ERC-721 | 1 | -- | -- |
(#77698179540192256) | AD | ERC-721 | 1 | -- | -- |
(#77698093204638720) | AD | ERC-721 | 1 | -- | -- |
(#77697006424491010) | AD | ERC-721 | 1 | -- | -- |
(#77697006407713794) | AD | ERC-721 | 1 | -- | -- |
(#77695919797767168) | AD | ERC-721 | 1 | -- | -- |
(#77695906912863232) | AD | ERC-721 | 1 | -- | -- |
(#77693707858741760) | AD | ERC-721 | 1 | -- | -- |
(#77692608512197634) | AD | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20811249 | 2 months ago | | | 0 | 0.00067182018 | |
| 20492961 | 4 months ago | | | 0 | 0.00012813838 | |
| 20319904 | 4 months ago | | | 0 | 0.00040006443 | |
| 20159323 | 5 months ago | | | 0 | 0.00011202462 | |
| 20072142 | 6 months ago | | | 0 | 0.00018404905 | |
| 20033362 | 6 months ago | | | 0 | 0.00065048074 | |
| 19883917 | 6 months ago | | | 0 | 0.00021468500 | |
| 19883917 | 6 months ago | | | 0 | 0.00037793420 | |
| 19778795 | 7 months ago | | | 0 | 0.00070691830 | |
| 19693174 | 7 months ago | | | 0 | 0.00015533306 |
ABI
ABI objects
Getter at block 21283812
BREEDING_PRICE() view returns (uint256)
600000000000000000000
GENESIS_TOKEN_PER_DAY() view returns (uint256)
10000000000000000000
PUPPY_TOKEN_PER_DAY() view returns (uint256)
2500000000000000000
UPDATE_PRICE() view returns (uint256)
100000000000000000000
alphaToken() view returns (address)
0x09a8fb018326a4647488ccb340c211f510a466d3
attributes() view returns (address)
0xe681ae8707182c2464a5d35d7da0571a6dbcc0a7
genesisLeft() view returns (uint32)
0
genesisNonReservedSupply() view returns (uint32)
1254
genesisReservedSupply() view returns (uint32)
2146
genesisSupply() view returns (uint32)
3400
isSaleActive() view returns (bool)
true
isSupplyReserved() view returns (bool)
false
maxGenesis() view returns (uint32)
3400
maxPuppies() view returns (uint32)
6800
maxReserved() view returns (uint32)
2800
merkleRoot() view returns (bytes32)
0xf7e1834c49033499873f3d2f07bb694a1df120ee02569685aad60cf86424718c
name() view returns (string)
AlphaDogs
owner() view returns (address)
0xb332eec5f127dea35b767e890dd5860d28e05b07
puppySupply() view returns (uint32)
1232
puppyTokensLeft() view returns (uint32)
5568
symbol() view returns (string)
AD
totalSupply() view returns (uint32)
4632
Read-only
balanceOf(address) view returns (uint256)
didMint(address) view returns (bool)
getApproved(uint256) view returns (address)
getMetadata(uint256 id) view returns (struct IAlphaDogsCustomMetadata)
getStake(uint256) view returns (address owner, uint96 stakedAt)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address spender, uint256 id)
breed(uint256 mom, uint256 dad)
claim(uint256[] tokenIds)
mint()
premint(bytes32[] proof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setIsSaleActive(bool _isSaleActive)
setIsSupplyReserved(bool _isSupplyReserved)
setLore(uint256 id, string newLore)
setName(uint256 id, string newName)
stake(uint256[] tokenIds)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
unstake(uint256[] tokenIds)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Breeded(uint256 indexed child, uint256 mom, uint256 dad)
ClaimedTokens(uint256 indexed id, uint256 amount)
LoreChanged(uint256 indexed id, string lore)
NameChanged(uint256 indexed id, string name)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(uint256 indexed id)
Transfer(address indexed from, address indexed to, uint256 indexed id)
Unstaked(uint256 indexed id, uint256 amount)
constructor(uint32 _maxGenesis, uint32 _maxPuppies, uint32 _maxReserved, address _alphaToken, address _attributes, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
FusionWithPuppyForbidden()
FusionWithSameParentsForbidden()
InsufficientNonReservedTokensAvailable()
InsufficientReservedTokensAvailable()
InsufficientTokensAvailable()
InvalidAmount()
InvalidAmountToClaim()
InvalidChar()
InvalidInput()
InvalidMerkleProof()
InvalidNameLength()
InvalidSameValue()
InvalidSender()
InvalidTokenID()
InvalidTokenOwner()
NotActive()
NotChanged()
TokenLimitReached()