Squad Bot Chickens
Verified contract
Active on
Ethereum with 218 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 "Squad Bot Chickens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17618195 | a year ago | | | 0 | 0.00067917831 | |
| 15513219 | 2 years ago | | | 0 | 0.00035905181 | |
| 15268212 | 2 years ago | | | 0 | 0.00032577308 | |
| 15256830 | 2 years ago | | | 0 | 0.00047822809 | |
| 15249639 | 2 years ago | | | 0 | 0.00023255472 | |
| 15248528 | 2 years ago | | | 0 | 0.00031232094 | |
| 15248456 | 2 years ago | | | 0 | 0.00036845182 | |
| 15248435 | 2 years ago | | | 0 | 0.00030665107 | |
| 15248429 | 2 years ago | | | 0 | 0.00019804905 | |
| 15248428 | 2 years ago | | | 0 | 0.00017946290 |
ABI
ABI objects
Getter at block 21206996
FREE_MINTS_PER_TX() view returns (uint256)
1
MAX_MINTS_PER_TX() view returns (uint256)
2
PUBLIC_SALE_PRICE() view returns (uint256)
2000000000000000
TOTAL_FREE_MINTS() view returns (uint256)
200
baseTokenURI() view returns (string)
ipfs://QmZwLj3M15gtSGfhU341ATCLdv6Xnt3q3tsd9Lx124Qduy
isPublicSaleActive() view returns (bool)
true
name() view returns (string)
Squad Bot Chickens
owner() view returns (address)
0x6d55144db8447033881522d9a05ecdd8839e3a5e
symbol() view returns (string)
Squad Bot Chickens
totalSupply() view returns (uint256)
200
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity, address user)
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()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()