notBasquiart
Verified contract
Active on
Ethereum with 1,030 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 "notBasquiart"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20145181 | 5 months ago | | | 0 | 0.000060332000 | |
| 15593743 | 2 years ago | | | 0 | 0.00017840024 | |
| 15476165 | 2 years ago | | | 0 | 0.00019085157 | |
| 15475925 | 2 years ago | | | 0 | 0.00022188843 | |
| 15475132 | 2 years ago | | | 0 | 0.00018454400 | |
| 15474374 | 2 years ago | | | 0 | 0.00029231403 | |
| 15474374 | 2 years ago | | | 0 | 0.00029231403 | |
| 15473530 | 2 years ago | | | 0 | 0.00066539747 | |
| 15473328 | 2 years ago | | | 0.000002 | 0.00075198898 | |
| 15473326 | 2 years ago | | | 0.000002 | 0.00072562564 |
ABI
ABI objects
Getter at block 21227223
isMetadataFinal() view returns (bool)
false
isPaused() view returns (bool)
false
maxNFTPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
1111
name() view returns (string)
notBasquiart
owner() view returns (address)
0x1430842c458a74424534ad1aefaee22da514f79b
prerevealURL() view returns (string)
ipfs://QmchzkouGhMvXJwxejNnANKk4ZPY8dz2DxM71S8Ykg1at1
price() view returns (uint256)
2000000000000
symbol() view returns (string)
NOTBASQUIART
totalFreeMint() view returns (uint256)
999
totalMinted() view returns (uint256)
1111
totalSupply() view returns (uint256)
1111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adjustFreeMint(uint256 value)
airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
finalizeMetadata()
mint(uint256 count) payable
renounceOwnership()
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPause(bool value)
setPrice(uint256 price_)
setSupply(uint256 value)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()