NOTSLAPES
Verified contract
Active on
Ethereum with 1,067 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($47.80)
Native
Value
$47.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.012 | $3,983.50 |
$47.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19973448 | 6 months ago | | | 0 | 0.00042760573 | |
| 17353068 | 2 years ago | | | 0 | 0.0024976905 | |
| 17341053 | 2 years ago | | | 0 | 0.0010912019 | |
| 17172160 | 2 years ago | | | 0 | 0.010055955 | |
| 17046588 | 2 years ago | | | 0 | 0.0014131661 | |
| 16885785 | 2 years ago | | | 0 | 0.0025530171 | |
| 16853264 | 2 years ago | | | 0 | 0.0016528979 | |
| 16791504 | 2 years ago | | | 0 | 0.0019207232 | |
| 16775374 | 2 years ago | | | 0 | 0.0045184208 | |
| 16716664 | 2 years ago | | | 0 | 0.0012425163 |
ABI
ABI objects
Getter at block 21387194
checkbalance() view returns (uint256)
12000000000000000
freeMintPerWallet() view returns (uint256)
4
freeSupply() view returns (uint256)
2572
isMintEnabled() view returns (bool)
true
maxFreeSupply() view returns (uint256)
4444
maxOrderSize() view returns (uint256)
10
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
4444
mintPrice() view returns (uint256)
2000000000000000
name() view returns (string)
NOTSLAPES
owner() view returns (address)
0x651a3a4f20718f2e54f9968953542d093f7a5c8d
royaltyPercentage() view returns (uint256)
0
symbol() view returns (string)
NSAPE
totalSupply() view returns (uint256)
2732
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedFreeWallets(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 quantity) payable
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)
setMintPrice(uint256 ethers)
setTokenURI(string uri)
toggleIsMintEnabled()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()