Bandits In The Metaverse
Verified contract
Active on
Ethereum with 2,116 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 "Bandits In The Metaverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997694 | a month ago | | | 0 | 0.00022803460 | |
| 20616519 | 3 months ago | | | 0 | 0.000020353463 | |
| 20322193 | 4 months ago | | | 0 | 0.00014425485 | |
| 20322189 | 4 months ago | | | 0 | 0.00013081097 | |
| 19865433 | 6 months ago | | | 0 | 0.00030929214 | |
| 19782995 | 7 months ago | | | 0 | 0.00030893564 | |
| 19738053 | 7 months ago | | | 0 | 0.00019215587 | |
| 19738043 | 7 months ago | | | 0 | 0.00019165170 | |
| 19695445 | 7 months ago | | | 0 | 0.00017142658 | |
| 19008537 | 10 months ago | | | 0 | 0.0010451153 |
ABI
ABI objects
Getter at block 21219314
CONTRACT_NAME() view returns (string)
Bandits Contract
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
MAX_SUPPLY() view returns (uint16)
3333
MINT_TYPEHASH() view returns (bytes32)
0x79800d7a879f6d3ff90ed42057b41065ab94943f7417273b44f9e3044f196171
RESEVE_AMOUNT() view returns (uint16)
133
baseTokenURI() view returns (string)
https://punkstest.mypinata.cloud/ipfs/QmWTwKHLPwbLGWAr1xHf2oHwi3eBTrZsUBPjh6eNppifJg/
maxByMint() view returns (uint16)
3
mintPrice() view returns (uint256)
0
name() view returns (string)
Bandits In The Metaverse
owner() view returns (address)
0xf0492a8c289e9392e5c74af00825fc9ad7fde331
privateSale() view returns (bool)
false
publicSale() view returns (bool)
true
symbol() view returns (string)
BITM
totalSupply() view returns (uint16)
3200
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getTokensOfOwner(address owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
mintedWL(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintByUser(uint8 _numberOfTokens) payable
mintByUserPrivate(uint8 _numberOfTokens, uint8 v, bytes32 r, bytes32 s) payable
renounceOwnership()
reserveNft(address account, uint8 _numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCount(uint16 _max_supply, uint16 _maxByMint)
setMintPrice(uint256 newMintPrice)
setPrivateSaleStatus(bool status)
setPublicSaleStatus(bool status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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(address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.