Nakapepes
Verified contract
Active on
Ethereum with 1,418 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 "Nakapepes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19812701 | 6 months ago | | | 0 | 0.00037630435 | |
| 18591438 | a year ago | | | 0 | 0.0012795901 | |
| 18523218 | a year ago | | | 0 | 0.0016110218 | |
| 18318924 | a year ago | | | 0 | 0.00041544225 | |
| 18219904 | a year ago | | | 0 | 0.00064197543 | |
| 18145600 | a year ago | | | 0 | 0.00033375771 | |
| 17515955 | a year ago | | | 0 | 0.0021858437 | |
| 17515948 | a year ago | | | 0 | 0.0024209740 | |
| 17293733 | a year ago | | | 0 | 0.0031215923 | |
| 17059049 | 2 years ago | | | 0 | 0.0014178963 |
ABI
ABI objects
Getter at block 21124522
Active() view returns (bool)
false
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://QmfTowrCgFSX4zHc6nxnMXkMoEEQBQvYLbcaN7eWjXatL6/
getMaxFree() view returns (uint256)
0
getMintRate() view returns (uint256)
0
name() view returns (string)
Nakapepes
owner() view returns (address)
0x66a718e3e65d6c9982ca7fc32b2f91960eeb0f45
symbol() view returns (string)
NKPP
totalSupply() view returns (uint256)
10000
Read-only
amountMinted(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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events Mint(uint256 quantity) payable
approve(address operator, uint256 tokenId) payable
changeAllParams(uint256 _maxFree, uint256 _mintPrice, uint256 _totalFree)
mintForteam(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _base)
setMaxFree(uint256 _max)
setMintRate(uint256 _mintRate)
setTotalFree(uint256 _total)
toggleSaleState()
transferFrom(address from, address to, uint256 tokenId) payable
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(string _baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()