Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
No balances found for "Pxlbots"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18043564 | a year ago | | | 0 | 0.0011649571 | |
| 17009178 | 2 years ago | | | 0 | 0.00048732728 | |
| 16856451 | 2 years ago | | | 0 | 0.0013210038 | |
| 16797348 | 2 years ago | | | 0 | 0.0035518985 | |
| 16772009 | 2 years ago | | | 0 | 0.0047117889 | |
| 16643200 | 2 years ago | | | 0 | 0.0045120916 | |
| 16557394 | 2 years ago | | | 0 | 0.0012539881 | |
| 16557320 | 2 years ago | | | 0 | 0.0089124237 | |
| 16509048 | 2 years ago | | | 0 | 0.0032665820 | |
| 16257493 | 2 years ago | | | 0 | 0.00052708392 |
ABI
ABI objects
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 owner) view returns (uint256)
batch_token_end(uint8) view returns (uint256)
batch_token_start(uint8) view returns (uint256)
batches(uint8) view returns (string name, uint256 price, uint16 max_tokens, uint8 faction_id, uint16 token_start)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
factionNames(uint256) view returns (string)
faction_end(uint8) view returns (uint16)
faction_start(uint8) view returns (uint16)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isController(address controller) view returns (bool)
mint_list_claimed(address, uint8) view returns (uint256)
mint_list_enabled(uint8) view returns (bool)
mint_list_limit(uint8) view returns (uint8)
onMintList(uint8 batch_id, address addr, bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events addController(address c)
approve(address to, uint256 tokenId)
enableMintList(uint8 batch_id, bool _enabled)
mint(uint256 amount, address to) payable
mintFromList(bytes32[] proof, uint256 amount, address to) payable
pause()
removeController(address c)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _base)
setBatch(uint8 index, string _name, uint256 _price, uint16 _token_start, uint16 _max_tokens, uint8 _faction_id)
setBatchURI(uint8 batch_index, string _uri)
setCurrentBatch(uint8 _index, bool reset)
setLimitPerTxn(uint16 limit)
setMerkleRoot(uint8 batch_id, bytes32 root)
setMintListLimit(uint8 batch_id, uint8 limit)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawAll()
withdrawAllERC20(address _erc20Token)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()