NotBanksyDove
Verified contract
Active on
Ethereum with 446 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 "NotBanksyDove"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14848275 | 3 years ago | | | 0 | 0.0025417067 | |
| 14819693 | 3 years ago | | | 0 | 0.00071886989 | |
| 14587114 | 3 years ago | | | 0 | 0.0039037111 | |
| 14587079 | 3 years ago | | | 0 | 0.0021740747 | |
| 14587073 | 3 years ago | | | 0 | 0.00069429323 | |
| 14586347 | 3 years ago | | | 0 | 0.0059368796 | |
| 14578310 | 3 years ago | | | 0 | 0.0027624955 | |
| 14574153 | 3 years ago | | | 0 | 0.0016071177 | |
| 14571018 | 3 years ago | | | 0 | 0.0028393257 | |
| 14569391 | 3 years ago | | | 0.02 | 0.0034207490 |
ABI
ABI objects
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 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 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPrice(uint256 _price)
togglePublicSale()
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_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()