NotBanksyDove

Verified contract

Active on Ethereum with 446 txns
Deployed by via 0xe824bcfb at 14562971
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NotBanksyDove"

0x4056dd37b0467058c3f75db7cb9a52f834bc2fc91ec6852822f0060f3d12518f
0x497a628c080417497aec7a42e51ca970f81dbe843fe0fe5e042b9bb882697b34
0x4cba2401b9dac861563589c121aceda9a1bf4c2194980c4085aceaea000cc65c
0x55dbbd6ff0b26e339f6bf6ba7cd0e31a9f6032d7acf2832a8295ce212c4aaac1
0x78429c4b1da95bdb162b2cef68dc45c7b1dca4a098a2bb0795c9c1e049f0e0fe
0xc763319a44ba2396f26e4b942344981ef9e3f5cc27ca5109c613e8d32a9fc9de
0x6ff33b9534fe7f833aac37e0206b8d5578159b2394e94ef448e3b1de5e64abff
From
0xa3aa3d33a26665ed378ab5b2f89ed37d1e5a2779abc16d40e9800226c901d123
0x21c6c4fdaf5323526d346cb941de609d916deb80be11d4006936fb8f42d60522
0x40188c8c923671a78d932fe942ea274f24d7b645df8b3b0671569a5bc1d68c96

Functions
Getter at block 21330692
MAX_PER_TXN(view returns (uint64)
20
freeMaxSupply(view returns (uint64)
1000
maxSupply(view returns (uint64)
5000
name(view returns (string)
NotBanksyDove
owner(view returns (address)
0xc36a8df9625ab04b91b44a25d0d8f8e4b39a7ace
price(view returns (uint256)
0
publicSale(view returns (bool)
true
symbol(view returns (string)
NBD
totalSupply(view returns (uint256)
3044
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setPrice(uint256 _price
togglePublicSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI_
Fallback and receive

This contract contains no fallback and receive objects.

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