Cryptobots Companions
Verified contract
Active on
Ethereum with 646 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 Companions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20579477 | 3 months ago | | | 0 | 0.00031679186 | |
| 20579098 | 3 months ago | | | 0 | 0.00020028857 | |
| 19793364 | 6 months ago | | | 0 | 0.00022598421 | |
| 18814083 | a year ago | | | 0 | 0.0035432002 | |
| 18529073 | a year ago | | | 0 | 0.0022018760 | |
| 18212707 | a year ago | | | 0 | 0.00075280077 | |
| 17820336 | a year ago | | | 0 | 0.0010129544 | |
| 17543920 | a year ago | | | 0 | 0.00080451556 | |
| 17522858 | a year ago | | | 0 | 0.0011059925 | |
| 17432558 | a year ago | | | 0 | 0.00096222610 |
ABI
ABI objects
Getter at block 21171994
maxTokens() view returns (uint256)
10000
name() view returns (string)
Cryptobots Companions
owner() view returns (address)
0x77e42674e1cc459dd116bcab3d3be01409481f9d
saleIsActive() view returns (bool)
true
symbol() view returns (string)
CBCT
tokenReserve() view returns (uint256)
1000
totalSupply() view returns (uint256)
1080
Read-only
approvedAddresses(address) view returns (uint8)
approvedTokensOf(address _owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedTokens(address) view returns (uint8)
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 approve(address to, uint256 tokenId)
approveAddress(address _addr, uint8 _amount)
approveAddresses(address[] _addrs, uint8[] _amounts)
flipPublicSaleState()
flipSaleState()
mintNft(uint8 numberOfTokens)
renounceOwnership()
reserve(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
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(uint256 _maxTokens, uint256 _tokenReserve, string _tokenURI, string _name, string _tokenName)
This contract contains no fallback and receive objects.
This contract contains no error objects.