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 "Cybots"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17964691 | a year ago | | | 0 | 0.0012944532 | |
| 16647695 | 2 years ago | | | 0 | 0.0010681159 | |
| 16568564 | 2 years ago | | | 0 | 0.00079577236 | |
| 16543510 | 2 years ago | | | 0 | 0.0017261426 | |
| 16497211 | 2 years ago | | | 0 | 0.00064256264 | |
| 16494119 | 2 years ago | | | 0 | 0.0014846965 | |
| 16492900 | 2 years ago | | | 0 | 0.0014610880 | |
| 16487829 | 2 years ago | | | 0 | 0.00075901115 | |
| 16487804 | 2 years ago | | | 0 | 0.00076780863 | |
| 16486596 | 2 years ago | | | 0 | 0.0015412970 |
ABI
ABI objects
Getter at block 21180834
isMintEnabled() view returns (bool)
false
maxPerTx() view returns (uint256)
5
maxPerWallet() view returns (uint256)
5
maxSupply() view returns (uint256)
5000
name() view returns (string)
Cybots
owner() view returns (address)
0x826c88e558bd8a07290d1b3d19b6c3831f1b30a9
symbol() view returns (string)
CB
totalSupply() view returns (uint256)
5000
withdrawWallet() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletMints(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
ownerBatchMint(uint256 _quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenUri(string _baseTokenUri)
setIsMintEnabled(bool _isMintEnabled)
setMaxPerTx(uint256 _maxPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()