Undead Nakamigos
Verified contract
Active on
Ethereum with 1,849 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 "Undead Nakamigos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21095317 | 13 days ago | | | 0 | 0.00082989738 | |
| 21086416 | 14 days ago | | | 0 | 0.00089057331 | |
| 21048197 | 20 days ago | | | 0 | 0.00046061176 | |
| 21047330 | 20 days ago | | | 0 | 0.00020393464 | |
| 21045297 | 20 days ago | | | 0 | 0.00058883822 | |
| 21045032 | 20 days ago | | | 0 | 0.00058965613 | |
| 21042379 | 21 days ago | | | 0 | 0.00025366409 | |
| 21042262 | 21 days ago | | | 0 | 0.00067195292 | |
| 21042129 | 21 days ago | | | 0 | 0.00062173455 | |
| 21042104 | 21 days ago | | | 0 | 0.00070812505 |
ABI
ABI objects
Getter at block 21190239
maxSupply() view returns (uint256)
5555
mintPrice() view returns (uint256)
1500000000000000
name() view returns (string)
Undead Nakamigos
owner() view returns (address)
0x9d064670b02e3363d8f7b248920722969ff2cc3f
symbol() view returns (string)
UN
totalSupply() view returns (uint256)
4131
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)
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) payable
communityMint(address addr, uint256 amount)
mint()
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setUri(string i)
transferFrom(address from, address to, uint256 tokenId) payable
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()