Nakamigos Opepen Edition
Verified contract
Active on
Ethereum with 1,337 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 "Nakamigos Opepen Edition"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20272974 | 5 months ago | | | 0 | 0.00019718727 | |
| 20212260 | 5 months ago | | | 0 | 0.00068181600 | |
| 20199416 | 5 months ago | | | 0 | 0.000074001428 | |
| 20190363 | 5 months ago | | | 0 | 0.00034065784 | |
| 20022895 | 6 months ago | | | 0 | 0.00019294967 | |
| 19630100 | 8 months ago | | | 0 | 0.00069321707 | |
| 19072920 | 10 months ago | | | 0 | 0.00042829474 | |
| 18990343 | a year ago | | | 0 | 0.00074758704 | |
| 18915366 | a year ago | | | 0 | 0.00056771797 | |
| 18906411 | a year ago | | | 0 | 0.00093020406 |
ABI
ABI objects
Getter at block 21314976
COST() view returns (uint256)
2500000000000000
MAX_SUPPLY() view returns (uint256)
3300
contractURI() view returns (string)
ipfs://QmfMNzwswKMMmeYRV5NLMUBnqgF2K6YqXoa8wEnRoS73K4
name() view returns (string)
Nakamigos Opepen Edition
owner() view returns (address)
0x8fb75d006029b6e4ee4c9998d28242845be67182
symbol() view returns (string)
Nakamigos Opepen
totalSupply() view returns (uint256)
3300
Read-only
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 approve(address to, uint256 tokenId)
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setConfig(uint256 _COST)
setData(string _base)
transferFrom(address from, address to, uint256 tokenId)
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)
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()