BitShadowz
Verified contract
Active on
Ethereum with 1,031 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($76.31)
Native
Value
$76.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0245 | $3,114.79 |
$76.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16725686 | 2 years ago | | | 0 | 0.00088065160 | |
| 16714099 | 2 years ago | | | 0 | 0.0011914786 | |
| 16693515 | 2 years ago | | | 0 | 0.0019122118 | |
| 16693510 | 2 years ago | | | 0 | 0.0019567812 | |
| 16693035 | 2 years ago | | | 0 | 0.0026023775 | |
| 16692845 | 2 years ago | | | 0 | 0.0020758192 | |
| 15783671 | 2 years ago | | | 0 | 0.0023821694 | |
| 15253693 | 2 years ago | | | 0 | 0.00019225566 | |
| 14999769 | 2 years ago | | | 0 | 0.00068015000 | |
| 14999769 | 2 years ago | | | 0 | 0.00085115000 |
ABI
ABI objects
Getter at block 21211548
MAX_PER_TX() view returns (uint256)
20
MAX_PER_WALLET() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
20000
_price() view returns (uint256)
0
activated() view returns (bool)
true
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmepuNPsnGEErAK7SHnfGEiDhLgJcDLN84UzLtj3UFrS61/
name() view returns (string)
BitShadowz
owner() view returns (address)
0x338597e4a4702d55715f81f34ad71a33797c9e82
symbol() view returns (string)
BSZ
totalSupply() view returns (uint256)
11507
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)
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)
setIsActive(bool _isActive)
setMaxSupply(uint256 _maxSupply)
setTokenURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 name, string symbol, address ownerWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()