Robopets
Verified contract
Active on
Ethereum with 11,784 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0996…2747
Balances ($0.00)
No balances found for "Robopets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21023281 | 21 days ago | | | 0 | 0.00026879615 | |
| 21008009 | 23 days ago | | | 0 | 0.00061760528 | |
| 20944656 | a month ago | | | 0 | 0.00053899124 | |
| 20676337 | 2 months ago | | | 0 | 0.000082425810 | |
| 20648920 | 2 months ago | | | 0 | 0.000033725182 | |
| 20632975 | 2 months ago | | | 0 | 0.000041813152 | |
| 20365500 | 4 months ago | | | 0 | 0.00011492421 | |
| 20319943 | 4 months ago | | | 0 | 0.00039407944 | |
| 20241969 | 4 months ago | | | 0 | 0.00028873100 | |
| 20164873 | 5 months ago | | | 0 | 0.000085779747 |
ABI
ABI objects
Getter at block 21172118
MAX_ROBOPET_ADOPTION() view returns (uint256)
50
MAX_SUPPLY() view returns (uint256)
9999
name() view returns (string)
Robopets
owner() view returns (address)
0xc8e0fae8c053f5c6dca7e839a83fbbe9e47cdb97
symbol() view returns (string)
ROBOPET
totalSupply() view returns (uint256)
8017
workshopIsOpen() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAdopted(uint256 tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events adoptRobopet(uint256 robotosTokenId)
adoptRobopets(uint256[] robotoIds)
approve(address to, uint256 tokenId)
flipSaleState()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setDependentContract(address dependentContractAddress)
setMaxPerTransaction(uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdoptedPet(address adopter, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleStateChanged(bool status)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address dependentContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.