notBanksy
Verified contract
Active on
Ethereum with 2,581 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 "notBanksy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19023681 | a year ago | | | 0 | 0.0022594930 | |
| 18871057 | a year ago | | | 0 | 0.00060303970 | |
| 18253335 | a year ago | | | 0 | 0.00015705481 | |
| 18200411 | a year ago | | | 0 | 0.00040543879 | |
| 17967940 | a year ago | | | 0 | 0.00063175553 | |
| 17108832 | 2 years ago | | | 0 | 0.00087928552 | |
| 16963322 | 2 years ago | | | 0 | 0.00055944783 | |
| 16707098 | 2 years ago | | | 0 | 0.00093563226 | |
| 16673742 | 2 years ago | | | 0 | 0.0010955887 | |
| 16638338 | 2 years ago | | | 0 | 0.0016893923 |
ABI
ABI objects
Getter at block 21403349
hiddenMetadataUri() view returns (string)
ipfs://QmSw9iRKH8LFQNdEZkdJSACVdArdsme8wp7kwjK1QvqfHD
maxMintAmountPerTx() view returns (uint256)
2
maxSupply() view returns (uint256)
1974
name() view returns (string)
notBanksy
owner() view returns (address)
0x9c9c3fbaab054cc5f16ca1acb04f2cf26ec8687a
paused() view returns (bool)
false
price() view returns (uint256)
0
revealed() view returns (bool)
false
symbol() view returns (string)
NB
totalSupply() view returns (uint256)
1974
Read-only
addressMintedBalance(address) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
notBanksytoAddress(address _to, uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setPrice(uint256 _price)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.