Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.61)
Native
Value
$0.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0002 | $3,036.73 |
$0.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16403224 | 2 years ago | | | 0 | 0.00087341032 | |
| 16361752 | 2 years ago | | | 0 | 0.0018188020 | |
| 16361720 | 2 years ago | | | 0 | 0.0014473680 | |
| 16353283 | 2 years ago | | | 0 | 0.0019382111 | |
| 16346212 | 2 years ago | | | 0 | 0.0018464520 | |
| 16346187 | 2 years ago | | | 0 | 0.00061594547 | |
| 16346164 | 2 years ago | | | 0 | 0.0018645665 | |
| 16346145 | 2 years ago | | | 0 | 0.0013345955 | |
| 16346145 | 2 years ago | | | 0 | 0.0013791250 | |
| 16346139 | 2 years ago | | | 0 | 0.0021178144 |
ABI
ABI objects
Getter at block 21194633
OSlist() view returns (address)
0x3cc6cdda760b79bafa08df41ecfa224f810dceb6
Ownermint() view returns (uint256)
1
cost() view returns (uint256)
0
maxPerAddress() view returns (uint256)
50
maxPerTX() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
name() view returns (string)
Naypegs
owner() view returns (address)
0x6ae9616fb59968c76b5635bdd7fc7cbe247f268f
paused() view returns (bool)
false
symbol() view returns (string)
NAYPEG
totalSupply() view returns (uint256)
1156
uriPrefix() view returns (string)
ipfs://bafybeiez3swk6mg6rewuqdmuuxoo3m2sxvhdjadtzytwcygpcgi22zn27i/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(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 approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) 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)
setCost(uint256 _cost)
setPaused()
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setmaxPerTX(uint256 _maxPerTX)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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()