Blockchain Bandits
Verified contract
Active on
Ethereum with 13,513 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6db5…b39e
Balances ($0.00)
No balances found for "Blockchain Bandits"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153042 | 17 hours ago | | | 0 | 0.00093421876 | |
| 21057335 | 14 days ago | | | 0 | 0.00067107546 | |
| 20968431 | a month ago | | | 0 | 0.00031251938 | |
| 20932085 | a month ago | | | 0 | 0.00045878739 | |
| 20799017 | 2 months ago | | | 0 | 0.00029331582 | |
| 20753545 | 2 months ago | | | 0 | 0.000052126518 | |
| 20720890 | 2 months ago | | | 0 | 0.00038494852 | |
| 20720881 | 2 months ago | | | 0 | 0.00075266987 | |
| 20719235 | 2 months ago | | | 0 | 0.00030181785 | |
| 20677324 | 2 months ago | | | 0 | 0.00015326614 |
ABI
ABI objects
Getter at block 21158015
PRICE() view returns (uint256)
88000000000000000
baseTokenURI() view returns (string)
ipfs://QmcwGoiG6Vmh4PHqnCsiXLAyaojhfUsDGinWYgPg3PVCVg/
maxSupply() view returns (uint256)
3333
name() view returns (string)
Blockchain Bandits
owner() view returns (address)
0x88a4b895d2e8cbd0240d0e9fbe62f24e3900eb74
symbol() view returns (string)
BCB
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address addy) 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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addToWhitelist(address addy)
approve(address to, uint256 tokenId)
batchWhitelist(address[] _addrs)
mint() payable
mintReserveTokens()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setSalePaused(bool newVal)
setWhitelistOnly(bool newVal)
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(string baseURI, uint256 _maxSupply, address newRecipientAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.