Cryptobots Game
Verified contract
Active on
Ethereum with 1,991 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 "Cryptobots Game"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20728889 | 2 months ago | | | 0 | 0.000068602947 | |
| 20728887 | 2 months ago | | | 0 | 0.000073299350 | |
| 20728884 | 2 months ago | | | 0 | 0.000063336871 | |
| 20728857 | 2 months ago | | | 0 | 0.000060229049 | |
| 20649547 | 2 months ago | | | 0 | 0.000055750445 | |
| 20579400 | 3 months ago | | | 0 | 0.00018937523 | |
| 20579394 | 3 months ago | | | 0 | 0.00022750533 | |
| 20579386 | 3 months ago | | | 0 | 0.00021145440 | |
| 20579381 | 3 months ago | | | 0 | 0.00022529425 | |
| 20579378 | 3 months ago | | | 0 | 0.00031575286 |
ABI
ABI objects
Getter at block 21158786
isPaused() view returns (bool)
false
metadata() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Cryptobots Game
owner() view returns (address)
0x49e520deb96ca5ae298fb8dc0ee30bb840cb755a
symbol() view returns (string)
CBG
tokenId() view returns (uint256)
10011
uri() view returns (string)
https://functions.cryptobots.me/raw-meta/
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
managers(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events _setMetadata(address _metadata) returns (bool)
_setPause(bool _isPaused) returns (bool)
_setURI(string _newURI) returns (bool)
_updateManagerList(address _manager, bool _status) returns (bool)
_withdrawERC20(address _token, address _recepient) returns (bool)
_withdrawERC721(address _token, address _recepient, uint256 _tokenId) returns (bool)
approve(address to, uint256 tokenId)
burn(uint256 _tokenId) returns (bool)
mint(address to) returns (uint256)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.