Pxlbots

Verified contract

Active on Ethereum with 688 txns
Deployed by via 0xaea2eaed at 15640214
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables

No balances found for "Pxlbots"

0xa89b783fd8719efae7f0befb7de067ef5c4f6ae6a864998c226e865b93dd9c6c
0x0f71768931787d92f988792d1dc9872562acc89cb1f432510331cef5f103cd8a
0x14e3fd6e7dc7db0767c2588a33bd631ba8b304833ffe0b70a8c79320d5b8ef1e
0x9ce6b6ada1b33eb1365462becb43f3a12b47b185aae60e626d90447f783fe692
0xf0aa272073950cca52a961c18247096efa3edd86a7aeb7096ca57c84b5a4c7d7
0xa6fec548f6d2b59d7d8241ec095b1162f52407910f6c08f341c86a0548ad68cf
0xffff6027b85a033d0abbf2d4e002d3a660d35af657a04ee986bdfa44f222d18f
0xa3f96626e55253f21dc07fb49c59d759f05d733a637373f021d82a0b55112a5e
0xe569d5c1dcbb593247003992cc10eaedc8dc67bf2002c85554117fa145fff13b
0x0d4383943257cabc9257d89d4968ffaedeb5b61d02cd5a388d7c2fffc812ccc2

Functions
Getter at block 21205186
curr_batch_faction_id(view returns (uint8)
0
curr_batch_max(view returns (uint16)
1
curr_batch_name(view returns (string)
Terra
curr_batch_total(view returns (uint16)
1
curr_token_price(view returns (uint256)
0
current_batch(view returns (uint8)
0
limit_per_txn(view returns (uint16)
1
name(view returns (string)
Pxlbots
owner(view returns (address)
0x5deea5278739591925ed7498e0ff5a1cca6e273e
paused(view returns (bool)
true
symbol(view returns (string)
PXLBOT
totalSupply(view returns (uint256)
1500
Read-only
balanceOf(address ownerview returns (uint256)
batch_token_end(uint8view returns (uint256)
batch_token_start(uint8view returns (uint256)
batches(uint8view returns (string nameuint256 priceuint16 max_tokensuint8 faction_iduint16 token_start)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
factionNames(uint256view returns (string)
faction_end(uint8view returns (uint16)
faction_start(uint8view returns (uint16)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isController(address controllerview returns (bool)
mint_list_claimed(addressuint8view returns (uint256)
mint_list_enabled(uint8view returns (bool)
mint_list_limit(uint8view returns (uint8)
onMintList(uint8 batch_idaddress addrbytes32[] proofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
addController(address c
approve(address touint256 tokenId
enableMintList(uint8 batch_idbool _enabled
mint(uint256 amountaddress topayable 
mintFromList(bytes32[] proofuint256 amountaddress topayable 
pause(
removeController(address c
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _base
setBatch(uint8 indexstring _nameuint256 _priceuint16 _token_startuint16 _max_tokensuint8 _faction_id
setBatchURI(uint8 batch_indexstring _uri
setCurrentBatch(uint8 _indexbool reset
setLimitPerTxn(uint16 limit
setMerkleRoot(uint8 batch_idbytes32 root
setMintListLimit(uint8 batch_iduint8 limit
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdrawAll(
withdrawAllERC20(address _erc20Token
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(